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

  /external/webp/src/enc/
vp8enci.h 475 extern VP8Metric VP8SSE16x16, VP8SSE16x8, VP8SSE8x8, VP8SSE4x4;
dsp.c 720 VP8Metric VP8SSE8x8;
745 VP8SSE8x8 = SSE8x8;
frame.c 508 enc->sse_[1] += VP8SSE8x8(in + U_OFF, out + U_OFF);
509 enc->sse_[2] += VP8SSE8x8(in + V_OFF, out + V_OFF);

Completed in 404 milliseconds