Home
last modified time | relevance | path

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

/external/webp/src/enc/
Danalysis.c242 const int alpha = VP8CollectHistogram(it->yuv_in_ + Y_OFF, in MBAnalyzeBestIntra16Mode()
267 const int alpha = VP8CollectHistogram(src, in MBAnalyzeBestIntra4Mode()
293 const int alpha = VP8CollectHistogram(it->yuv_in_ + U_OFF, in MBAnalyzeBestUVMode()
Dvp8enci.h428 extern VP8CHisto VP8CollectHistogram;
Ddsp.c711 VP8CHisto VP8CollectHistogram; variable
736 VP8CollectHistogram = CollectHistogram; in VP8EncDspInit()
Ddsp_sse2.c821 VP8CollectHistogram = CollectHistogramSSE2; in VP8EncDspInitSSE2()