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

/external/webp/src/dsp/
H A Denc_sse2.c670 static WEBP_INLINE void DC16NoLeft_SSE2(uint8_t* dst, const uint8_t* top) { function
678 DC16NoLeft_SSE2(dst, left);
691 DC16NoLeft_SSE2(dst, top);
H A Ddec_sse2.c1105 static void DC16NoLeft_SSE2(uint8_t* dst) { // DC with left samples unavailable function
1212 VP8PredLuma16[5] = DC16NoLeft_SSE2;

Completed in 132 milliseconds