Lines Matching refs:i4_mb_distortion
966 ps_left_syn->i4_mb_distortion = ps_top_syn->i4_mb_distortion = ps_proc->i4_mb_distortion; in ih264e_update_proc_ctxt()
1095 ps_proc->i4_mb_distortion = SHRT_MAX; in ih264e_update_proc_ctxt()
1408 ps_proc->i4_mb_distortion = SHRT_MAX; in ih264e_init_proc_ctxt()
1412 ps_proc->s_left_mb_syntax_ele.i4_mb_distortion = 0; in ih264e_init_proc_ctxt()
1414 ps_proc->s_top_left_mb_syntax_ele.i4_mb_distortion = 0; in ih264e_init_proc_ctxt()
1416 ps_proc->s_top_left_mb_syntax_ME.i4_mb_distortion = 0; in ih264e_init_proc_ctxt()
2043 ps_proc->i4_mb_distortion = ps_proc->ps_nmb_info[u4_mb_index].i4_mb_distortion; in ih264e_process()
2071 ps_proc->i4_mb_distortion = INT_MAX; in ih264e_process()
2110 i4_distortion[0] = ps_proc->s_left_mb_syntax_ele.i4_mb_distortion; in ih264e_process()
2112 … i4_distortion[1] = ps_proc->ps_top_row_mb_syntax_ele[ps_proc->i4_mb_x].i4_mb_distortion; in ih264e_process()
2114 … i4_distortion[2] = ps_proc->ps_top_row_mb_syntax_ele[ps_proc->i4_mb_x + 1].i4_mb_distortion; in ih264e_process()
2116 i4_distortion[3] = ps_proc->s_top_left_mb_syntax_ele.i4_mb_distortion; in ih264e_process()
2124 …le_inter) || ((i4_gate_threshold + 16 *((WORD32) ps_proc->u4_lambda)) < ps_proc->i4_mb_distortion)) in ih264e_process()