Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_enc.c875 VP8LCombinedShannonEntropyFunc VP8LCombinedShannonEntropy; variable
913 VP8LCombinedShannonEntropy = CombinedShannonEntropy_C; in WEBP_DSP_INIT_FUNC()
1002 assert(VP8LCombinedShannonEntropy != NULL); in WEBP_DSP_INIT_FUNC()
Dlossless.h163 extern VP8LCombinedShannonEntropyFunc VP8LCombinedShannonEntropy;
Dlossless_enc_sse2.c659 VP8LCombinedShannonEntropy = CombinedShannonEntropy_SSE2; in VP8LEncDspInitSSE2()
/external/webp/src/enc/
Dpredictor_enc.c53 retval += VP8LCombinedShannonEntropy(tile[i], accumulated[i]); in PredictionCostSpatialHistogram()
536 return VP8LCombinedShannonEntropy(counts, accumulated) + in PredictionCostCrossColor()