Home
last modified time | relevance | path

Searched refs:loop_filter_alpha (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc_common.h355 s8 loop_filter_alpha; member
Ds5p_mfc_opr_v5.c789 if (p_264->loop_filter_alpha < 0) { in s5p_mfc_set_enc_params_h264()
791 reg |= (0xFF - p_264->loop_filter_alpha) + 1; in s5p_mfc_set_enc_params_h264()
794 reg |= (p_264->loop_filter_alpha & 0xF); in s5p_mfc_set_enc_params_h264()
Ds5p_mfc_opr_v6.c1010 if (p_h264->loop_filter_alpha < 0) { in s5p_mfc_set_enc_params_h264()
1012 reg |= (0xFF - p_h264->loop_filter_alpha) + 1; in s5p_mfc_set_enc_params_h264()
1015 reg |= (p_h264->loop_filter_alpha & 0xF); in s5p_mfc_set_enc_params_h264()
Ds5p_mfc_enc.c1910 p->codec.h264.loop_filter_alpha = ctrl->val; in s5p_mfc_enc_s_ctrl()