Searched refs:VP8DspScan (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | enc_sse41.c | 36 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram_SSE41()
|
A D | enc.c | 34 const int VP8DspScan[16 + 4 + 4] = { variable 71 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram_C()
|
A D | dsp.h | 288 extern const int VP8DspScan[16 + 4 + 4];
|
A D | enc_neon.c | 725 FTransform_NEON(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram_NEON()
|
A D | enc_mips_dsp_r2.c | 1465 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram_MIPSdspR2()
|
A D | enc_msa.c | 232 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram_MSA()
|
A D | enc_sse2.c | 448 FTransform_SSE2(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram_SSE2()
|
Completed in 20 milliseconds