Searched refs:dest_row (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_framebuffer.c | 270 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/ffmpeg/libavcodec/ |
H A D | sgidec.c | 133 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/skia/third_party/externals/libjpeg-turbo/ |
H A D | jutils.c | 117 JSAMPARRAY output_array, int dest_row, int num_rows, in jcopy_sample_rows() 121 * to output_array[dest_row++]; these areas may overlap for duplication. in jcopy_sample_rows() 130 output_array += dest_row; in jcopy_sample_rows() 116 jcopy_sample_rows(JSAMPARRAY input_array, int source_row, JSAMPARRAY output_array, int dest_row, int num_rows, JDIMENSION num_cols) jcopy_sample_rows() argument
|
H A D | jpegint.h | 350 JSAMPARRAY output_array, int dest_row,
|
/third_party/backends/backend/ |
H A D | dc25.c | 1573 int result = 0, dest_row, column, component, src_index; in zoom_y() local 1590 for (src_ptr = 0, dest_row = 0; dest_row < dest->height; in zoom_y() 1591 src_ptr += ratio, dest_row++) in zoom_y() 1594 * dest[dest_row] = source[(int)src_ptr] + in zoom_y() 1609 GET_COMP (dest, column, dest_row, component) = in zoom_y()
|
Completed in 6 milliseconds