Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Ddetokenize.c37 static const uint8_t kBands[16 + 1] = { variable
102 p = prob[kBands[n]][0]; in GetCoeffs()
109 p = prob[kBands[n]][1]; in GetCoeffs()
152 p = prob[kBands[n]][2]; in GetCoeffs()
/external/webp/src/dec/
Dtree.c498 static const int kBands[16 + 1] = { variable
517 proba->bands_ptr_[t][b] = &proba->bands_[t][kBands[b]]; in VP8ParseProba()
/external/opencv3/3rdparty/libwebp/dec/
Dvp8.c449 static const int kBands[16 + 1] = { variable
509 const ProbaCtxArray p_ctx = prob[kBands[n + 1]]; in GetCoeffs()