Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec.c438 static WEBP_INLINE void Put8x8uv(uint8_t value, uint8_t* dst) { in Put8x8uv() function
451 Put8x8uv(dc0 >> 4, dst); in DC8uv_C()
460 Put8x8uv(dc0 >> 3, dst); in DC8uvNoLeft_C()
469 Put8x8uv(dc0 >> 3, dst); in DC8uvNoTop_C()
473 Put8x8uv(0x80, dst); in DC8uvNoTopLeft_C()