Lines Matching refs:i4_mb_distortion
958 ps_left_syn->i4_mb_distortion = ps_top_syn->i4_mb_distortion = ps_proc->i4_mb_distortion; in ih264e_update_proc_ctxt()
1087 ps_proc->i4_mb_distortion = SHRT_MAX; in ih264e_update_proc_ctxt()
1400 ps_proc->i4_mb_distortion = SHRT_MAX; in ih264e_init_proc_ctxt()
1404 ps_proc->s_left_mb_syntax_ele.i4_mb_distortion = 0; in ih264e_init_proc_ctxt()
1406 ps_proc->s_top_left_mb_syntax_ele.i4_mb_distortion = 0; in ih264e_init_proc_ctxt()
1408 ps_proc->s_top_left_mb_syntax_ME.i4_mb_distortion = 0; in ih264e_init_proc_ctxt()
2035 ps_proc->i4_mb_distortion = ps_proc->ps_nmb_info[u4_mb_index].i4_mb_distortion; in ih264e_process()
2063 ps_proc->i4_mb_distortion = INT_MAX; in ih264e_process()
2102 i4_distortion[0] = ps_proc->s_left_mb_syntax_ele.i4_mb_distortion; in ih264e_process()
2104 … i4_distortion[1] = ps_proc->ps_top_row_mb_syntax_ele[ps_proc->i4_mb_x].i4_mb_distortion; in ih264e_process()
2106 … i4_distortion[2] = ps_proc->ps_top_row_mb_syntax_ele[ps_proc->i4_mb_x + 1].i4_mb_distortion; in ih264e_process()
2108 i4_distortion[3] = ps_proc->s_top_left_mb_syntax_ele.i4_mb_distortion; in ih264e_process()
2116 …le_inter) || ((i4_gate_threshold + 16 *((WORD32) ps_proc->u4_lambda)) < ps_proc->i4_mb_distortion)) in ih264e_process()