Searched refs:VP8DspScan (Results 1 – 9 of 9) sorted by relevance
/external/opencv3/3rdparty/libwebp/dsp/ |
D | dsp.h | 93 extern const int VP8DspScan[16 + 4 + 4];
|
D | enc.c | 34 const int VP8DspScan[16 + 4 + 4] = { variable 53 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram()
|
D | enc_sse2.c | 68 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogramSSE2()
|
/external/webp/src/dsp/ |
D | enc_sse41.c | 35 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram()
|
D | enc.c | 32 const int VP8DspScan[16 + 4 + 4] = { variable 68 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram()
|
D | dsp.h | 175 extern const int VP8DspScan[16 + 4 + 4];
|
D | enc_neon.c | 733 FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram()
|
D | enc_mips_dsp_r2.c | 1465 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram()
|
D | enc_sse2.c | 521 FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram()
|