HomeSort by relevance Sort by last modified time
    Searched refs:MAXBAND_INDEX (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_entropy.h 175 #define MAXBAND_INDEX 21
177 extern const uint8_t vp9_coefband_trans_8x8plus[MAXBAND_INDEX + 1];
178 extern const uint8_t vp9_coefband_trans_4x4[MAXBAND_INDEX + 1];
182 return (coef_index > MAXBAND_INDEX)
vp9_entropy.c 40 vp9_coefband_trans_8x8plus[MAXBAND_INDEX + 1]) = {
46 vp9_coefband_trans_4x4[MAXBAND_INDEX + 1]) = {

Completed in 23 milliseconds