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

  /external/webp/src/dec/
common.h 51 NUM_PROBAS = 11
tree.c 38 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) {
vp8i.h 97 typedef uint8_t VP8ProbaArray[NUM_PROBAS];
  /external/opencv3/3rdparty/libwebp/enc/
tree.c 25 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) {
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];
cost.c 339 static int VariableLevelCost(int level, const uint8_t probas[NUM_PROBAS]) {
token.c 81 ((p) + NUM_PROBAS * ((ctx) + NUM_CTX * ((b) + NUM_BANDS * (t))))
frame.c 187 for (p = 0; p < NUM_PROBAS; ++p) {
  /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 131 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];
token.c 88 (NUM_PROBAS * ((ctx) + NUM_CTX * ((b) + NUM_BANDS * (t))))
cost.c 42 static int VariableLevelCost(int level, const uint8_t probas[NUM_PROBAS]) {
frame.c 150 for (p = 0; p < NUM_PROBAS; ++p) {
  /external/opencv3/3rdparty/libwebp/dec/
vp8i.h 70 NUM_PROBAS = 11,
135 uint8_t coeffs_[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
tree.c 89 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) {
vp8.c 464 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/
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 127 milliseconds