Home
last modified time | relevance | path

Searched refs:REF_TYPES (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropy.h63 #define REF_TYPES 2 // intra=0, inter=1 macro
89 typedef unsigned int vp9_coeff_count[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS]
91 typedef unsigned int vp9_coeff_stats[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS]
139 typedef vp9_prob vp9_coeff_probs_model[REF_TYPES][COEF_BANDS]
142 typedef unsigned int vp9_coeff_count_model[REF_TYPES][COEF_BANDS]
Dvp9_entropy.c743 unsigned int (*eob_counts)[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS] = in adapt_coef_probs()
748 for (j = 0; j < REF_TYPES; ++j) in adapt_coef_probs()
Dvp9_entropymode.h62 unsigned int eob_branch[TX_SIZES][PLANE_TYPES][REF_TYPES]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_block.h85 typedef unsigned int vp9_coeff_cost[PLANE_TYPES][REF_TYPES][COEF_BANDS][2]
Dvp9_bitstream.c491 unsigned int (*eob_branch_ct)[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS] = in build_tree_distribution()
496 for (j = 0; j < REF_TYPES; ++j) { in build_tree_distribution()
529 for (j = 0; j < REF_TYPES; ++j) { in update_coef_probs_common()
565 for (j = 0; j < REF_TYPES; ++j) { in update_coef_probs_common()
610 for (j = 0; j < REF_TYPES; ++j) { in update_coef_probs_common()
Dvp9_onyx_if.c2173 for (j = 0; j < REF_TYPES; ++j)
Dvp9_rdopt.c181 for (j = 0; j < REF_TYPES; ++j) in fill_token_costs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c475 for (j = 0; j < REF_TYPES; ++j) in read_coef_probs_common()