Home
last modified time | relevance | path

Searched refs:Put8x8uv (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/dsp/
Ddec.c429 static WEBP_INLINE void Put8x8uv(uint8_t value, uint8_t* dst) { in Put8x8uv() function
447 Put8x8uv(dc0 >> 4, dst); in DC8uv()
456 Put8x8uv(dc0 >> 3, dst); in DC8uvNoLeft()
465 Put8x8uv(dc0 >> 3, dst); in DC8uvNoTop()
469 Put8x8uv(0x80, dst); in DC8uvNoTopLeft()