HomeSort by relevance Sort by last modified time
    Searched defs:NUM_PROBAS (Results 1 - 4 of 4) 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];
  /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/webp/src/dec/
vp8i.h 69 NUM_PROBAS = 11,
135 typedef uint8_t VP8ProbaArray[NUM_PROBAS];
  /external/webp/src/enc/
vp8enci.h 59 NUM_PROBAS = 11,
190 typedef uint8_t ProbaArray[NUM_CTX][NUM_PROBAS];
191 typedef proba_t StatsArray[NUM_CTX][NUM_PROBAS];
470 extern const uint8_t VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
472 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];

Completed in 161 milliseconds