Searched refs:row_offset (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | indeo3.c | 323 int32_t row_offset) in fill_64() 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_line 322 fill_64(uint8_t *dst, const uint64_t pix, int32_t n, int32_t row_offset) fill_64() argument 427 decode_cell_data(Indeo3DecodeContext *ctx, Cell *cell, uint8_t *block, uint8_t *ref_block, ptrdiff_t row_offset, int h_zoom, int v_zoom, int mode, const vqEntry *delta[2], int swap_quads[2], const uint8_t **data_ptr, const uint8_t *last_ptr) decode_cell_data() argument [all...] |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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/ |
H A D | test-tiling.cpp | 64 unsigned row_offset = tile_y * stride; 68 return row_offset + col_offset + block_offset;
|
/third_party/python/Lib/ |
H A D | tokenize.py | 179 row_offset = row - self.prev_row 180 if row_offset: 181 self.tokens.append("\\\n" * row_offset)
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A 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()
|
Completed in 10 milliseconds