HomeSort by relevance Sort by last modified time
    Searched defs:VP8CoeffsUpdateProba (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/libwebp/enc/
tree.c 355 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
498 if (VP8PutBit(bw, update, VP8CoeffsUpdateProba[t][b][c][p])) {
  /external/webp/src/enc/
tree.c 350 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
493 if (VP8PutBit(bw, update, VP8CoeffsUpdateProba[t][b][c][p])) {

Completed in 45 milliseconds