Searched refs:VP8SSE8x8 (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Ddsp.h102 extern VP8Metric VP8SSE16x16, VP8SSE16x8, VP8SSE8x8, VP8SSE4x4;
H A Denc.c681 VP8Metric VP8SSE8x8; variable
708 VP8SSE8x8 = SSE8x8;
H A Denc_mips32.c771 VP8SSE8x8 = SSE8x8;
H A Denc_neon.c1055 VP8SSE8x8 = SSE8x8;
H A Denc_sse2.c976 VP8SSE8x8 = SSE8x8;
/external/webp/src/dsp/
H A Ddsp.h102 extern VP8Metric VP8SSE16x16, VP8SSE16x8, VP8SSE8x8, VP8SSE4x4;
H A Denc.c681 VP8Metric VP8SSE8x8; variable
708 VP8SSE8x8 = SSE8x8;
H A Denc_mips32.c771 VP8SSE8x8 = SSE8x8;
H A Denc_neon.c1055 VP8SSE8x8 = SSE8x8;
H A Denc_sse2.c976 VP8SSE8x8 = SSE8x8;
/external/chromium_org/third_party/libwebp/enc/
H A Dframe.c480 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/
H A Dframe.c480 enc->sse_[1] += VP8SSE8x8(in + U_OFF, out + U_OFF);
481 enc->sse_[2] += VP8SSE8x8(in + V_OFF, out + V_OFF);

Completed in 122 milliseconds