| /third_party/ffmpeg/libavfilter/ |
| H A D | avf_aphasemeter.c | 279 const float *src = (float *)in->data[0] + i * 2; in filter_frame() local
|
| H A D | vf_colorlevels.c | 416 const uint8_t *src = srcrow; in filter_frame() local 427 const uint8_t *src = srcrow; in filter_frame() local 456 const uint16_t *src = (const uint16_t *)srcrow; in filter_frame() local 467 const uint16_t *src = (const uint16_t *)srcrow; in filter_frame() local
|
| H A D | vf_fillborders.c | 398 static int lerp8(int fill, int src, int pos, int size) in lerp8() argument 403 static int lerp16(int fill, int src, int pos, int size, int depth) in lerp16() argument 423 int src = ptr[y * linesize + x]; in fade_borders8() local 430 int src = ptr[y * linesize + x]; in fade_borders8() local 437 int src = ptr[y * linesize + x]; in fade_borders8() local 442 int src = ptr[y * linesize + start_right + x]; fade_borders8() local 465 int src = ptr[y * linesize + x]; fade_borders16() local 472 int src = ptr[y * linesize + x]; fade_borders16() local 479 int src = ptr[y * linesize + x]; fade_borders16() local 484 int src = ptr[y * linesize + start_right + x]; fade_borders16() local [all...] |
| H A D | vf_guided.c | 102 float *src; member 120 const float *src = t->src; in box_slice() local [all...] |
| H A D | vf_hqdn3d.c | 58 static void denoise_temporal(uint8_t *src, uint8_t *dst, in denoise_temporal() argument 80 denoise_spatial(HQDN3DContext *s, uint8_t *src, uint8_t *dst, uint16_t *line_ant, uint16_t *frame_ant, int w, int h, int sstride, int dstride, int16_t *spatial, int16_t *temporal, int depth) denoise_spatial() argument 124 denoise_depth(HQDN3DContext *s, uint8_t *src, uint8_t *dst, uint16_t *line_ant, uint16_t **frame_ant_ptr, int w, int h, int sstride, int dstride, int16_t *spatial, int16_t *temporal, int depth) denoise_depth() argument [all...] |
| H A D | vf_pullup.c | 609 copy_field(PullupContext *s, PullupBuffer *dst, PullupBuffer *src, int parity) copy_field() argument
|
| H A D | vf_spp.c | 121 static void hardthresh_c(int16_t dst[64], const int16_t src[64], in hardthresh_c() argument 142 static void softthresh_c(int16_t dst[64], const int16_t src[64], in softthresh_c() argument 164 static void store_slice_c(uint8_t *dst, const int16_t *src, in store_slice_c() argument 194 static void store_slice16_c(uint16_t *dst, const int16_t *src, in store_slice16_c() argument 241 filter(SPPContext *p, uint8_t *dst, uint8_t *src, int dst_linesize, int src_linesize, int width, int height, const uint8_t *qp_table, int qp_stride, int is_luma, int depth) filter() argument [all...] |
| H A D | vf_siti.c | 170 static void convolve_sobel(SiTiContext *s, const uint8_t *src, float *dst, int linesize) in convolve_sobel() argument
|
| H A D | vf_negate.c | 109 static void negate8(const uint8_t *src, uint8_t *dst, in negate8() argument 129 const uint8_t *src = ssrc + y * slinesize; in negate_packed8() local 151 const uint16_t *src = (const uint16_t *)ssrc; negate16() local 172 const uint16_t *src = (const uint16_t *)(ssrc + y * slinesize); negate_packed16() local [all...] |
| H A D | vf_tinterlace.c | 307 copy_picture_field(TInterlaceContext *tinterlace, uint8_t *dst[4], int dst_linesize[4], const uint8_t *src[4], int src_linesize[4], enum AVPixelFormat format, int w, int src_h, int src_field, int interleave, int dst_field, int flags) copy_picture_field() argument
|
| H A D | vf_tmidequalizer.c | 136 static void apply_contrast_change8(const uint8_t *src, ptrdiff_t src_linesize, in apply_contrast_change8() argument 153 const uint16_t *src = (const uint16_t *)ssrc; in apply_contrast_change16() local 285 static void compute_histogram8(const uint8_t *src, ptrdiff_t linesize, in compute_histogram8() argument 306 const uint16_t *src = (const uint16_t *)ssrc; compute_histogram16() local [all...] |
| H A D | vsrc_mptestsrc.c | 106 static void idct(uint8_t *dst, int dst_linesize, int src[64]) in idct() argument 145 int src[64]; in draw_basis() local
|
| H A D | vf_libvmaf.c | 109 static int copy_picture_data(AVFrame *src, VmafPicture *dst, unsigned bpc) in copy_picture_data() argument
|
| H A D | vf_sab.c | 217 blur(uint8_t *dst, const int dst_linesize, const uint8_t *src, const int src_linesize, const int w, const int h, FilterParam *fp) blur() argument
|
| H A D | vf_uspp.c | 51 uint8_t *src[3]; member 160 static void store_slice_c(uint8_t *dst, const uint16_t *src, in store_slice_c() argument 188 static void filter(USPPContext *p, uint8_t *dst[3], uint8_t *src[3], in filter() argument [all...] |
| H A D | vf_pad_opencl.c | 151 cl_mem src, dst; in filter_frame() local
|
| /third_party/ffmpeg/libavutil/ |
| H A D | frame.c | 274 static int frame_copy_props(AVFrame *dst, const AVFrame *src, int force_copy) in frame_copy_props() argument 343 av_frame_ref(AVFrame *dst, const AVFrame *src) av_frame_ref() argument 464 av_frame_clone(const AVFrame *src) av_frame_clone() argument 506 av_frame_move_ref(AVFrame *dst, AVFrame *src) av_frame_move_ref() argument 596 av_frame_copy_props(AVFrame *dst, const AVFrame *src) av_frame_copy_props() argument 696 frame_copy_video(AVFrame *dst, const AVFrame *src) frame_copy_video() argument 721 frame_copy_audio(AVFrame *dst, const AVFrame *src) frame_copy_audio() argument 764 av_frame_copy(AVFrame *dst, const AVFrame *src) av_frame_copy() argument [all...] |
| H A D | hwcontext_videotoolbox.c | 318 vt_pixbuf_set_par(void *log_ctx, CVPixelBufferRef pixbuf, const AVFrame *src) vt_pixbuf_set_par() argument 395 vt_pixbuf_set_chromaloc(void *log_ctx, CVPixelBufferRef pixbuf, const AVFrame *src) vt_pixbuf_set_chromaloc() argument 510 vt_pixbuf_set_colorspace(void *log_ctx, CVPixelBufferRef pixbuf, const AVFrame *src) vt_pixbuf_set_colorspace() argument 567 vt_pixbuf_set_attachments(void *log_ctx, CVPixelBufferRef pixbuf, const AVFrame *src) vt_pixbuf_set_attachments() argument 583 av_vt_pixbuf_set_attachments(void *log_ctx, CVPixelBufferRef pixbuf, const AVFrame *src) av_vt_pixbuf_set_attachments() argument 589 vt_map_frame(AVHWFramesContext *ctx, AVFrame *dst, const AVFrame *src, int flags) vt_map_frame() argument 645 vt_transfer_data_from(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src) vt_transfer_data_from() argument 676 vt_transfer_data_to(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src) vt_transfer_data_to() argument 711 vt_map_from(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src, int flags) vt_map_from() argument [all...] |
| H A D | hwcontext_vdpau.c | 329 vdpau_transfer_data_from(AVHWFramesContext *ctx, AVFrame *dst, const AVFrame *src) vdpau_transfer_data_from() argument 387 vdpau_transfer_data_to(AVHWFramesContext *ctx, AVFrame *dst, const AVFrame *src) vdpau_transfer_data_to() argument [all...] |
| H A D | channel_layout.c | 637 int av_channel_layout_copy(AVChannelLayout *dst, const AVChannelLayout *src) in av_channel_layout_copy() argument
|
| H A D | mem.c | 457 const uint8_t *src = &dst[-back]; in av_memcpy_backptr() local [all...] |
| H A D | avstring.c | 86 size_t av_strlcpy(char *dst, const char *src, size_t size) in av_strlcpy() argument 96 size_t av_strlcat(char *dst, const char *src, size_t size) in av_strlcat() argument 338 int av_escape(char **dst, const char *src, const char *special_chars, in av_escape() argument
|
| /third_party/ffmpeg/libavformat/ |
| H A D | async.c | 132 static int wrapped_url_read(void *src, void *dst, size_t *size) in wrapped_url_read() argument
|
| H A D | avc.c | 303 uint8_t *ff_nal_unit_extract_rbsp(const uint8_t *src, uint32_t src_len, in ff_nal_unit_extract_rbsp() argument
|
| H A D | rtmppkt.c | 667 uint8_t *src = p->data, *src_end = p->data + p->size; in ff_rtmp_packet_dump() local
|