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

  /external/chromium_org/third_party/libwebp/dsp/
dsp.h 125 extern const int VP8DspScan[16 + 4 + 4];
enc.c 32 const int VP8DspScan[16 + 4 + 4] = {
51 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out);
enc_neon.c     [all...]
enc_sse2.c 66 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out);
    [all...]
  /external/webp/src/dsp/
dsp.h 125 extern const int VP8DspScan[16 + 4 + 4];
enc.c 32 const int VP8DspScan[16 + 4 + 4] = {
51 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out);
enc_neon.c     [all...]
enc_sse2.c 66 VP8FTransform(ref + VP8DspScan[j], pred + VP8DspScan[j], out);
    [all...]

Completed in 59 milliseconds