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

  /external/chromium_org/third_party/libwebp/dsp/
dsp.h 75 extern VP8Metric VP8SSE16x16, VP8SSE16x8, VP8SSE8x8, VP8SSE4x4;
enc.c 683 VP8Metric VP8SSE8x8;
707 VP8SSE8x8 = SSE8x8;
enc_sse2.c     [all...]
  /external/webp/src/dsp/
dsp.h 75 extern VP8Metric VP8SSE16x16, VP8SSE16x8, VP8SSE8x8, VP8SSE4x4;
enc.c 683 VP8Metric VP8SSE8x8;
707 VP8SSE8x8 = SSE8x8;
enc_sse2.c     [all...]
  /external/chromium_org/third_party/libwebp/enc/
frame.c 648 enc->sse_[1] += VP8SSE8x8(in + U_OFF, out + U_OFF);
649 enc->sse_[2] += VP8SSE8x8(in + V_OFF, out + V_OFF);
  /external/webp/src/enc/
frame.c 648 enc->sse_[1] += VP8SSE8x8(in + U_OFF, out + U_OFF);
649 enc->sse_[2] += VP8SSE8x8(in + V_OFF, out + V_OFF);

Completed in 508 milliseconds