Searched refs:NUM_CTX (Results 1 - 19 of 19) sorted by relevance

/external/webp/src/dec/
H A Dcommon.h50 NUM_CTX = 3, enumerator in enum:__anon21070
H A Dtree.c38 CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
361 CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
508 for (c = 0; c < NUM_CTX; ++c) {
H A Dvp8i.h100 VP8ProbaArray probas_[NUM_CTX];
/external/webp/src/enc/
H A Dvp8enci.h131 typedef uint8_t ProbaArray[NUM_CTX][NUM_PROBAS];
132 typedef proba_t StatsArray[NUM_CTX][NUM_PROBAS];
133 typedef uint16_t CostArray[NUM_CTX][MAX_VARIABLE_LEVEL + 1];
134 typedef const uint16_t* (*CostArrayPtr)[NUM_CTX]; // for easy casting
135 typedef const uint16_t* CostArrayMap[16][NUM_CTX];
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 Dtree.c21 VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
350 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
489 for (c = 0; c < NUM_CTX; ++c) {
H A Dcost.c68 for (ctx = 0; ctx < NUM_CTX; ++ctx) {
83 for (ctx = 0; ctx < NUM_CTX; ++ctx) {
H A Dtoken.c88 (NUM_PROBAS * ((ctx) + NUM_CTX * ((b) + NUM_BANDS * (t))))
H A Dframe.c149 for (c = 0; c < NUM_CTX; ++c) {
/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] = {
494 for (c = 0; c < NUM_CTX; ++c) {
H A Dvp8enci.h58 NUM_CTX = 3, enumerator in enum:__anon15381
188 typedef uint8_t ProbaArray[NUM_CTX][NUM_PROBAS];
189 typedef proba_t StatsArray[NUM_CTX][NUM_PROBAS];
190 typedef uint16_t CostArray[NUM_CTX][MAX_VARIABLE_LEVEL + 1];
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.c364 for (ctx = 0; ctx < NUM_CTX; ++ctx) {
H A Dtoken.c81 ((p) + NUM_PROBAS * ((ctx) + NUM_CTX * ((b) + NUM_BANDS * (t))))
H A Dframe.c186 for (c = 0; c < NUM_CTX; ++c) {
/external/webp/src/dsp/
H A Dcost_mips_dsp_r2.c35 const size_t inc_p_costs = NUM_CTX * sizeof(*p_costs);
H A Dcost_mips32.c35 const size_t inc_p_costs = NUM_CTX * sizeof(*p_costs);
/external/opencv3/3rdparty/libwebp/dec/
H A Dvp8i.h69 NUM_CTX = 3, enumerator in enum:__anon15347
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] = {
546 for (c = 0; c < NUM_CTX; ++c) {
H A Dvp8.c464 typedef const uint8_t (*ProbaArray)[NUM_CTX][NUM_PROBAS]; // for const-casting
/external/libvpx/libvpx/vp8/decoder/
H A Ddetokenize.c54 #define NUM_CTX 3 macro
57 typedef const uint8_t (*ProbaArray)[NUM_CTX][NUM_PROBAS];

Completed in 289 milliseconds