/third_party/ffmpeg/libavcodec/ |
D | v210x.c | 46 uint16_t *ydst, *udst, *vdst, *yend; in decode_frame() local 61 ydst = (uint16_t *)pic->data[0]; in decode_frame() 64 yend = ydst + width; in decode_frame() 71 *ydst++ = (v >> 6 ) & 0xFFC0; in decode_frame() 75 *ydst++ = (v >> 16) & 0xFFC0; in decode_frame() 77 if (ydst >= yend) { in decode_frame() 78 ydst += pic->linesize[0] / 2 - width; in decode_frame() 81 yend = ydst + width; in decode_frame() 87 *ydst++ = (v << 4 ) & 0xFFC0; in decode_frame() 91 *ydst++ = (v >> 6 ) & 0xFFC0; in decode_frame() [all …]
|
D | huffyuvenc.c | 823 uint8_t *ydst, *udst, *vdst; in encode_frame() local 827 ydst = p->data[0] + p->linesize[0] * y; in encode_frame() 828 … s->llvidencdsp.sub_median_pred(s->temp[0], ydst - fake_ystride, ydst, width, &lefty, &lefttopy); in encode_frame() 834 ydst = p->data[0] + p->linesize[0] * y; in encode_frame() 838 … s->llvidencdsp.sub_median_pred(s->temp[0], ydst - fake_ystride, ydst, width, &lefty, &lefttopy); in encode_frame() 846 uint8_t *ydst, *udst, *vdst; in encode_frame() local 850 ydst = p->data[0] + p->linesize[0] * y; in encode_frame() 853 s->llvidencdsp.diff_bytes(s->temp[1], ydst, ydst - fake_ystride, width); in encode_frame() 857 lefty = sub_left_prediction(s, s->temp[0], ydst, width , lefty); in encode_frame() 864 ydst = p->data[0] + p->linesize[0] * y; in encode_frame() [all …]
|
D | huffyuvdec.c | 997 uint8_t *ydst, *udst, *vdst; in decode_slice() local 1002 ydst = p->data[0] + p->linesize[0] * (y + y_offset); in decode_slice() 1004 lefty = s->llviddsp.add_left_pred(ydst, s->temp[0], in decode_slice() 1008 s->llviddsp.add_bytes(ydst, ydst - fake_ystride, width); in decode_slice() 1017 ydst = p->data[0] + p->linesize[0] * (y + y_offset); in decode_slice() 1022 lefty = s->llviddsp.add_left_pred(ydst, s->temp[0], in decode_slice() 1030 s->llviddsp.add_bytes(ydst, ydst - fake_ystride, width); in decode_slice() 1095 uint8_t *ydst, *udst, *vdst; in decode_slice() local 1100 ydst = p->data[0] + p->linesize[0] * y; in decode_slice() 1101 s->llviddsp.add_median_pred(ydst, ydst - fake_ystride, in decode_slice() [all …]
|
/third_party/ffmpeg/libswscale/ |
D | rgb2rgb_template.c | 531 static inline void yuy2toyv12_c(const uint8_t *src, uint8_t *ydst, in yuy2toyv12_c() argument 542 ydst[2 * i + 0] = src[4 * i + 0]; in yuy2toyv12_c() 544 ydst[2 * i + 1] = src[4 * i + 2]; in yuy2toyv12_c() 547 ydst += lumStride; in yuy2toyv12_c() 551 ydst[2 * i + 0] = src[4 * i + 0]; in yuy2toyv12_c() 552 ydst[2 * i + 1] = src[4 * i + 2]; in yuy2toyv12_c() 556 ydst += lumStride; in yuy2toyv12_c() 612 static inline void uyvytoyv12_c(const uint8_t *src, uint8_t *ydst, in uyvytoyv12_c() argument 624 ydst[2 * i + 0] = src[4 * i + 1]; in uyvytoyv12_c() 626 ydst[2 * i + 1] = src[4 * i + 3]; in uyvytoyv12_c() [all …]
|
D | rgb2rgb.h | 82 void ff_rgb24toyv12_c(const uint8_t *src, uint8_t *ydst, uint8_t *udst, 105 extern void (*yuy2toyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, 130 extern void (*ff_rgb24toyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, 157 extern void (*uyvytoyuv420)(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, 160 extern void (*uyvytoyuv422)(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, 163 extern void (*yuyvtoyuv420)(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, 166 extern void (*yuyvtoyuv422)(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src,
|
D | rgb2rgb.c | 77 void (*yuy2toyv12)(const uint8_t *src, uint8_t *ydst, 81 void (*ff_rgb24toyv12)(const uint8_t *src, uint8_t *ydst, 104 void (*uyvytoyuv420)(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, 107 void (*uyvytoyuv422)(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, 110 void (*yuyvtoyuv420)(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, 113 void (*yuyvtoyuv422)(uint8_t *ydst, uint8_t *udst, uint8_t *vdst,
|
D | swscale_unscaled.c | 379 uint8_t *ydst = dstParam[0] + dstStride[0] * srcSliceY; in yuyvToYuv420Wrapper() local 383 yuyvtoyuv420(ydst, udst, vdst, src[0], c->srcW, srcSliceH, dstStride[0], in yuyvToYuv420Wrapper() 396 uint8_t *ydst = dstParam[0] + dstStride[0] * srcSliceY; in yuyvToYuv422Wrapper() local 400 yuyvtoyuv422(ydst, udst, vdst, src[0], c->srcW, srcSliceH, dstStride[0], in yuyvToYuv422Wrapper() 410 uint8_t *ydst = dstParam[0] + dstStride[0] * srcSliceY; in uyvyToYuv420Wrapper() local 414 uyvytoyuv420(ydst, udst, vdst, src[0], c->srcW, srcSliceH, dstStride[0], in uyvyToYuv420Wrapper() 427 uint8_t *ydst = dstParam[0] + dstStride[0] * srcSliceY; in uyvyToYuv422Wrapper() local 431 uyvytoyuv422(ydst, udst, vdst, src[0], c->srcW, srcSliceH, dstStride[0], in uyvyToYuv422Wrapper()
|
/third_party/ffmpeg/libswscale/x86/ |
D | rgb2rgb_template.c | 1259 static inline void RENAME(yuy2toyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vd… in RENAME() 1314 ::"r"(src), "r"(ydst), "r"(udst), "r"(vdst), "g" (chromWidth) in RENAME() 1318 ydst += lumStride; in RENAME() 1344 ::"r"(src), "r"(ydst), "r"(udst), "r"(vdst), "g" (chromWidth) in RENAME() 1349 ydst += lumStride; in RENAME() 1465 static inline void RENAME(uyvytoyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vd… in RENAME() 1520 ::"r"(src), "r"(ydst), "r"(udst), "r"(vdst), "g" (chromWidth) in RENAME() 1524 ydst += lumStride; in RENAME() 1550 ::"r"(src), "r"(ydst), "r"(udst), "r"(vdst), "g" (chromWidth) in RENAME() 1555 ydst += lumStride; in RENAME() [all …]
|
D | rgb2rgb.c | 149 void ff_uyvytoyuv422_sse2(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, 152 void ff_uyvytoyuv422_avx(uint8_t *ydst, uint8_t *udst, uint8_t *vdst,
|
D | rgb_2_rgb.asm | 163 ; uyvytoyuv422(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, 168 cglobal uyvytoyuv422, 9, 14, 8, ydst, udst, vdst, src, w, h, lum_stride, chrom_stride, src_stride, …
|
/third_party/ffmpeg/libavfilter/ |
D | vsrc_testsrc.c | 1151 uint8_t *ydst = frame->data[0]; in yuvtest_fill_picture8() local 1162 ydst[x] = c; in yuvtest_fill_picture8() 1167 ydst += ylinesize; in yuvtest_fill_picture8() 1177 ydst[x] = mid; in yuvtest_fill_picture8() 1182 ydst += ylinesize; in yuvtest_fill_picture8() 1191 ydst[x] = mid; in yuvtest_fill_picture8() 1196 ydst += ylinesize; in yuvtest_fill_picture8() 1208 uint16_t *ydst = (uint16_t *)frame->data[0]; in yuvtest_fill_picture16() local 1219 ydst[x] = c; in yuvtest_fill_picture16() 1224 ydst += ylinesize; in yuvtest_fill_picture16() [all …]
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | iterator_enc.c | 196 uint8_t* const ydst = pic->y + (y * pic->y_stride + x) * 16; in VP8IteratorExport() local 206 ExportBlock(ysrc, ydst, pic->y_stride, w, h); in VP8IteratorExport()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | iterator_enc.c | 196 uint8_t* const ydst = pic->y + (y * pic->y_stride + x) * 16; in VP8IteratorExport() local 206 ExportBlock(ysrc, ydst, pic->y_stride, w, h); in VP8IteratorExport()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/psp/ |
D | SDL_render_psp.c | 305 unsigned char *ydst = (unsigned char *)data; in TextureUnswizzle() local 309 unsigned char *xdst = ydst; in TextureUnswizzle() 329 ydst += dstrow; in TextureUnswizzle()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | frame_dec.c | 413 uint8_t* const ydst = dec->cache_y_ - ysize + y_offset; in FinishRow() local 437 io->y = ydst; in FinishRow() 488 memcpy(dec->cache_y_ - ysize, ydst + 16 * dec->cache_y_stride_, ysize); in FinishRow()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/ |
D | frame_dec.c | 413 uint8_t* const ydst = dec->cache_y_ - ysize + y_offset; in FinishRow() local 437 io->y = ydst; in FinishRow() 488 memcpy(dec->cache_y_ - ysize, ydst + 16 * dec->cache_y_stride_, ysize); in FinishRow()
|
/third_party/ffmpeg/tests/checkasm/ |
D | sw_rgb.c | 85 declare_func_emms(AV_CPU_FLAG_MMX, void, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, in check_uyvy_to_422p()
|