HomeSort by relevance Sort by last modified time
    Searched refs:u4_estimated_sad (Results 1 - 4 of 4) 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_rd_model.h 67 UWORD32 u4_estimated_sad,
79 UWORD32 u4_estimated_sad,
irc_rd_model.c 350 UWORD32 u4_estimated_sad,
356 * ((float)(u4_estimated_sad / u1_avg_qp));
363 UWORD32 u4_estimated_sad,
378 f_qp = u4_estimated_sad / x_value;
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 478 milliseconds