Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropy.h86 #define REF_TYPES 2 // intra=0, inter=1 macro
112 typedef unsigned int vp9_coeff_count[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS]
114 typedef unsigned int vp9_coeff_stats[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS]
151 typedef vpx_prob vp9_coeff_probs_model[REF_TYPES][COEF_BANDS]
154 typedef unsigned int vp9_coeff_count_model[REF_TYPES][COEF_BANDS]
Dvp9_entropy.c777 unsigned int (*eob_counts)[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS] = in adapt_coef_probs()
782 for (j = 0; j < REF_TYPES; ++j) in adapt_coef_probs()
Dvp9_entropymode.h67 unsigned int eob_branch[TX_SIZES][PLANE_TYPES][REF_TYPES]
Dvp9_thread_common.c339 for (k = 0; k < REF_TYPES; k++) in vp9_accumulate_frame_counts()
351 for (k = 0; k < REF_TYPES; k++) in vp9_accumulate_frame_counts()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h47 typedef unsigned int vp9_coeff_cost[PLANE_TYPES][REF_TYPES][COEF_BANDS][2]
Dvp9_bitstream.c507 unsigned int (*eob_branch_ct)[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS] = in build_tree_distribution()
512 for (j = 0; j < REF_TYPES; ++j) { in build_tree_distribution()
546 for (j = 0; j < REF_TYPES; ++j) { in update_coef_probs_common()
582 for (j = 0; j < REF_TYPES; ++j) { in update_coef_probs_common()
620 for (j = 0; j < REF_TYPES; ++j) { in update_coef_probs_common()
Dvp9_ethread.c27 for (k = 0; k < REF_TYPES; k++) in accumulate_rd_opt()
Dvp9_rd.c95 for (j = 0; j < REF_TYPES; ++j) in fill_token_costs()
Dvp9_encoder.c2948 for (j = 0; j < REF_TYPES; ++j)
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1038 for (j = 0; j < REF_TYPES; ++j) in read_coef_probs_common()