Searched refs:VP8DspScan (Results 1 – 7 of 7) sorted by relevance
/external/webp/src/dsp/ |
D | enc_sse41.c | 36 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram_SSE41()
|
D | enc.c | 34 const int VP8DspScan[16 + 4 + 4] = { variable 71 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram_C()
|
D | enc_neon.c | 725 FTransform_NEON(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram_NEON()
|
D | dsp.h | 294 extern const int VP8DspScan[16 + 4 + 4];
|
D | enc_mips_dsp_r2.c | 1465 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram_MIPSdspR2()
|
D | enc_msa.c | 232 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram_MSA()
|
D | enc_sse2.c | 448 FTransform_SSE2(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram_SSE2()
|