Searched refs:loop_filter_alpha (Results 1 – 4 of 4) sorted by relevance
791 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()
357 s8 loop_filter_alpha; member
1163 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()
1955 p->codec.h264.loop_filter_alpha = ctrl->val; in s5p_mfc_enc_s_ctrl()