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

  /external/chromium_org/third_party/libwebp/dsp/
dsp.h 102 extern VP8Metric VP8SSE16x16, VP8SSE16x8, VP8SSE8x8, VP8SSE4x4;
enc.c 681 VP8Metric VP8SSE8x8;
708 VP8SSE8x8 = SSE8x8;
enc_mips32.c     [all...]
enc_neon.c     [all...]
enc_sse2.c     [all...]
  /external/webp/src/dsp/
dsp.h 102 extern VP8Metric VP8SSE16x16, VP8SSE16x8, VP8SSE8x8, VP8SSE4x4;
enc.c 681 VP8Metric VP8SSE8x8;
708 VP8SSE8x8 = SSE8x8;
enc_mips32.c     [all...]
enc_neon.c     [all...]
enc_sse2.c     [all...]
  /external/chromium_org/third_party/libwebp/enc/
frame.c 480 enc->sse_[1] += VP8SSE8x8(in + U_OFF, out + U_OFF);
481 enc->sse_[2] += VP8SSE8x8(in + V_OFF, out + V_OFF);
  /external/webp/src/enc/
frame.c 480 enc->sse_[1] += VP8SSE8x8(in + U_OFF, out + U_OFF);
481 enc->sse_[2] += VP8SSE8x8(in + V_OFF, out + V_OFF);

Completed in 157 milliseconds