Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_enc.c763 VP8LGetEntropyUnrefinedFunc VP8LGetEntropyUnrefined; variable
801 VP8LGetEntropyUnrefined = GetEntropyUnrefined_C; in WEBP_DSP_INIT_FUNC()
889 assert(VP8LGetEntropyUnrefined != NULL); in WEBP_DSP_INIT_FUNC()
Dlossless.h207 extern VP8LGetEntropyUnrefinedFunc VP8LGetEntropyUnrefined;
Dlossless_enc_mips32.c387 VP8LGetEntropyUnrefined = GetEntropyUnrefined_MIPS32; in VP8LEncDspInitMIPS32()
/external/webp/src/enc/
Dhistogram_enc.c304 VP8LGetEntropyUnrefined(population, length, &bit_entropy, &stats); in PopulationCost()
341 VP8LGetEntropyUnrefined(X, length, &bit_entropy, &stats); in GetCombinedEntropy()
345 VP8LGetEntropyUnrefined(Y, length, &bit_entropy, &stats); in GetCombinedEntropy()