Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless_enc.c780 VP8LCombinedShannonEntropyFunc VP8LCombinedShannonEntropy; variable
818 VP8LCombinedShannonEntropy = CombinedShannonEntropy_C; in WEBP_DSP_INIT_FUNC()
907 assert(VP8LCombinedShannonEntropy != NULL); in WEBP_DSP_INIT_FUNC()
Dlossless.h178 extern VP8LCombinedShannonEntropyFunc VP8LCombinedShannonEntropy;
Dlossless_enc_sse2.c642 VP8LCombinedShannonEntropy = CombinedShannonEntropy_SSE2; in VP8LEncDspInitSSE2()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpredictor_enc.c53 retval += VP8LCombinedShannonEntropy(tile[i], accumulated[i]); in PredictionCostSpatialHistogram()
536 return VP8LCombinedShannonEntropy(counts, accumulated) + in PredictionCostCrossColor()