Home
last modified time | relevance | path

Searched refs:VP8DspScan (Results 1 – 9 of 9) sorted by relevance

/external/opencv3/3rdparty/libwebp/dsp/
Ddsp.h93 extern const int VP8DspScan[16 + 4 + 4];
Denc.c34 const int VP8DspScan[16 + 4 + 4] = { variable
53 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram()
Denc_sse2.c68 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogramSSE2()
/external/webp/src/dsp/
Denc_sse41.c35 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram()
Denc.c32 const int VP8DspScan[16 + 4 + 4] = { variable
68 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram()
Ddsp.h175 extern const int VP8DspScan[16 + 4 + 4];
Denc_neon.c733 FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram()
Denc_mips_dsp_r2.c1465 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram()
Denc_sse2.c521 FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram()