Home
last modified time | relevance | path

Searched refs:do_top (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
H A Dh264_intrapred.asm1116 jmp .do_top
1124 jnz .do_top
1131 jmp .do_top
1136 .do_top:
1238 jnz .do_top
1245 jmp .do_top
1267 .do_top:
1360 jnz .do_top
1367 jmp .do_top
1383 .do_top
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Ddec_neon.c1424 static WEBP_INLINE void DC8_NEON(uint8_t* dst, int do_top, int do_left) { in DC8_NEON() argument
1429 if (do_top) { in DC8_NEON()
1460 if (do_top && do_left) { in DC8_NEON()
1463 } else if (do_top) { in DC8_NEON()
1507 static WEBP_INLINE void DC16_NEON(uint8_t* dst, int do_top, int do_left) { in DC16_NEON() argument
1512 if (do_top) { in DC16_NEON()
1549 if (do_top && do_left) { in DC16_NEON()
1552 } else if (do_top) { in DC16_NEON()
/third_party/python/Tools/scripts/
H A Dtexi2html.py1110 def do_top(self, args): member in TexinfoParser

Completed in 9 milliseconds