HomeSort by relevance Sort by last modified time
    Searched defs:u4_estimated_sad (Results 1 - 2 of 2) sorted by null

  /external/libavc/encoder/
irc_est_sad.c 123 UWORD32 u4_estimated_sad; local
126 u4_estimated_sad = ps_est_sad->au4_prev_frm_sad[P_PIC];
130 u4_estimated_sad = ps_est_sad->au4_prev_frm_sad[B_PIC];
140 u4_estimated_sad = ps_est_sad->au4_prev_frm_sad[I_PIC];
195 (WORD32*)&u4_estimated_sad);
199 u4_estimated_sad = ps_est_sad->au4_prev_frm_sad[I_PIC];
203 return u4_estimated_sad;
irc_rate_control_api.c 403 UWORD32 u4_estimated_sad; local
524 u4_estimated_sad = irc_get_est_sad(ps_rate_control_api->ps_est_sad,
540 u4_estimated_sad,
554 u1_frame_qp, u4_estimated_sad, i4_cur_est_bits);
    [all...]

Completed in 78 milliseconds