Searched refs:NUM_PROBAS (Results 1 - 17 of 17) sorted by relevance

/external/webp/src/dec/
H A Dcommon.h51 NUM_PROBAS = 11 enumerator in enum:__anon20499
H A Dtree.c38 CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
361 CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
509 for (p = 0; p < NUM_PROBAS; ++p) {
H A Dvp8i.h97 typedef uint8_t VP8ProbaArray[NUM_PROBAS];
/external/opencv3/3rdparty/libwebp/enc/
H A Dtree.c25 VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
355 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
495 for (p = 0; p < NUM_PROBAS; ++p) {
H A Dvp8enci.h59 NUM_PROBAS = 11, enumerator in enum:__anon14951
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];
H A Dcost.c339 static int VariableLevelCost(int level, const uint8_t probas[NUM_PROBAS]) {
H A Dtoken.c81 ((p) + NUM_PROBAS * ((ctx) + NUM_CTX * ((b) + NUM_BANDS * (t))))
H A Dframe.c187 for (p = 0; p < NUM_PROBAS; ++p) {
/external/webp/src/enc/
H A Dtree.c21 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) {
H A Dvp8enci.h131 typedef uint8_t ProbaArray[NUM_CTX][NUM_PROBAS];
132 typedef proba_t StatsArray[NUM_CTX][NUM_PROBAS];
416 extern const uint8_t VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
418 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
H A Dtoken.c88 (NUM_PROBAS * ((ctx) + NUM_CTX * ((b) + NUM_BANDS * (t))))
H A Dcost.c42 static int VariableLevelCost(int level, const uint8_t probas[NUM_PROBAS]) {
H A Dframe.c150 for (p = 0; p < NUM_PROBAS; ++p) {
/external/opencv3/3rdparty/libwebp/dec/
H A Dvp8i.h70 NUM_PROBAS = 11, enumerator in enum:__anon14917
135 uint8_t coeffs_[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
H A Dtree.c89 CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
394 CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
547 for (p = 0; p < NUM_PROBAS; ++p) {
H A Dvp8.c464 typedef const uint8_t (*ProbaArray)[NUM_CTX][NUM_PROBAS]; // for const-casting
465 typedef const uint8_t (*ProbaCtxArray)[NUM_PROBAS];
/external/libvpx/libvpx/vp8/decoder/
H A Ddetokenize.c53 #define NUM_PROBAS 11 macro
57 typedef const uint8_t (*ProbaArray)[NUM_CTX][NUM_PROBAS];

Completed in 308 milliseconds