Searched defs:COEFF_CONTEXTS (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_entropy.h122 #define COEFF_CONTEXTS 6 macro
123 #define BAND_COEFF_CONTEXTS(band) ((band) == 0 ? 3 : COEFF_CONTEXTS)
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]
178 [COEFF_CONTEXTS][UNCONSTRAINED_NODES];
181 [COEFF_CONTEXTS]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropy.h84 #define COEFF_CONTEXTS 6 macro
85 #define BAND_COEFF_CONTEXTS(band) ((band) == 0 ? 3 : COEFF_CONTEXTS)
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]
140 [COEFF_CONTEXTS][UNCONSTRAINED_NODES];
143 [COEFF_CONTEXTS]

Completed in 207 milliseconds