/third_party/ffmpeg/libavcodec/ |
H A D | v210x.c | 45 uint16_t *ydst, *udst, *vdst, *yend; in decode_frame() local 61 udst = (uint16_t *)pic->data[1]; in decode_frame() 69 *udst++ = (v >> 16) & 0xFFC0; in decode_frame() 78 udst += pic->linesize[1] / 2 - width / 2; in decode_frame() 85 *udst++ = (v >> 6 ) & 0xFFC0; in decode_frame() 94 udst += pic->linesize[1] / 2 - width / 2; in decode_frame() 101 *udst++ = (v << 4 ) & 0xFFC0; in decode_frame() 109 udst += pic->linesize[1] / 2 - width / 2; in decode_frame()
|
H A D | agm.c | 605 uint8_t *udst = *u; in fill_pixels() local 616 udst[x] += fill[0]; in fill_pixels() 626 udst -= ulinesize; in fill_pixels() 635 udst[x] += fill[2]; in fill_pixels() 645 udst -= ulinesize; in fill_pixels() 653 *u = udst; in fill_pixels() 719 uint8_t *udst = frame->data[1] + ((avctx->height >> 1) - 1) * frame->linesize[1]; in decode_runlen() local 738 if (fill_pixels(&y0dst, &y1dst, &udst, &vdst, in decode_runlen() 751 if (fill_pixels(&y0dst, &y1dst, &udst, &vdst, in decode_runlen() 769 uint8_t *udst in decode_raw_intra() local [all...] |
H A D | huffyuvdec.c | 991 uint8_t *ydst, *udst, *vdst; in decode_slice() local 1012 udst = p->data[1] + p->linesize[1] * (cy + y_offset); in decode_slice() 1019 leftu = s->llviddsp.add_left_pred(udst, s->temp[1], width2, leftu); in decode_slice() 1026 s->llviddsp.add_bytes(udst, udst - fake_ustride, width2); in decode_slice() 1089 uint8_t *ydst, *udst, *vdst; in decode_slice() local 1108 udst = p->data[1] + p->linesize[1] * cy; in decode_slice() 1115 s->llviddsp.add_median_pred(udst, udst - fake_ustride, s->temp[1], width2, &leftu, &lefttopu); in decode_slice()
|
H A D | huffyuvenc.c | 792 uint8_t *ydst, *udst, *vdst; in encode_frame() local 804 udst = p->data[1] + p->linesize[1] * cy; in encode_frame() 808 s->llvidencdsp.sub_median_pred(s->temp[1], udst - fake_ustride, udst, width2, &leftu, &lefttopu); in encode_frame() 815 uint8_t *ydst, *udst, *vdst; in encode_frame() local 834 udst = p->data[1] + p->linesize[1] * cy; in encode_frame() 839 s->llvidencdsp.diff_bytes(s->temp[2], udst, udst - fake_ustride, width2); in encode_frame() 847 leftu = sub_left_prediction(s, s->temp[1], udst, width2, leftu); in encode_frame()
|
/third_party/ffmpeg/libswscale/ |
H A D | rgb2rgb.h | 79 void ff_rgb24toyv12_c(const uint8_t *src, uint8_t *ydst, uint8_t *udst, 102 extern void (*yuy2toyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, 127 extern void (*ff_rgb24toyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, 154 extern void (*uyvytoyuv420)(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, 157 extern void (*uyvytoyuv422)(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, 160 extern void (*yuyvtoyuv420)(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, 163 extern void (*yuyvtoyuv422)(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src,
|
H A D | rgb2rgb_template.c | 532 uint8_t *udst, uint8_t *vdst, in yuy2toyv12_c() 543 udst[i] = src[4 * i + 1]; in yuy2toyv12_c() 554 udst += chromStride; in yuy2toyv12_c() 613 uint8_t *udst, uint8_t *vdst, in uyvytoyv12_c() 623 udst[i] = src[4 * i + 0]; in uyvytoyv12_c() 635 udst += chromStride; in uyvytoyv12_c() 649 void ff_rgb24toyv12_c(const uint8_t *src, uint8_t *ydst, uint8_t *udst, in ff_rgb24toyv12_c() argument 670 udst[i] = U; in ff_rgb24toyv12_c() 703 udst += chromStride; in ff_rgb24toyv12_c() 871 static void yuyvtoyuv420_c(uint8_t *ydst, uint8_t *udst, uint8_ argument 531 yuy2toyv12_c(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, int width, int height, int lumStride, int chromStride, int srcStride) yuy2toyv12_c() argument 612 uyvytoyv12_c(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, int width, int height, int lumStride, int chromStride, int srcStride) uyvytoyv12_c() argument 891 yuyvtoyuv422_c(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) yuyvtoyuv422_c() argument 909 uyvytoyuv420_c(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) uyvytoyuv420_c() argument 929 uyvytoyuv422_c(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) uyvytoyuv422_c() argument [all...] |
H A D | rgb2rgb.c | 78 uint8_t *udst, uint8_t *vdst, 82 uint8_t *udst, uint8_t *vdst, 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,
|
H A D | swscale_unscaled.c | 379 uint8_t *udst = dstParam[1] + dstStride[1] * srcSliceY / 2; in yuyvToYuv420Wrapper() local 382 yuyvtoyuv420(ydst, udst, vdst, src[0], c->srcW, srcSliceH, dstStride[0], in yuyvToYuv420Wrapper() 396 uint8_t *udst = dstParam[1] + dstStride[1] * srcSliceY; in yuyvToYuv422Wrapper() local 399 yuyvtoyuv422(ydst, udst, vdst, src[0], c->srcW, srcSliceH, dstStride[0], in yuyvToYuv422Wrapper() 410 uint8_t *udst = dstParam[1] + dstStride[1] * srcSliceY / 2; in uyvyToYuv420Wrapper() local 413 uyvytoyuv420(ydst, udst, vdst, src[0], c->srcW, srcSliceH, dstStride[0], in uyvyToYuv420Wrapper() 427 uint8_t *udst = dstParam[1] + dstStride[1] * srcSliceY; in uyvyToYuv422Wrapper() local 430 uyvytoyuv422(ydst, udst, vdst, src[0], c->srcW, srcSliceH, dstStride[0], in uyvyToYuv422Wrapper()
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | rgb2rgb_template.c | 1239 static inline void RENAME(yuy2toyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, in yuy2toyv12() argument 1294 ::"r"(src), "r"(ydst), "r"(udst), "r"(vdst), "g" (chromWidth) in yuy2toyv12() 1324 ::"r"(src), "r"(ydst), "r"(udst), "r"(vdst), "g" (chromWidth) in yuy2toyv12() 1327 udst += chromStride; in yuy2toyv12() 1441 static inline void RENAME(uyvytoyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, in uyvytoyv12() argument 1496 ::"r"(src), "r"(ydst), "r"(udst), "r"(vdst), "g" (chromWidth) in uyvytoyv12() 1526 ::"r"(src), "r"(ydst), "r"(udst), "r"(vdst), "g" (chromWidth) in uyvytoyv12() 1529 udst += chromStride; in uyvytoyv12() 1547 static inline void RENAME(rgb24toyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, in rgb24toyv12() argument 1559 ff_rgb24toyv12_c(src, ydst, udst, vds in rgb24toyv12() 2304 yuyvtoyuv420(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) yuyvtoyuv420() argument 2329 yuyvtoyuv422(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) yuyvtoyuv422() argument 2352 uyvytoyuv420(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) uyvytoyuv420() argument 2378 uyvytoyuv422(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, int width, int height, int lumStride, int chromStride, int srcStride) uyvytoyuv422() argument [all...] |
H A D | rgb2rgb.c | 133 void ff_uyvytoyuv422_sse2(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, 136 void ff_uyvytoyuv422_avx(uint8_t *ydst, uint8_t *udst, uint8_t *vdst,
|
H A D | rgb_2_rgb.asm | 174 ; uyvytoyuv422(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, 179 cglobal uyvytoyuv422, 9, 14, 8, ydst, udst, vdst, src, w, h, lum_stride, chrom_stride, src_stride, wtwo, whalf, tmp, x, back_w
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_hue.c | 314 uint8_t *udst, uint8_t *vdst, const int dst_linesize, in apply_lut() 325 udst[i] = s->lut_u[u][v]; in apply_lut() 331 udst += dst_linesize; in apply_lut() 337 uint16_t *udst, uint16_t *vdst, const int dst_linesize, in apply_lut10() 348 udst[i] = s->lut_u10[u][v]; in apply_lut10() 354 udst += dst_linesize; in apply_lut10() 313 apply_lut(HueContext *s, uint8_t *udst, uint8_t *vdst, const int dst_linesize, uint8_t *usrc, uint8_t *vsrc, const int src_linesize, int w, int h) apply_lut() argument 336 apply_lut10(HueContext *s, uint16_t *udst, uint16_t *vdst, const int dst_linesize, uint16_t *usrc, uint16_t *vsrc, const int src_linesize, int w, int h) apply_lut10() argument
|
H A D | vsrc_testsrc.c | 1140 uint8_t *udst = frame->data[1]; in yuvtest_fill_picture8() local 1151 udst[x] = mid; in yuvtest_fill_picture8() 1156 udst += ulinesize; in yuvtest_fill_picture8() 1166 udst[x] = c; in yuvtest_fill_picture8() 1171 udst += ulinesize; in yuvtest_fill_picture8() 1180 udst[x] = mid; in yuvtest_fill_picture8() 1185 udst += ulinesize; in yuvtest_fill_picture8() 1197 uint16_t *udst = (uint16_t *)frame->data[1]; in yuvtest_fill_picture16() local 1208 udst[x] = mid; in yuvtest_fill_picture16() 1213 udst in yuvtest_fill_picture16() [all...] |
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | iterator_enc.c | 197 uint8_t* const udst = pic->u + (y * pic->uv_stride + x) * 8; in VP8IteratorExport() local 211 ExportBlock(usrc, udst, pic->uv_stride, uv_w, uv_h); in VP8IteratorExport()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | frame_dec.c | 414 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset; in FinishRow() local 438 io->u = udst; in FinishRow() 489 memcpy(dec->cache_u_ - uvsize, udst + 8 * dec->cache_uv_stride_, uvsize); in FinishRow()
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | sw_rgb.c | 84 declare_func_emms(AV_CPU_FLAG_MMX, void, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, in check_uyvy_to_422p()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_to_tgsi.c | 1766 ntt_ureg_dst_dimension_indirect(struct ntt_compile *c, struct ureg_dst udst, in ntt_ureg_dst_dimension_indirect() argument 1770 return ureg_dst_dimension(udst, ntt_src_as_uint(c, src)); in ntt_ureg_dst_dimension_indirect() 1772 return ureg_dst_dimension_indirect(udst, in ntt_ureg_dst_dimension_indirect()
|