HomeSort by relevance Sort by last modified time
    Searched refs:ps_est_sad (Results 1 - 6 of 6) sorted by null

  /external/libavc/encoder/
irc_est_sad.c 81 void irc_init_est_sad(est_sad_t *ps_est_sad, WORD32 i4_use_est_intra_sad)
84 ps_est_sad->i4_use_est_intra_sad = i4_use_est_intra_sad;
88 ps_est_sad->au4_prev_frm_sad[i] = 0;
91 ps_est_sad->u4_n_p_frm_ifi_avg_sad = 0;
92 ps_est_sad->u4_n_1_p_frm_ifi_avg_sad = 0;
93 ps_est_sad->u4_n_2_p_frm_ifi_avg_sad = 0;
94 ps_est_sad->i4_num_ifi_encoded = 0;
95 ps_est_sad->i4_num_p_frm_in_cur_ifi = 0;
98 void irc_reset_est_sad(est_sad_t *ps_est_sad)
100 irc_init_est_sad(ps_est_sad, ps_est_sad->i4_use_est_intra_sad)
    [all...]
irc_est_sad.h 63 void irc_reset_est_sad(est_sad_handle ps_est_sad);
irc_rate_control_api_structs.h 52 est_sad_handle ps_est_sad; member in struct:rate_control_api_t
irc_bit_allocation.h 41 est_sad_handle ps_est_sad,
irc_rate_control_api.c 109 &pps_rate_control_api[0]->ps_est_sad,
248 irc_init_est_sad(ps_rate_control_api->ps_est_sad, i4_use_est_intra_sad);
420 ps_rate_control_api->ps_est_sad,
524 u4_estimated_sad = irc_get_est_sad(ps_rate_control_api->ps_est_sad,
    [all...]
irc_bit_allocation.c 350 est_sad_handle ps_est_sad,
448 SET_VAR_Q(vq_est_sad, irc_get_est_sad(ps_est_sad,i), 0);
    [all...]

Completed in 331 milliseconds