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

/external/webp/src/dsp/
H A Ddec_sse2.c1162 static void DC8uvNoTop_SSE2(uint8_t* dst) { // DC with no top samples function
1218 VP8PredChroma8[4] = DC8uvNoTop_SSE2;
H A Denc_sse2.c637 static WEBP_INLINE void DC8uvNoTop_SSE2(uint8_t* dst, const uint8_t* left) { function
655 DC8uvNoTop_SSE2(dst, left);

Completed in 1733 milliseconds