Home
last modified time | relevance | path

Searched refs:loopfilter (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_dpll.c2039 u32 tmp, loopfilter, tribuf_calcntr; in chv_prepare_pll() local
2085 loopfilter = DPIO_CHV_PROP_COEFF(0x3) | in chv_prepare_pll()
2090 loopfilter = DPIO_CHV_PROP_COEFF(0x5) | in chv_prepare_pll()
2095 loopfilter = DPIO_CHV_PROP_COEFF(0x4) | in chv_prepare_pll()
2101 loopfilter = DPIO_CHV_PROP_COEFF(0x4) | in chv_prepare_pll()
2106 vlv_dpio_write(dev_priv, phy, CHV_PLL_DW6(ch), loopfilter); in chv_prepare_pll()
/linux-6.12.1/drivers/staging/media/meson/vdec/
Dcodec_vp9.c407 struct loopfilter { struct
476 struct loopfilter lf;
538 struct loopfilter *lf = &vp9->lf; in vp9_loop_filter_init()
543 memset(lf, 0, sizeof(struct loopfilter)); in vp9_loop_filter_init()
576 struct loopfilter *lf, int default_filt_lvl) in vp9_loop_filter_frame_init()
/linux-6.12.1/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc_common.h460 u8 loopfilter; member
Ds5p_mfc_enc.c2152 p->codec.hevc.loopfilter = ctrl->val; in s5p_mfc_enc_s_ctrl()
Ds5p_mfc_opr_v6.c1631 switch (p_hevc->loopfilter) { in s5p_mfc_set_enc_params_hevc()