Searched refs:VP8CoeffsProba0 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dtree.c21 VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = { variable
160 memcpy(probas->coeffs_, VP8CoeffsProba0, sizeof(VP8CoeffsProba0));
161 // Note: we could hard-code the level_costs_ corresponding to VP8CoeffsProba0,
492 const int update = (p0 != VP8CoeffsProba0[t][b][c][p]);
H A Dvp8enci.h470 extern const uint8_t VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
H A Dframe.c159 const int old_p = VP8CoeffsProba0[t][b][c][p];
/external/webp/src/enc/
H A Dtree.c21 VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = { variable
160 memcpy(probas->coeffs_, VP8CoeffsProba0, sizeof(VP8CoeffsProba0));
161 // Note: we could hard-code the level_costs_ corresponding to VP8CoeffsProba0,
492 const int update = (p0 != VP8CoeffsProba0[t][b][c][p]);
H A Dvp8enci.h470 extern const uint8_t VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
H A Dframe.c159 const int old_p = VP8CoeffsProba0[t][b][c][p];

Completed in 545 milliseconds