Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dindeo3.c321 int32_t row_offset) in fill_64() argument
323 for (; n > 0; dst += row_offset, n--) in fill_64()
345 copy_block4(dst, ref, row_offset, row_offset, 4 << v_zoom)
351 fill_64(dst + row_offset, pix64, 7, row_offset);\
352 AVG_64(dst, ref, dst + row_offset);\
354 fill_64(dst, pix64, 8, row_offset)
357 copy_block4(dst, ref, row_offset, row_offset, num_lines << v_zoom)
363 fill_64(dst + row_offset, pix64, (num_lines << 1) - 1, row_offset);\
364 AVG_64(dst, ref, dst + row_offset);\
366 fill_64(dst, pix64, num_lines << 1, row_offset)
[all …]
Dnotchlc.c241 const unsigned row_offset = bytestream2_get_le32(&rgb); in decode_blocks() local
243 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.c750 int offs, mb_offset, row_offset, ret; in ivi_process_empty_tile() local
771 row_offset = mb_size * pitch; in ivi_process_empty_tile()
828 offs += row_offset; in ivi_process_empty_tile()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dextract_image_patches_impl.cu35 const int64_t row_offset = patch_offset / row_stride; in ExtractImagePatches() local
36 const int64_t input_row = row_index * stride_row + row_offset * rate_row - row_padding_top; in ExtractImagePatches()
43 const int64_t col_offset = patch_offset - row_offset * row_stride; in ExtractImagePatches()
/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/flutter/skia/third_party/externals/libwebp/src/dec/
Dio_dec.c473 const int row_offset = scaler->src_y - io->mb_y; in EmitRescaledAlphaRGB() local
475 io->a + row_offset * io->width, io->width); in EmitRescaledAlphaRGB()
/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()