Searched refs:row_offset (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | indeo3.c | 323 int32_t row_offset) in fill_64() argument 325 for (; n > 0; dst += row_offset, n--) in fill_64() 347 copy_block4(dst, ref, row_offset, row_offset, 4 << v_zoom) 353 fill_64(dst + row_offset, pix64, 7, row_offset);\ 354 AVG_64(dst, ref, dst + row_offset);\ 356 fill_64(dst, pix64, 8, row_offset) 359 copy_block4(dst, ref, row_offset, row_offset, num_lines << v_zoom) 365 fill_64(dst + row_offset, pix64, (num_lines << 1) - 1, row_offset);\ 366 AVG_64(dst, ref, dst + row_offset);\ 368 fill_64(dst, pix64, num_lines << 1, row_offset) [all …]
|
D | notchlc.c | 242 const unsigned row_offset = bytestream2_get_le32(&rgb); in decode_blocks() local 244 bytestream2_seek(&dgb, s->y_data_offset + row_offset, SEEK_SET); in decode_blocks()
|
D | indeo5.c | 461 int row_offset = band->mb_size * band->pitch; in decode_mb_info() local 580 offs += row_offset; in decode_mb_info()
|
D | indeo4.c | 475 int row_offset = band->mb_size * band->pitch; in decode_mb_info() local 621 offs += row_offset; in decode_mb_info()
|
D | ivi.c | 752 int offs, mb_offset, row_offset, ret; in ivi_process_empty_tile() local 773 row_offset = mb_size * pitch; in ivi_process_empty_tile() 830 offs += row_offset; in ivi_process_empty_tile()
|
/third_party/mesa3d/src/panfrost/shared/test/ |
D | test-tiling.cpp | 64 unsigned row_offset = tile_y * stride; in tiled_offset() local 68 return row_offset + col_offset + block_offset; in tiled_offset()
|
/third_party/python/Lib/ |
D | tokenize.py | 177 row_offset = row - self.prev_row 178 if row_offset: 179 self.tokens.append("\\\n" * row_offset)
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | io_dec.c | 479 const int64_t row_offset = (int64_t)scaler->src_y - io->mb_y; in EmitRescaledAlphaRGB() local 481 io->a + row_offset * io->width, io->width); in EmitRescaledAlphaRGB()
|