Home
last modified time | relevance | path

Searched refs:dest_u (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_constants.c51 uint32_t *dest_u = (uint32_t *) *dest; in svga_get_image_size_constant() local
57 *dest_u++ = images[shader][i].desc.resource->width0 / bytes_per_element; in svga_get_image_size_constant()
60 *dest_u++ = images[shader][i].desc.resource->width0; in svga_get_image_size_constant()
63 *dest_u++ = images[shader][i].desc.resource->array_size; in svga_get_image_size_constant()
65 *dest_u++ = images[shader][i].desc.resource->height0; in svga_get_image_size_constant()
68 *dest_u++ = images[shader][i].desc.resource->array_size; in svga_get_image_size_constant()
70 *dest_u++ = images[shader][i].desc.resource->array_size / 6; in svga_get_image_size_constant()
72 *dest_u++ = images[shader][i].desc.resource->depth0; in svga_get_image_size_constant()
73 *dest_u++ = 1; // Later this can be used for sample counts in svga_get_image_size_constant()
76 *dest_u in svga_get_image_size_constant()
108 uint32_t *dest_u = (uint32_t *) dest; // uint version of dest svga_get_extra_constants_common() local
270 uint32_t *dest_u = (uint32_t *) dest; // uint version of dest svga_get_extra_vs_constants() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddnxhddec.c493 uint8_t *dest_y, *dest_u, *dest_v; in dnxhd_decode_macroblock() local
539 dest_u = frame->data[1] + ((y * dct_linesize_chroma) << 4) + (x << (3 + shift1 + ctx->is_444)); in dnxhd_decode_macroblock()
544 dest_u += frame->linesize[1]; in dnxhd_decode_macroblock()
562 ctx->idsp.idct_put(dest_u, dct_linesize_chroma, row->blocks[2]); in dnxhd_decode_macroblock()
564 ctx->idsp.idct_put(dest_u + dct_y_offset, dct_linesize_chroma, row->blocks[6]); in dnxhd_decode_macroblock()
575 ctx->idsp.idct_put(dest_u, dct_linesize_chroma, row->blocks[2]); in dnxhd_decode_macroblock()
576 ctx->idsp.idct_put(dest_u + dct_x_offset, dct_linesize_chroma, row->blocks[3]); in dnxhd_decode_macroblock()
577 ctx->idsp.idct_put(dest_u + dct_y_offset, dct_linesize_chroma, row->blocks[8]); in dnxhd_decode_macroblock()
578 ctx->idsp.idct_put(dest_u + dct_y_offset + dct_x_offset, dct_linesize_chroma, row->blocks[9]); in dnxhd_decode_macroblock()
H A Dproresdec2.c653 uint8_t *dest_y, *dest_u, *dest_v; in decode_slice_thread() local
707 dest_u = pic->data[1] + (slice->mb_y << 4) * chroma_stride + (slice->mb_x << mb_x_shift); in decode_slice_thread()
712 dest_u += pic->linesize[1]; in decode_slice_thread()
723 ret = decode_slice_chroma(avctx, slice, (uint16_t*)dest_u, chroma_stride, in decode_slice_thread()
745 *(uint16_t*)(dest_u + (i * chroma_stride) + (j << 1)) = val_no_chroma; in decode_slice_thread()
H A Dproresenc_anatoliy.c547 uint8_t *dest_y, *dest_u, *dest_v; in encode_slice() local
566 dest_u = pic->data[1] + (mb_y << 4) * chroma_stride + (mb_x << (5 - ctx->is_422)); in encode_slice()
570 dest_u = pic->data[1] + (mb_y << 4) * chroma_stride * 2 + (mb_x << (5 - ctx->is_422)); in encode_slice()
574 dest_u += chroma_stride; in encode_slice()
602 calc_plane_dct(fdsp, dest_u, blocks_u, chroma_stride, mb_count, 1, ctx->is_422); in encode_slice()
606 calc_plane_dct(fdsp, dest_u, blocks_u, chroma_stride * 2, mb_count, 1, ctx->is_422); in encode_slice()

Completed in 6 milliseconds