HomeSort by relevance Sort by last modified time
    Searched refs:VP8DspScan (Results 1 - 9 of 9) sorted by null

  /external/opencv3/3rdparty/libwebp/dsp/
dsp.h 93 extern const int VP8DspScan[16 + 4 + 4];
enc.c 34 const int VP8DspScan[16 + 4 + 4] = {
53 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out);
enc_sse2.c 68 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out);
    [all...]
  /external/webp/src/dsp/
enc_sse41.c 35 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out);
dsp.h 175 extern const int VP8DspScan[16 + 4 + 4];
enc.c 32 const int VP8DspScan[16 + 4 + 4] = {
68 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out);
enc_neon.c 733 FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out);
    [all...]
enc_mips_dsp_r2.c     [all...]
enc_sse2.c 521 FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out);
    [all...]

Completed in 117 milliseconds