Searched refs:COEF_BANDS (Results 1 - 25 of 42) sorted by relevance

12

/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];
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Ddefaultcoefcounts.h21 [COEF_BANDS]
H A Dtokenize.h44 extern _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
H A Dblock.h106 int (*token_costs)[COEF_BANDS][PREV_COEF_CONTEXTS]
139 unsigned int coef_counts [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
H A Donyx_int.h445 vp8_prob frame_coef_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
446 char update_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
448 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 Dbitstream.c54 static unsigned int tree_update_hist [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES] [2];
790 coef_probs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS][ENTROPY_NODES])
799 for (j = 0; j < COEF_BANDS; j++)
921 while (++j < COEF_BANDS);
970 while (++j < COEF_BANDS);
1197 while (++j < COEF_BANDS);
1240 while (++j < COEF_BANDS);
1696 fprintf(f, "const vp8_prob tree_update_probs[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES] = {\n");
1702 for (j = 0; j < COEF_BANDS; j++)
/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/encoder/
H A Ddefaultcoefcounts.h21 [COEF_BANDS]
H A Dtokenize.h44 extern _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];
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 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 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++)
/external/libvpx/libvpx/vp9/common/
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_entropy.c743 unsigned int (*eob_counts)[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS] =
749 for (k = 0; k < COEF_BANDS; ++k)
H A Dvp9_entropymode.h63 [COEF_BANDS][COEFF_CONTEXTS];
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_entropy.h104 #define COEF_BANDS 6 macro
127 typedef unsigned int vp9_coeff_count[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS]
129 typedef unsigned int vp9_coeff_stats[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS]
177 typedef vp9_prob vp9_coeff_probs_model[REF_TYPES][COEF_BANDS]
180 typedef unsigned int vp9_coeff_count_model[REF_TYPES][COEF_BANDS]
H A Dvp9_entropy.c771 unsigned int (*eob_counts)[REF_TYPES][COEF_BANDS][COEFF_CONTEXTS] =
777 for (k = 0; k < COEF_BANDS; ++k)
H A Dvp9_entropymode.h63 [COEF_BANDS][COEFF_CONTEXTS];
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_block.h51 typedef unsigned int vp9_coeff_cost[PLANE_TYPES][REF_TYPES][COEF_BANDS][2]

Completed in 2663 milliseconds

12