Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds