Home
last modified time | relevance | path

Searched refs:row_offset (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dindeo3.c323 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 …]
Dnotchlc.c242 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()
Dindeo5.c461 int row_offset = band->mb_size * band->pitch; in decode_mb_info() local
580 offs += row_offset; in decode_mb_info()
Dindeo4.c475 int row_offset = band->mb_size * band->pitch; in decode_mb_info() local
621 offs += row_offset; in decode_mb_info()
Divi.c752 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/
Dtest-tiling.cpp64 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/
Dtokenize.py177 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/
Dio_dec.c479 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()