Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_enc.c877 VP8LGetEntropyUnrefinedFunc VP8LGetEntropyUnrefined; variable
915 VP8LGetEntropyUnrefined = GetEntropyUnrefined_C; in WEBP_DSP_INIT_FUNC()
1003 assert(VP8LGetEntropyUnrefined != NULL); in WEBP_DSP_INIT_FUNC()
Dlossless.h192 extern VP8LGetEntropyUnrefinedFunc VP8LGetEntropyUnrefined;
Dlossless_enc_mips32.c387 VP8LGetEntropyUnrefined = GetEntropyUnrefined_MIPS32; in VP8LEncDspInitMIPS32()
/external/webp/src/enc/
Dhistogram_enc.c303 VP8LGetEntropyUnrefined(population, length, &bit_entropy, &stats); in PopulationCost()
340 VP8LGetEntropyUnrefined(X, length, &bit_entropy, &stats); in GetCombinedEntropy()
344 VP8LGetEntropyUnrefined(Y, length, &bit_entropy, &stats); in GetCombinedEntropy()