Searched refs:au4_prev_frm_sad (Results 1 – 2 of 2) sorted by relevance
48 UWORD32 au4_prev_frm_sad[MAX_PIC_TYPE]; /* Previous frame SAD */ member95 ps_est_sad->au4_prev_frm_sad[i] = 0; in init_est_sad()146 u4_estimated_sad = ps_est_sad->au4_prev_frm_sad[P_PIC]; in get_est_sad()150 u4_estimated_sad = ps_est_sad->au4_prev_frm_sad[B_PIC]; in get_est_sad()157 u4_estimated_sad = ps_est_sad->au4_prev_frm_sad[I_PIC]; in get_est_sad()182 SET_VAR_Q(vq_prev_frm_sad_i, ps_est_sad->au4_prev_frm_sad[I_PIC], 0); in get_est_sad()196 u4_estimated_sad = ps_est_sad->au4_prev_frm_sad[I_PIC]; in get_est_sad()204 return ps_est_sad->au4_prev_frm_sad[e_pic_type]; in get_est_sad()217 i4_est_sad = ((ps_est_sad->au4_prev_frm_sad[P_PIC]) * ((i4_est_sad << 4) / i4_prev_p_sad)) >> 4; in update_ppic_sad()219 if(i4_est_sad > (WORD32)ps_est_sad->au4_prev_frm_sad[P_PIC]) in update_ppic_sad()[all …]
37 UWORD32 au4_prev_frm_sad[MAX_PIC_TYPE]; member88 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()