Searched refs:CollectHistogram (Results 1 – 6 of 6) sorted by relevance
/external/webp/src/dsp/ |
D | enc_sse41.c | 25 static void CollectHistogram(const uint8_t* ref, const uint8_t* pred, in CollectHistogram() function 361 VP8CollectHistogram = CollectHistogram; in VP8EncDspInitSSE41()
|
D | enc_neon.c | 725 static void CollectHistogram(const uint8_t* ref, const uint8_t* pred, in CollectHistogram() function 919 VP8CollectHistogram = CollectHistogram; in VP8EncDspInitNEON()
|
D | enc.c | 59 static void CollectHistogram(const uint8_t* ref, const uint8_t* pred, in CollectHistogram() function 746 VP8CollectHistogram = CollectHistogram; in VP8EncDspInit()
|
D | enc_mips_dsp_r2.c | 1455 static void CollectHistogram(const uint8_t* ref, const uint8_t* pred, in CollectHistogram() function 1505 VP8CollectHistogram = CollectHistogram; in VP8EncDspInitMIPSdspR2()
|
D | enc_sse2.c | 510 static void CollectHistogram(const uint8_t* ref, const uint8_t* pred, in CollectHistogram() function 1445 VP8CollectHistogram = CollectHistogram; in VP8EncDspInitSSE2()
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | enc.c | 45 static void CollectHistogram(const uint8_t* ref, const uint8_t* pred, in CollectHistogram() function 698 VP8CollectHistogram = CollectHistogram; in VP8EncDspInit()
|