HomeSort by relevance Sort by last modified time
    Searched refs:kBands (Results 1 - 2 of 2) 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/webp/src/dec/
vp8.c 447 static const int kBands[16 + 1] = {
501 // n is either 0 or 1 here. kBands[n] is not necessary for extracting '*p'.
507 const ProbaCtxArray p_ctx = prob[kBands[n + 1]];

Completed in 35 milliseconds