OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8RecordStats
(Results
1 - 3
of
3
) sorted by null
/external/webp/src/enc/
cost_enc.c
294
VP8RecordStats
(0, s + 0);
299
VP8RecordStats
(1, s + 0); // order of record doesn't matter
301
VP8RecordStats
(0, s + 1);
304
VP8RecordStats
(1, s + 1);
305
if (!
VP8RecordStats
(2u < (unsigned int)(v + 1), s + 2)) { // v = -1 or 1
310
if (!
VP8RecordStats
(v > 4, s + 3)) {
311
if (
VP8RecordStats
(v != 2, s + 4))
312
VP8RecordStats
(v == 4, s + 5);
313
} else if (!
VP8RecordStats
(v > 10, s + 6)) {
314
VP8RecordStats
(v > 6, s + 7)
[
all
...]
cost_enc.h
45
static WEBP_INLINE int
VP8RecordStats
(int bit, proba_t* const stats) {
token_enc.c
99
VP8RecordStats
(bit, stats);
Completed in 85 milliseconds