OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/chromium_org/third_party/libwebp/dec/
vp8i.h
70
NUM_PROBAS
= 11,
135
uint8_t coeffs_[NUM_TYPES][NUM_BANDS][NUM_CTX][
NUM_PROBAS
];
/external/webp/src/dec/
vp8i.h
70
NUM_PROBAS
= 11,
135
uint8_t coeffs_[NUM_TYPES][NUM_BANDS][NUM_CTX][
NUM_PROBAS
];
/external/chromium_org/third_party/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
];
/external/webp/src/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 290 milliseconds