Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_enc.c878 VP8LGetCombinedEntropyUnrefinedFunc VP8LGetCombinedEntropyUnrefined; variable
916 VP8LGetCombinedEntropyUnrefined = GetCombinedEntropyUnrefined_C; in WEBP_DSP_INIT_FUNC()
1004 assert(VP8LGetCombinedEntropyUnrefined != NULL); in WEBP_DSP_INIT_FUNC()
Dlossless.h186 extern VP8LGetCombinedEntropyUnrefinedFunc VP8LGetCombinedEntropyUnrefined;
Dlossless_enc_mips32.c388 VP8LGetCombinedEntropyUnrefined = GetCombinedEntropyUnrefined_MIPS32; in VP8LEncDspInitMIPS32()
/external/webp/src/enc/
Dhistogram_enc.c338 VP8LGetCombinedEntropyUnrefined(X, Y, length, &bit_entropy, &stats); in GetCombinedEntropy()