HomeSort by relevance Sort by last modified time
    Searched defs: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_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...]
  /external/libhevc/encoder/
est_sad.c 143 UWORD32 u4_estimated_sad; local
146 u4_estimated_sad = ps_est_sad->au4_prev_frm_sad[P_PIC];
150 u4_estimated_sad = ps_est_sad->au4_prev_frm_sad[B_PIC];
157 u4_estimated_sad = ps_est_sad->au4_prev_frm_sad[I_PIC];
192 number_t_to_word32(vq_prev_frm_sad_i, (WORD32 *)&u4_estimated_sad);
196 u4_estimated_sad = ps_est_sad->au4_prev_frm_sad[I_PIC];
200 return u4_estimated_sad;
rate_control_api.c 1157 UWORD32 u4_estimated_sad; local
1727 UWORD32 u4_estimated_sad; local
    [all...]

Completed in 254 milliseconds