Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless.h167 extern VP8LCombinedShannonEntropyFunc VP8LCombinedShannonEntropy;
Dlossless_enc.c844 VP8LCombinedShannonEntropyFunc VP8LCombinedShannonEntropy; variable
884 VP8LCombinedShannonEntropy = CombinedShannonEntropy; in VP8LEncDspInit()
Dlossless_enc_sse2.c685 VP8LCombinedShannonEntropy = CombinedShannonEntropy; in VP8LEncDspInitSSE2()
/external/webp/src/enc/
Dpredictor_enc.c54 retval += VP8LCombinedShannonEntropy(tile[i], accumulated[i]); in PredictionCostSpatialHistogram()
514 return VP8LCombinedShannonEntropy(counts, accumulated) + in PredictionCostCrossColor()