Home
last modified time | relevance | path

Searched refs:tot_mb_sad (Results 1 – 4 of 4) sorted by relevance

/external/libavc/encoder/
Dirc_frame_info_collector.c37 frame_info->tot_mb_sad[i] = 0; in irc_init_frame_info()
82 total_sad += frame_info->tot_mb_sad[i]; in irc_fi_get_total_frame_sad()
129 return (frame_info->tot_mb_sad[mb_type]); in irc_fi_get_total_mb_sad()
Dirc_frame_info_collector.h30 WORD32 tot_mb_sad[MAX_MB_TYPE]; member
67 {(frame_info)->tot_mb_sad[(mb_type)] += (mb_sad);}
Dih264e_rate_control.c411 ps_frame_info->tot_mb_sad[mb_type] += ps_proc->i4_mb_distortion; in ih264e_update_rc_mb_info()
Dih264e_process.c2372 s_frame_info.tot_mb_sad[j] += ps_proc[i].s_frame_info.tot_mb_sad[j]; in ih264e_update_rc_post_enc()