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

  /external/chromium_org/third_party/libwebp/enc/
tree.c 355 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
498 if (VP8PutBit(bw, update, VP8CoeffsUpdateProba[t][b][c][p])) {
vp8enci.h 458 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
frame.c 191 const int update_proba = VP8CoeffsUpdateProba[t][b][c][p];
  /external/webp/src/enc/
tree.c 355 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
498 if (VP8PutBit(bw, update, VP8CoeffsUpdateProba[t][b][c][p])) {
vp8enci.h 458 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
frame.c 191 const int update_proba = VP8CoeffsUpdateProba[t][b][c][p];

Completed in 5825 milliseconds