Searched refs:dstrow (Results 1 – 5 of 5) sorted by relevance
92 uint8_t *dstrow[4]; member117 type *dst_r = (type *)(td->dstrow[R]) + src_linesize * slice_start; \118 type *dst_g = (type *)(td->dstrow[G]) + src_linesize * slice_start; \119 type *dst_b = (type *)(td->dstrow[B]) + src_linesize * slice_start; \120 type *dst_a = (type *)(td->dstrow[A]) + src_linesize * slice_start; \383 td.dstrow[R] = out->data[2]; in filter_frame()385 td.dstrow[G] = out->data[0]; in filter_frame()387 td.dstrow[B] = out->data[1]; in filter_frame()389 td.dstrow[A] = out->data[3]; in filter_frame()392 td.dstrow[R] = out->data[0] + s->rgba_map[R] * s->bpp; in filter_frame()[all …]
274 uint8_t *dstrow; in color_balance8() local277 dstrow = out->data[0] + slice_start * out->linesize[0]; in color_balance8()280 uint8_t *dst = dstrow; in color_balance8()303 dstrow += out->linesize[0]; in color_balance8()326 uint16_t *dstrow; in color_balance16() local329 dstrow = (uint16_t *)out->data[0] + slice_start * out->linesize[0] / 2; in color_balance16()332 uint16_t *dst = dstrow; in color_balance16()355 dstrow += out->linesize[0] / 2; in color_balance16()
182 uint8_t *dstrow = out->data[0] + slice_start * out->linesize[0]; in fn() local187 pixel *dst = (pixel *)dstrow; in fn()237 dstrow += out->linesize[0]; in fn()
504 … uint8_t *dstrow = out->data[0] + slice_start * out->linesize[0]; \513 … uint##nbits##_t *dst = (uint##nbits##_t *)dstrow; \530 … dstrow += out->linesize[0]; \2041 uint8_t *dstrow = out->data[0] + slice_start * out->linesize[0]; \2049 uint##nbits##_t *dst = (uint##nbits##_t *)dstrow; \2064 dstrow += out->linesize[0]; \
878 uint8_t *dstrow; in _mesa_swap_bytes_2d_image() local882 dstrow = dst; in _mesa_swap_bytes_2d_image()886 swap2_copy((GLushort *)dstrow, (GLushort *)srcrow, width * swapsPerPixel); in _mesa_swap_bytes_2d_image()888 swap4_copy((GLuint *)dstrow, (GLuint *)srcrow, width * swapsPerPixel); in _mesa_swap_bytes_2d_image()889 dstrow += stride; in _mesa_swap_bytes_2d_image()