Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc_opr_v5.c791 if (p_264->loop_filter_alpha < 0) { in s5p_mfc_set_enc_params_h264()
793 reg |= (0xFF - p_264->loop_filter_alpha) + 1; in s5p_mfc_set_enc_params_h264()
796 reg |= (p_264->loop_filter_alpha & 0xF); in s5p_mfc_set_enc_params_h264()
Ds5p_mfc_common.h357 s8 loop_filter_alpha; member
Ds5p_mfc_opr_v6.c1163 if (p_h264->loop_filter_alpha < 0) { in s5p_mfc_set_enc_params_h264()
1165 reg |= (0xFF - p_h264->loop_filter_alpha) + 1; in s5p_mfc_set_enc_params_h264()
1168 reg |= (p_h264->loop_filter_alpha & 0xF); in s5p_mfc_set_enc_params_h264()
Ds5p_mfc_enc.c1955 p->codec.h264.loop_filter_alpha = ctrl->val; in s5p_mfc_enc_s_ctrl()