Searched refs:do_top (Results 1 – 1 of 1) sorted by relevance
1410 static WEBP_INLINE void DC8(uint8_t* dst, int do_top, int do_left) { in DC8() argument1415 if (do_top) { in DC8()1441 if (do_top && do_left) { in DC8()1444 } else if (do_top) { in DC8()1488 static WEBP_INLINE void DC16(uint8_t* dst, int do_top, int do_left) { in DC16() argument1493 if (do_top) { in DC16()1525 if (do_top && do_left) { in DC16()1528 } else if (do_top) { in DC16()