/third_party/ffmpeg/libavcodec/ |
D | v210x.c | 46 uint16_t *ydst, *udst, *vdst, *yend; in decode_frame() local
|
D | huffyuvenc.c | 823 uint8_t *ydst, *udst, *vdst; in encode_frame() local 846 uint8_t *ydst, *udst, *vdst; in encode_frame() local
|
D | huffyuvdec.c | 997 uint8_t *ydst, *udst, *vdst; in decode_slice() local 1095 uint8_t *ydst, *udst, *vdst; in decode_slice() local
|
D | agm.c | 602 uint8_t *udst = *u; in fill_pixels() local 716 uint8_t *udst = frame->data[1] + ((avctx->height >> 1) - 1) * frame->linesize[1]; in decode_runlen() local 766 uint8_t *udst = frame->data[1] + ((avctx->height >> 1) - 1) * frame->linesize[1]; in decode_raw_intra() local
|
/third_party/ffmpeg/libswscale/ |
D | rgb2rgb_template.c | 534 uint8_t *udst, uint8_t *vdst, in yuy2toyv12_c() 615 uint8_t *udst, uint8_t *vdst, in uyvytoyv12_c() 651 void ff_rgb24toyv12_c(const uint8_t *src, uint8_t *ydst, uint8_t *udst, in ff_rgb24toyv12_c() 873 static void yuyvtoyuv420_c(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, in yuyvtoyuv420_c() 893 static void yuyvtoyuv422_c(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, in yuyvtoyuv422_c() 911 static void uyvytoyuv420_c(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, in uyvytoyuv420_c() 931 static void uyvytoyuv422_c(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, in uyvytoyuv422_c()
|
D | swscale_unscaled.c | 379 uint8_t *udst = dstParam[1] + dstStride[1] * srcSliceY / 2; in yuyvToYuv420Wrapper() local 396 uint8_t *udst = dstParam[1] + dstStride[1] * srcSliceY; in yuyvToYuv422Wrapper() local 410 uint8_t *udst = dstParam[1] + dstStride[1] * srcSliceY / 2; in uyvyToYuv420Wrapper() local 427 uint8_t *udst = dstParam[1] + dstStride[1] * srcSliceY; in uyvyToYuv422Wrapper() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_hue.c | 321 uint8_t *udst, uint8_t *vdst, const int dst_linesize, in apply_lut() 344 uint16_t *udst, uint16_t *vdst, const int dst_linesize, in apply_lut10()
|
D | vsrc_testsrc.c | 1085 uint8_t *udst = frame->data[1]; in yuvtest_fill_picture8() local 1142 uint16_t *udst = (uint16_t *)frame->data[1]; in yuvtest_fill_picture16() local
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | iterator_enc.c | 197 uint8_t* const udst = pic->u + (y * pic->uv_stride + x) * 8; in VP8IteratorExport() local
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | iterator_enc.c | 197 uint8_t* const udst = pic->u + (y * pic->uv_stride + x) * 8; in VP8IteratorExport() local
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/ |
D | frame_dec.c | 414 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset; in FinishRow() local
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | frame_dec.c | 414 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset; in FinishRow() local
|