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