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

  /external/webp/src/dsp/
dsp.h 73 extern VP8Metric VP8SSE16x16, VP8SSE16x8, VP8SSE8x8, VP8SSE4x4;
enc.c 680 VP8Metric VP8SSE8x8;
704 VP8SSE8x8 = SSE8x8;
enc_sse2.c     [all...]
  /external/webp/src/enc/
frame.c 646 enc->sse_[1] += VP8SSE8x8(in + U_OFF, out + U_OFF);
647 enc->sse_[2] += VP8SSE8x8(in + V_OFF, out + V_OFF);

Completed in 124 milliseconds