Searched refs:advance_line (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | targa.c | 33 static uint8_t *advance_line(uint8_t *start, uint8_t *line, in advance_line() function 79 dst = line = advance_line(start, line, stride, &y, h, interleave); in targa_decode_rle() 95 dst = line = advance_line(start, line, stride, &y, h, interleave); in targa_decode_rle() 265 line = advance_line(dst, line, stride, &y, h, interleave); in decode_frame()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 789 HANDLE_DW_LNS(0x03, advance_line)
|