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

  /external/chromium_org/third_party/libwebp/enc/
tree.c 25 VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
165 memcpy(probas->coeffs_, VP8CoeffsProba0, sizeof(VP8CoeffsProba0));
166 // Note: we could hard-code the level_costs_ corresponding to VP8CoeffsProba0,
497 const int update = (p0 != VP8CoeffsProba0[t][b][c][p]);
vp8enci.h 456 extern const uint8_t VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
frame.c 192 const int old_p = VP8CoeffsProba0[t][b][c][p];
  /external/webp/src/enc/
tree.c 25 VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
165 memcpy(probas->coeffs_, VP8CoeffsProba0, sizeof(VP8CoeffsProba0));
166 // Note: we could hard-code the level_costs_ corresponding to VP8CoeffsProba0,
497 const int update = (p0 != VP8CoeffsProba0[t][b][c][p]);
vp8enci.h 456 extern const uint8_t VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
frame.c 192 const int old_p = VP8CoeffsProba0[t][b][c][p];

Completed in 1302 milliseconds