Home
last modified time | relevance | path

Searched refs:VP8RecordStats (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/enc/
Dcost_enc.c294 VP8RecordStats(0, s + 0); in VP8RecordCoeffs()
299 VP8RecordStats(1, s + 0); // order of record doesn't matter in VP8RecordCoeffs()
301 VP8RecordStats(0, s + 1); in VP8RecordCoeffs()
304 VP8RecordStats(1, s + 1); in VP8RecordCoeffs()
305 if (!VP8RecordStats(2u < (unsigned int)(v + 1), s + 2)) { // v = -1 or 1 in VP8RecordCoeffs()
310 if (!VP8RecordStats(v > 4, s + 3)) { in VP8RecordCoeffs()
311 if (VP8RecordStats(v != 2, s + 4)) in VP8RecordCoeffs()
312 VP8RecordStats(v == 4, s + 5); in VP8RecordCoeffs()
313 } else if (!VP8RecordStats(v > 10, s + 6)) { in VP8RecordCoeffs()
314 VP8RecordStats(v > 6, s + 7); in VP8RecordCoeffs()
[all …]
Dcost_enc.h45 static WEBP_INLINE int VP8RecordStats(int bit, proba_t* const stats) { in VP8RecordStats() function
Dtoken_enc.c99 VP8RecordStats(bit, stats); in AddToken()