Home
last modified time | relevance | path

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

/external/chromium_org/third_party/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/
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()