Lines Matching refs:au4_prev_frm_sad
48 UWORD32 au4_prev_frm_sad[MAX_PIC_TYPE]; /* Previous frame SAD */ member
95 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()
223 ps_est_sad->au4_prev_frm_sad[P_PIC] = i4_est_sad; in update_ppic_sad()
238 ps_est_sad->au4_prev_frm_sad[e_pic_type] = u4_actual_sad; in update_actual_sad()
282 ps_est_sad->au4_prev_frm_sad[I_PIC] = i4_intra_frm_sad; in update_prev_frame_intra_sad()
294 return ps_est_sad->au4_prev_frm_sad[I_PIC]; in get_prev_frame_intra_sad()
306 ps_est_sad->au4_prev_frm_sad[e_pic_type] = i4_frm_sad; in update_prev_frame_sad()
318 return ps_est_sad->au4_prev_frm_sad[e_pic_type]; in get_prev_frame_sad()