Searched refs:kBands (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
H A Ddetokenize.c37 static const uint8_t kBands[16 + 1] = { variable
102 p = prob[kBands[n]][0];
109 p = prob[kBands[n]][1];
152 p = prob[kBands[n]][2];
/external/webp/src/dec/
H A Dtree.c498 static const int kBands[16 + 1] = { variable
517 proba->bands_ptr_[t][b] = &proba->bands_[t][kBands[b]];
/external/opencv3/3rdparty/libwebp/dec/
H A Dvp8.c449 static const int kBands[16 + 1] = { variable
503 // n is either 0 or 1 here. kBands[n] is not necessary for extracting '*p'.
509 const ProbaCtxArray p_ctx = prob[kBands[n + 1]];

Completed in 128 milliseconds