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

  /external/webp/src/dec/
tree.c 38 CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
361 CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
503 for (p = 0; p < NUM_PROBAS; ++p) {
vp8i.h 69 NUM_PROBAS = 11,
135 typedef uint8_t VP8ProbaArray[NUM_PROBAS];
  /external/webp/src/enc/
tree.c 21 VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
350 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
490 for (p = 0; p < NUM_PROBAS; ++p) {
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];
token.c 88 ((p) + NUM_PROBAS * ((ctx) + NUM_CTX * ((b) + NUM_BANDS * (t))))
cost.c 335 static int VariableLevelCost(int level, const uint8_t probas[NUM_PROBAS]) {
frame.c 154 for (p = 0; p < NUM_PROBAS; ++p) {
  /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];

Completed in 83 milliseconds