Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Denc_sse41.c25 static void CollectHistogram(const uint8_t* ref, const uint8_t* pred, in CollectHistogram() function
361 VP8CollectHistogram = CollectHistogram; in VP8EncDspInitSSE41()
Denc_neon.c725 static void CollectHistogram(const uint8_t* ref, const uint8_t* pred, in CollectHistogram() function
919 VP8CollectHistogram = CollectHistogram; in VP8EncDspInitNEON()
Denc.c59 static void CollectHistogram(const uint8_t* ref, const uint8_t* pred, in CollectHistogram() function
746 VP8CollectHistogram = CollectHistogram; in VP8EncDspInit()
Denc_mips_dsp_r2.c1455 static void CollectHistogram(const uint8_t* ref, const uint8_t* pred, in CollectHistogram() function
1505 VP8CollectHistogram = CollectHistogram; in VP8EncDspInitMIPSdspR2()
Denc_sse2.c510 static void CollectHistogram(const uint8_t* ref, const uint8_t* pred, in CollectHistogram() function
1445 VP8CollectHistogram = CollectHistogram; in VP8EncDspInitSSE2()
/external/opencv3/3rdparty/libwebp/dsp/
Denc.c45 static void CollectHistogram(const uint8_t* ref, const uint8_t* pred, in CollectHistogram() function
698 VP8CollectHistogram = CollectHistogram; in VP8EncDspInit()