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

  /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 449 static const int kBands[16 + 1] = {
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]];
  /external/webp/src/dec/
vp8.c 449 static const int kBands[16 + 1] = {
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 129 milliseconds