Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dest_sad.c45 typedef struct est_sad_t struct
54 } est_sad_t; argument
58 est_sad_t **pps_est_sad, itt_memtab_t *ps_memtab, ITT_FUNC_TYPE_E e_func_type) in est_sad_num_fill_use_free_memtab()
61 static est_sad_t s_est_sad; in est_sad_num_fill_use_free_memtab()
72 &ps_memtab[i4_mem_tab_idx], sizeof(est_sad_t), MEM_TAB_ALIGNMENT, PERSISTENT, DDR); in est_sad_num_fill_use_free_memtab()
89 void init_est_sad(est_sad_t *ps_est_sad, WORD32 i4_use_est_intra_sad) in init_est_sad()
111 void reset_est_sad(est_sad_t *ps_est_sad) in reset_est_sad()
139 UWORD32 get_est_sad(est_sad_t *ps_est_sad, picture_type_e e_pic_type) in get_est_sad()
215 WORD32 update_ppic_sad(est_sad_t *ps_est_sad, WORD32 i4_est_sad, WORD32 i4_prev_p_sad) in update_ppic_sad()
236 void update_actual_sad(est_sad_t *ps_est_sad, UWORD32 u4_actual_sad, picture_type_e e_pic_type) in update_actual_sad()
[all …]
Dest_sad.h61 typedef struct est_sad_t *est_sad_handle;
/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;