Searched refs:DC16_SSE2 (Results 1 - 2 of 2) sorted by relevance

/external/webp/src/dsp/
H A Ddec_sse2.c1079 static void DC16_SSE2(uint8_t* dst) { // DC function
1207 VP8PredLuma16[0] = DC16_SSE2;
H A Denc_sse2.c661 static WEBP_INLINE void DC16_SSE2(uint8_t* dst, const uint8_t* left, function
689 DC16_SSE2(dst, left, top);

Completed in 67 milliseconds