Home
last modified time | relevance | path

Searched refs:REF_TYPES (Results 1 – 13 of 13) 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]
150 typedef vpx_prob vp9_coeff_probs_model[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS]
153 typedef unsigned int vp9_coeff_count_model[REF_TYPES][COEF_BANDS]
Dvp9_entropy.c1062 unsigned int(*eob_counts)[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS] = in adapt_coef_probs()
1067 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.c516 for (k = 0; k < REF_TYPES; k++) in vp9_accumulate_frame_counts()
527 for (k = 0; k < REF_TYPES; k++) in vp9_accumulate_frame_counts()
/external/libaom/libaom/av1/encoder/
Dencodetxb.h92 static const int plane_rd_mult[REF_TYPES][PLANE_TYPES] = {
/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h49 typedef unsigned int vp9_coeff_cost[PLANE_TYPES][REF_TYPES][COEF_BANDS][2]
Dvp9_bitstream.c521 unsigned int(*eob_branch_ct)[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS] = in build_tree_distribution()
526 for (j = 0; j < REF_TYPES; ++j) { in build_tree_distribution()
560 for (j = 0; j < REF_TYPES; ++j) { in update_coef_probs_common()
595 for (j = 0; j < REF_TYPES; ++j) { in update_coef_probs_common()
632 for (j = 0; j < REF_TYPES; ++j) { in update_coef_probs_common()
Dvp9_ethread.c30 for (k = 0; k < REF_TYPES; k++) in accumulate_rd_opt()
Dvp9_rd.c141 for (j = 0; j < REF_TYPES; ++j) in fill_token_costs()
Dvp9_encodemb.c56 static const int plane_rd_mult[REF_TYPES][PLANE_TYPES] = {
Dvp9_encoder.c212 for (k = 0; k < REF_TYPES; ++k) { in compute_context_model_diff()
3500 for (j = 0; j < REF_TYPES; ++j)
/external/libaom/libaom/av1/common/
Dentropy.h70 #define REF_TYPES 2 // intra=0, inter=1 macro
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1319 for (j = 0; j < REF_TYPES; ++j) in read_coef_probs_common()