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()
|
D | enc.c | 32 const int VP8DspScan[16 + 4 + 4] = { variable 68 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram()
|
D | dsp.h | 208 extern const int VP8DspScan[16 + 4 + 4];
|
D | enc_neon.c | 719 FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram()
|
D | enc_mips_dsp_r2.c | 1463 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram()
|
D | enc_msa.c | 231 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram()
|
D | enc_sse2.c | 445 FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out); in CollectHistogram()
|