Searched refs:do_top (Results 1 – 3 of 3) sorted by relevance
1423 static WEBP_INLINE void DC8_NEON(uint8_t* dst, int do_top, int do_left) { in DC8_NEON() argument1428 if (do_top) { in DC8_NEON()1454 if (do_top && do_left) { in DC8_NEON()1457 } else if (do_top) { in DC8_NEON()1501 static WEBP_INLINE void DC16_NEON(uint8_t* dst, int do_top, int do_left) { in DC16_NEON() argument1506 if (do_top) { in DC16_NEON()1538 if (do_top && do_left) { in DC16_NEON()1541 } else if (do_top) { in DC16_NEON()
1111 def do_top(self, args): member in TexinfoParser
1112 def do_top(self, args): member in TexinfoParser