Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Denc_sse41.c36 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram_SSE41()
Denc.c34 const int VP8DspScan[16 + 4 + 4] = { variable
71 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram_C()
Denc_neon.c725 FTransform_NEON(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram_NEON()
Ddsp.h288 extern const int VP8DspScan[16 + 4 + 4];
Denc_mips_dsp_r2.c1465 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram_MIPSdspR2()
Denc_msa.c232 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram_MSA()
Denc_sse2.c448 FTransform_SSE2(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram_SSE2()