Home
last modified time | relevance | path

Searched refs:CollectHistogram (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/dsp/
Denc_neon.c883 static void CollectHistogram(const uint8_t* ref, const uint8_t* pred, in CollectHistogram() function
1070 VP8CollectHistogram = CollectHistogram; in VP8EncDspInitNEON()
Denc.c43 static void CollectHistogram(const uint8_t* ref, const uint8_t* pred, in CollectHistogram() function
705 VP8CollectHistogram = CollectHistogram; in VP8EncDspInit()
Denc_sse2.c57 static void CollectHistogram(const uint8_t* ref, const uint8_t* pred, in CollectHistogram() function
968 VP8CollectHistogram = CollectHistogram; in VP8EncDspInitSSE2()