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

  /external/libavc/encoder/
irc_est_sad.c 32 typedef struct est_sad_t struct
54 } est_sad_t; typedef in typeref:struct:est_sad_t
56 WORD32 irc_est_sad_num_fill_use_free_memtab(est_sad_t **pps_est_sad,
61 est_sad_t s_est_sad;
72 fill_memtab(&ps_memtab[i4_mem_tab_idx], sizeof(est_sad_t),
81 void irc_init_est_sad(est_sad_t *ps_est_sad, WORD32 i4_use_est_intra_sad)
98 void irc_reset_est_sad(est_sad_t *ps_est_sad)
119 UWORD32 irc_get_est_sad(est_sad_t *ps_est_sad, picture_type_e e_pic_type)
211 void irc_update_actual_sad(est_sad_t *ps_est_sad,
253 void irc_update_actual_sad_for_intra(est_sad_t *ps_est_sad
    [all...]
irc_est_sad.h 25 * "est_sad_t->i4_use_est_intra_sad" Flag to control how the I frame SAD is estimated.
46 typedef struct est_sad_t *est_sad_handle;

Completed in 1321 milliseconds