Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dirc_est_sad.c37 UWORD32 au4_prev_frm_sad[MAX_PIC_TYPE]; member
88 ps_est_sad->au4_prev_frm_sad[i] = 0; in irc_init_est_sad()
126 u4_estimated_sad = ps_est_sad->au4_prev_frm_sad[P_PIC]; in irc_get_est_sad()
130 u4_estimated_sad = ps_est_sad->au4_prev_frm_sad[B_PIC]; in irc_get_est_sad()
140 u4_estimated_sad = ps_est_sad->au4_prev_frm_sad[I_PIC]; in irc_get_est_sad()
179 ps_est_sad->au4_prev_frm_sad[I_PIC], 0); in irc_get_est_sad()
199 u4_estimated_sad = ps_est_sad->au4_prev_frm_sad[I_PIC]; in irc_get_est_sad()
207 return ps_est_sad->au4_prev_frm_sad[e_pic_type]; in irc_get_est_sad()
215 ps_est_sad->au4_prev_frm_sad[e_pic_type] = u4_actual_sad; in irc_update_actual_sad()