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

/external/webp/src/enc/
H A Dtree_enc.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]);

Completed in 290 milliseconds