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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
detokenize.c 37 static const uint8_t kBands[16 + 1] = {
102 p = prob[kBands[n]][0];
109 p = prob[kBands[n]][1];
152 p = prob[kBands[n]][2];
  /external/libvpx/libvpx/vp8/decoder/
detokenize.c 37 static const uint8_t kBands[16 + 1] = {
102 p = prob[kBands[n]][0];
109 p = prob[kBands[n]][1];
152 p = prob[kBands[n]][2];
  /external/chromium_org/third_party/libwebp/dec/
vp8.c 374 static const int kBands[16 + 1] = {
424 // n is either 0 or 1 here. kBands[n] is not necessary for extracting '*p'.
431 p = prob[kBands[++n]].probas_[0];
435 const VP8ProbaArray* const p_ctx = &prob[kBands[n + 1]].probas_[0];

Completed in 243 milliseconds