Home
last modified time | relevance | path

Searched refs:est_sad_t (Results 1 – 2 of 2) sorted by relevance

/external/libavc/encoder/
Dirc_est_sad.c32 typedef struct est_sad_t struct
54 } est_sad_t; argument
56 WORD32 irc_est_sad_num_fill_use_free_memtab(est_sad_t **pps_est_sad, in irc_est_sad_num_fill_use_free_memtab()
61 est_sad_t s_est_sad; in irc_est_sad_num_fill_use_free_memtab()
72 fill_memtab(&ps_memtab[i4_mem_tab_idx], sizeof(est_sad_t), in irc_est_sad_num_fill_use_free_memtab()
81 void irc_init_est_sad(est_sad_t *ps_est_sad, WORD32 i4_use_est_intra_sad) in irc_init_est_sad()
98 void irc_reset_est_sad(est_sad_t *ps_est_sad) in irc_reset_est_sad()
119 UWORD32 irc_get_est_sad(est_sad_t *ps_est_sad, picture_type_e e_pic_type) in irc_get_est_sad()
211 void irc_update_actual_sad(est_sad_t *ps_est_sad, in irc_update_actual_sad()
253 void irc_update_actual_sad_for_intra(est_sad_t *ps_est_sad, in irc_update_actual_sad_for_intra()
Dirc_est_sad.h46 typedef struct est_sad_t *est_sad_handle;