Searched refs:i4_distortion (Results 1 – 1 of 1) sorted by relevance
2181 WORD32 i4_distortion[4]; in ih264e_process() local2183 i4_distortion[0] = ps_proc->s_left_mb_syntax_ele.i4_mb_distortion; in ih264e_process()2185 … i4_distortion[1] = ps_proc->ps_top_row_mb_syntax_ele[ps_proc->i4_mb_x].i4_mb_distortion; in ih264e_process()2187 … i4_distortion[2] = ps_proc->ps_top_row_mb_syntax_ele[ps_proc->i4_mb_x + 1].i4_mb_distortion; in ih264e_process()2189 i4_distortion[3] = ps_proc->s_top_left_mb_syntax_ele.i4_mb_distortion; in ih264e_process()2191 …i4_gate_threshold = (i4_distortion[0] + i4_distortion[1] + i4_distortion[2] + i4_distortion[3]) >>… in ih264e_process()