Searched refs:COEF_BANDS (Results 1 - 25 of 42) sorted by last modified time

12

/external/libvpx/libvpx/vp8/common/
H A Dcoefupdateprobs.h21 const vp8_prob vp8_coef_update_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES] =
H A Ddefault_coef_probs.h22 [COEF_BANDS]
H A Dentropy.h69 #define COEF_BANDS 8 macro
93 extern const vp8_prob vp8_coef_update_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
H A Donyxc_int.h47 vp8_prob coef_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodeframe.c1302 for (j = 0; j < COEF_BANDS; j++)
/external/libvpx/libvpx/vp8/encoder/
H A Dbitstream.c55 static unsigned int tree_update_hist [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES] [2];
791 coef_probs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES])
800 for (j = 0; j < COEF_BANDS; j++)
922 while (++j < COEF_BANDS);
971 while (++j < COEF_BANDS);
1198 while (++j < COEF_BANDS);
1241 while (++j < COEF_BANDS);
1697 fprintf(f, "const vp8_prob tree_update_probs[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES] = {\n");
1703 for (j = 0; j < COEF_BANDS; j++)
H A Dblock.h106 int (*token_costs)[COEF_BANDS][PREV_COEF_CONTEXTS]
138 unsigned int coef_counts [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
H A Ddefaultcoefcounts.h21 [COEF_BANDS]
H A Dencodeframe.c708 while (++j < COEF_BANDS);
H A Donyx_int.h448 vp8_prob frame_coef_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
449 char update_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
451 unsigned int frame_branch_ct [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES][2];
700 int token_costs[BLOCK_TYPES][COEF_BANDS]
H A Drdopt.c152 int c[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS],
153 const vp8_prob p[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES]
160 for (j = 0; j < COEF_BANDS; j++)
H A Dtokenize.c24 _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
438 fprintf(f, "int Contexts[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];\n\n");
440 fprintf(f, "const int default_contexts[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS] = {");
482 while (++band < COEF_BANDS);
H A Dtokenize.h44 extern _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropy.c743 unsigned int (*eob_counts)[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS] =
749 for (k = 0; k < COEF_BANDS; ++k)
H A Dvp9_entropy.h66 #define COEF_BANDS 6 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]
H A Dvp9_entropymode.h63 [COEF_BANDS][COEFF_CONTEXTS];
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c474 for (k = 0; k < COEF_BANDS; ++k)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c491 unsigned int (*eob_branch_ct)[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS] =
497 for (k = 0; k < COEF_BANDS; ++k) {
530 for (k = 0; k < COEF_BANDS; ++k) {
566 for (k = 0; k < COEF_BANDS; ++k) {
606 COEF_BANDS >> 1 : COEF_BANDS;
611 for (k = 0; k < COEF_BANDS; ++k) {
H A Dvp9_block.h85 typedef unsigned int vp9_coeff_cost[PLANE_TYPES][REF_TYPES][COEF_BANDS][2]
H A Dvp9_onyx_if.c2098 for (k = 0; k < COEF_BANDS; ++k)
H A Dvp9_rdopt.c182 for (k = 0; k < COEF_BANDS; ++k)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dcoefupdateprobs.h21 const vp8_prob vp8_coef_update_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES] =
H A Ddefault_coef_probs.h22 [COEF_BANDS]
H A Dentropy.h69 #define COEF_BANDS 8 macro
93 extern const vp8_prob vp8_coef_update_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
H A Donyxc_int.h47 vp8_prob coef_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];

Completed in 191 milliseconds

12