HomeSort by relevance Sort by last modified time
    Searched defs:NUM_PROBAS (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp8/decoder/
detokenize.c 53 #define NUM_PROBAS 11
57 typedef const uint8_t (*ProbaArray)[NUM_CTX][NUM_PROBAS];
  /external/webp/src/dec/
common.h 51 NUM_PROBAS = 11
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
detokenize.c 53 #define NUM_PROBAS 11
57 typedef const uint8_t (*ProbaArray)[NUM_CTX][NUM_PROBAS];
  /external/opencv3/3rdparty/libwebp/dec/
vp8i.h 70 NUM_PROBAS = 11,
135 uint8_t coeffs_[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
  /external/opencv3/3rdparty/libwebp/enc/
vp8enci.h 59 NUM_PROBAS = 11,
188 typedef uint8_t ProbaArray[NUM_CTX][NUM_PROBAS];
189 typedef proba_t StatsArray[NUM_CTX][NUM_PROBAS];
456 extern const uint8_t VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
458 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];

Completed in 1221 milliseconds