Home
last modified time | relevance | path

Searched refs:VP8LGetEntropyUnrefined (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dsp/
Dlossless.h196 extern VP8LGetEntropyUnrefinedFunc VP8LGetEntropyUnrefined;
Dlossless_enc.c846 VP8LGetEntropyUnrefinedFunc VP8LGetEntropyUnrefined; variable
886 VP8LGetEntropyUnrefined = GetEntropyUnrefined; in VP8LEncDspInit()
Dlossless_enc_mips32.c422 VP8LGetEntropyUnrefined = GetEntropyUnrefined; in VP8LEncDspInitMIPS32()
/external/webp/src/enc/
Dhistogram_enc.c240 VP8LGetEntropyUnrefined(population, length, &bit_entropy, &stats); in PopulationCost()