Searched refs:Put8x8uv (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/3rdparty/libwebp/dsp/ |
D | dec.c | 431 static WEBP_INLINE void Put8x8uv(uint8_t value, uint8_t* dst) { in Put8x8uv() function 449 Put8x8uv(dc0 >> 4, dst); in DC8uv() 458 Put8x8uv(dc0 >> 3, dst); in DC8uvNoLeft() 467 Put8x8uv(dc0 >> 3, dst); in DC8uvNoTop() 471 Put8x8uv(0x80, dst); in DC8uvNoTopLeft()
|
/external/webp/src/dsp/ |
D | dec.c | 422 static WEBP_INLINE void Put8x8uv(uint8_t value, uint8_t* dst) { in Put8x8uv() function 435 Put8x8uv(dc0 >> 4, dst); in DC8uv() 444 Put8x8uv(dc0 >> 3, dst); in DC8uvNoLeft() 453 Put8x8uv(dc0 >> 3, dst); in DC8uvNoTop() 457 Put8x8uv(0x80, dst); in DC8uvNoTopLeft()
|
D | dec_sse2.c | 1185 static WEBP_INLINE void Put8x8uv(uint8_t v, uint8_t* dst) { in Put8x8uv() function 1204 Put8x8uv(DC >> 4, dst); in DC8uv() 1213 Put8x8uv(DC >> 3, dst); in DC8uvNoLeft() 1222 Put8x8uv(dc0 >> 3, dst); in DC8uvNoTop() 1226 Put8x8uv(0x80, dst); in DC8uvNoTopLeft()
|
D | enc_sse2.c | 555 static WEBP_INLINE void Put8x8uv(uint8_t v, uint8_t* dst) { in Put8x8uv() function 578 Put8x8uv(value, dst); in Fill() 701 Put8x8uv(DC >> 4, dst); in DC8uv() 709 Put8x8uv(DC >> 3, dst); in DC8uvNoLeft() 718 Put8x8uv(0x80, dst); in DC8uvNoTopLeft()
|