/third_party/ffmpeg/libavfilter/ |
D | vf_premultiply.c | 153 uint8_t *ddst, in premultiply16() argument 161 uint16_t *dst = (uint16_t *)ddst; in premultiply16() 176 uint8_t *ddst, in premultiply16yuv() argument 184 uint16_t *dst = (uint16_t *)ddst; in premultiply16yuv() 199 uint8_t *ddst, in premultiply16offset() argument 207 uint16_t *dst = (uint16_t *)ddst; in premultiply16offset() 222 uint8_t *ddst, in premultiplyf32() argument 230 float *dst = (float *)ddst; in premultiplyf32() 245 uint8_t *ddst, in premultiplyf32offset() argument 253 float *dst = (float *)ddst; in premultiplyf32offset() [all …]
|
D | vf_hflip.c | 72 static void hflip_short_c(const uint8_t *ssrc, uint8_t *ddst, int w) in hflip_short_c() argument 75 uint16_t *dst = (uint16_t *)ddst; in hflip_short_c() 82 static void hflip_dword_c(const uint8_t *ssrc, uint8_t *ddst, int w) in hflip_dword_c() argument 85 uint32_t *dst = (uint32_t *)ddst; in hflip_dword_c() 118 static void hflip_qword_c(const uint8_t *ssrc, uint8_t *ddst, int w) in hflip_qword_c() argument 121 uint64_t *dst = (uint64_t *)ddst; in hflip_qword_c()
|
D | vf_atadenoise.c | 148 static void fweight_row##name(const uint8_t *ssrc, uint8_t *ddst, \ 155 type *dst = (type *)ddst; \ 198 static void fweight_row##name##_serial(const uint8_t *ssrc, uint8_t *ddst, \ 206 type *dst = (type *)ddst; \ 251 static void filter_row##name(const uint8_t *ssrc, uint8_t *ddst, \ 258 type *dst = (type *)ddst; \ 298 static void filter_row##name##_serial(const uint8_t *ssrc, uint8_t *ddst, \ 306 type *dst = (type *)ddst; \
|
D | vf_pseudocolor.c | 386 uint8_t *ddst, in pseudocolor_filter_16() argument 395 uint16_t *dst = (uint16_t *)ddst; in pseudocolor_filter_16() 413 uint8_t *ddst, in pseudocolor_filter_16_10() argument 422 uint16_t *dst = (uint16_t *)ddst; in pseudocolor_filter_16_10() 440 uint8_t *ddst, in pseudocolor_filter_16_10d() argument 449 uint16_t *dst = (uint16_t *)ddst; in pseudocolor_filter_16_10d() 467 uint8_t *ddst, in pseudocolor_filter_16_11() argument 476 uint16_t *dst = (uint16_t *)ddst; in pseudocolor_filter_16_11() 497 uint8_t *ddst, in pseudocolor_filter_16_11d() argument 506 uint16_t *dst = (uint16_t *)ddst; in pseudocolor_filter_16_11d()
|
D | af_aphaser.c | 123 uint8_t * const *ssrc, uint8_t **ddst, \ 131 type *dst = (type *)ddst[c]; \ 159 uint8_t * const *ssrc, uint8_t **ddst, \ 164 type *dst = (type *)ddst[0]; \
|
D | vf_maskedminmax.c | 105 static void maskedmin16(const uint8_t *ssrc, uint8_t *ddst, const uint8_t *ff1, const uint8_t *ff2,… in maskedmin16() argument 110 uint16_t *dst = (uint16_t *)ddst; in maskedmin16() 116 static void maskedmax16(const uint8_t *ssrc, uint8_t *ddst, const uint8_t *ff1, const uint8_t *ff2,… in maskedmax16() argument 121 uint16_t *dst = (uint16_t *)ddst; in maskedmax16()
|
D | median.h | 52 uint8_t *ddst, int dst_linesize, int width, int height,
|
D | vf_fftdnoiz.c | 344 FFTComplex *hdst, *ddst = vdata; in export_plane() local 348 memcpy(ddst, bsrc, block * sizeof(FFTComplex)); in export_plane() 349 av_fft_permute(p->ifft, ddst); in export_plane() 350 av_fft_calc(p->ifft, ddst); in export_plane() 352 hdst[j * data_linesize + i] = ddst[j]; in export_plane() 355 ddst += data_linesize; in export_plane()
|
D | median_template.c | 53 uint8_t *ddst, int dst_linesize, int width, int height, in fn() 63 pixel *dst = (pixel *)ddst; in fn()
|
D | vf_limiter.c | 115 static void limiter16(const uint8_t *ssrc, uint8_t *ddst, in limiter16() argument 120 uint16_t *dst = (uint16_t *)ddst; in limiter16()
|
D | vf_maskedthreshold.c | 91 static void threshold16(const uint8_t *ssrc, const uint8_t *rref, uint8_t *ddst, int threshold, int… in threshold16() argument 95 uint16_t *dst = (uint16_t *)ddst; in threshold16()
|
D | af_adelay.c | 97 const uint8_t *ssrc, uint8_t *ddst) \ 100 type *dst = (type *)ddst; \
|
D | vf_maskedmerge.c | 167 const uint8_t *mmsrc, uint8_t *ddst, in maskedmerge16() argument 176 uint16_t *dst = (uint16_t *)ddst; in maskedmerge16()
|
D | vf_maskedclamp.c | 171 static void maskedclamp##name(const uint8_t *bbsrc, uint8_t *ddst, \ 178 type *dst = (type *)ddst; \
|
D | vf_bilateral.c | 150 static void bilateral_##name(BilateralContext *s, const uint8_t *ssrc, uint8_t *ddst, \ 154 type *dst = (type *)ddst; \
|
D | vf_hysteresis.c | 207 uint8_t *ddst, in hysteresis16() argument 214 uint16_t *dst = (uint16_t *)ddst; in hysteresis16()
|
D | vf_deflicker.c | 145 uint8_t *ddst, ptrdiff_t dst_linesize, in deflicker16() argument 150 uint16_t *dst = (uint16_t *)ddst; in deflicker16()
|
D | vf_tmidequalizer.c | 155 uint8_t *ddst, ptrdiff_t dst_linesize, in apply_contrast_change16() argument 159 uint16_t *dst = (uint16_t *)ddst; in apply_contrast_change16()
|
D | vf_estdif.c | 253 static void interpolate_##ss(ESTDIFContext *s, uint8_t *ddst, \ 264 type *dst = (type *)ddst; \
|
D | vf_waveform.c | 2586 static void blend_vline16(uint8_t *ddst, int height, int linesize, float o1, float o2, int v, int s… in blend_vline16() argument 2588 uint16_t *dst = (uint16_t *)ddst; in blend_vline16() 2607 static void blend_hline16(uint8_t *ddst, int width, int unused, float o1, float o2, int v, int step) in blend_hline16() argument 2609 uint16_t *dst = (uint16_t *)ddst; in blend_hline16() 2730 static void iblend_vline16(uint8_t *ddst, int height, int linesize, float o1, float o2, int v, int … in iblend_vline16() argument 2732 uint16_t *dst = (uint16_t *)ddst; in iblend_vline16() 2751 static void iblend_hline16(uint8_t *ddst, int width, int unused, float o1, float o2, int v, int ste… in iblend_hline16() argument 2753 uint16_t *dst = (uint16_t *)ddst; in iblend_hline16()
|
/third_party/ffmpeg/libswscale/ |
D | bayer_template.c | 222 static void BAYER_RENAME(rgb48_copy)(const uint8_t *src, int src_stride, uint8_t *ddst, int dst_str… in BAYER_RENAME() 224 uint16_t *dst = (uint16_t *)ddst; in BAYER_RENAME() 235 static void BAYER_RENAME(rgb48_interpolate)(const uint8_t *src, int src_stride, uint8_t *ddst, int … in BAYER_RENAME() 237 uint16_t *dst = (uint16_t *)ddst; in BAYER_RENAME()
|
/third_party/ffmpeg/libavcodec/ |
D | argo.c | 166 uint8_t *ddst = dst + x; in decode_mad1() local 169 memset(ddst, fill, 8); in decode_mad1() 170 ddst += l; in decode_mad1() 254 uint8_t *ddst = dst + x; in decode_mad1() local 258 AV_WN16(ddst, fill); in decode_mad1() 260 ddst += l; in decode_mad1()
|
D | fmvc.c | 449 uint8_t *ssrc, *ddst; in decode_frame() local 518 ddst = frame->data[0] + (avctx->height - 1) * frame->linesize[0]; in decode_frame() 520 memcpy(ddst, ssrc, avctx->width * s->bpp); in decode_frame() 521 ddst -= frame->linesize[0]; in decode_frame()
|