Home
last modified time | relevance | path

Searched refs:dest_row (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsgidec.c133 uint8_t *dest_row; in read_rle_sgi() local
146 dest_row = out_buf; in read_rle_sgi()
149 dest_row -= s->linesize; in read_rle_sgi()
153 ret = expand_rle_row8(s, dest_row + z, linesize, s->depth); in read_rle_sgi()
155 ret = expand_rle_row16(s, (uint16_t *)dest_row + z, linesize, s->depth); in read_rle_sgi()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_framebuffer.c270 unsigned dest_row = grid_height - row - 1; in util_sample_locations_flip_y() local
272 dest_row = (dest_row - shift) % grid_height; in util_sample_locations_flip_y()
273 new_locations[dest_row * row_size + i] = locations[row * row_size + i]; in util_sample_locations_flip_y()
/third_party/skia/third_party/externals/libjpeg-turbo/
Djutils.c95 JSAMPARRAY output_array, int dest_row, int num_rows, in jcopy_sample_rows() argument
108 output_array += dest_row; in jcopy_sample_rows()
Djpegint.h350 JSAMPARRAY output_array, int dest_row,