Home
last modified time | relevance | path

Searched refs:REF_TYPES (Results 1 – 11 of 11) 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][COEFF_CONTEXTS]
154 typedef unsigned int vp9_coeff_count_model[REF_TYPES][COEF_BANDS]
Dvp9_entropy.c1060 unsigned int(*eob_counts)[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS] = in adapt_coef_probs()
1065 for (j = 0; j < REF_TYPES; ++j) in adapt_coef_probs()
Dvp9_entropymode.h67 unsigned int eob_branch[TX_SIZES][PLANE_TYPES][REF_TYPES][COEF_BANDS]
Dvp9_thread_common.c332 for (k = 0; k < REF_TYPES; k++) in vp9_accumulate_frame_counts()
343 for (k = 0; k < REF_TYPES; k++) in vp9_accumulate_frame_counts()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h49 typedef unsigned int vp9_coeff_cost[PLANE_TYPES][REF_TYPES][COEF_BANDS][2]
Dvp9_bitstream.c515 unsigned int(*eob_branch_ct)[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS] = in build_tree_distribution()
520 for (j = 0; j < REF_TYPES; ++j) { in build_tree_distribution()
554 for (j = 0; j < REF_TYPES; ++j) { in update_coef_probs_common()
589 for (j = 0; j < REF_TYPES; ++j) { in update_coef_probs_common()
625 for (j = 0; j < REF_TYPES; ++j) { in update_coef_probs_common()
Dvp9_rd.c96 for (j = 0; j < REF_TYPES; ++j) in fill_token_costs()
Dvp9_ethread.c30 for (k = 0; k < REF_TYPES; k++) in accumulate_rd_opt()
Dvp9_encodemb.c62 static const int plane_rd_mult[REF_TYPES][PLANE_TYPES] = {
Dvp9_encoder.c182 for (k = 0; k < REF_TYPES; ++k) { in compute_context_model_diff()
3152 for (j = 0; j < REF_TYPES; ++j)
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c992 for (j = 0; j < REF_TYPES; ++j) in read_coef_probs_common()