Home
last modified time | relevance | path

Searched defs:src (Results 951 - 975 of 4010) sorted by relevance

1...<<31323334353637383940>>...161

/third_party/ffmpeg/libavcodec/
H A Dmpegvideoencdsp.c146 shrink22(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) shrink22() argument
179 shrink44(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) shrink44() argument
210 shrink88(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) shrink88() argument
[all...]
H A Dpnmdec.c31 static void samplecpy(uint8_t *dst, const uint8_t *src, int n, int maxval) in samplecpy() argument
H A Dv210dec.c54 static void decode_row(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, const int width, in decode_row() argument
H A Dtiertexseqv.c40 static const unsigned char *seq_unpack_rle_block(const unsigned char *src, in seq_unpack_rle_block() argument
78 seq_decode_op1(SeqVideoContext *seq, const unsigned char *src, const unsigned char *src_end, unsigned char *dst) seq_decode_op1() argument
128 seq_decode_op2(SeqVideoContext *seq, const unsigned char *src, const unsigned char *src_end, unsigned char *dst) seq_decode_op2() argument
147 seq_decode_op3(SeqVideoContext *seq, const unsigned char *src, const unsigned char *src_end, unsigned char *dst) seq_decode_op3() argument
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dvideodsp_init.c115 static av_always_inline void emulated_edge_mc(uint8_t *dst, const uint8_t *src, in emulated_edge_mc() argument
191 emulated_edge_mc_sse2(uint8_t *buf, const uint8_t *src, ptrdiff_t buf_stride, ptrdiff_t src_stride, int block_w, int block_h, int src_x, int src_y, int w, int h) emulated_edge_mc_sse2() argument
204 emulated_edge_mc_avx2(uint8_t *buf, const uint8_t *src, ptrdiff_t buf_stride, ptrdiff_t src_stride, int block_w, int block_h, int src_x, int src_y, int w, int h) emulated_edge_mc_avx2() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_vibrato.c60 const double *src; in filter_frame() local
H A Dcolorspacedsp_yuv2yuv_template.c46 ipixel **src = (ipixel **) _src; in yuv2yuv() local
H A Dmedian_template.c62 const pixel *src = (const pixel *)ssrc; in filter_plane() local
H A Dtransform.c125 ff_affine_transform(const uint8_t *src, uint8_t *dst, int src_stride, int dst_stride, int width, int height, const float *matrix, enum InterpolateMethod interpolate, enum FillMethod fill) ff_affine_transform() argument
[all...]
H A Dvf_colorkey_opencl.c100 cl_mem src, dst; in filter_frame() local
H A Dvf_neighbor_opencl.c130 cl_mem src, dst; in neighbor_opencl_filter_frame() local
H A Dvf_nlmeans_init.h74 compute_weights_line_c(const uint32_t *const iia, const uint32_t *const iib, const uint32_t *const iid, const uint32_t *const iie, const uint8_t *const src, float *total_weight, float *sum, const float *const weight_lut, int max_meaningful_diff, int startx, int endx) compute_weights_line_c() argument
H A Dvf_feedback.c134 AVFrame *src = s->feed; in activate() local
[all...]
H A Dvf_fieldorder.c76 uint8_t *dst, *src; in filter_frame() local
H A Dvf_transpose_opencl.c140 cl_mem src, dst; in transpose_opencl_filter_frame() local
H A Dvf_hwmap.c271 AVFrame *src, *dst; in hwmap_get_buffer() local
H A Dvf_median.c68 static void hadd(htype *dst, const htype *src, int bins) in hadd() argument
74 static void hsub(htype *dst, const htype *src, int bins) in hsub() argument
80 static void hmuladd(htype *dst, const htype *src, int f, int bins) in hmuladd() argument
/third_party/ffmpeg/libavresample/
H A Daudio_data.c73 int ff_audio_data_init(AudioData *a, uint8_t * const *src, int plane_size, in ff_audio_data_init() argument
225 int ff_audio_data_copy(AudioData *dst, AudioData *src, ChannelMapInfo *map) in ff_audio_data_copy() argument
278 ff_audio_data_combine(AudioData *dst, int dst_offset, AudioData *src, int src_offset, int nb_samples) ff_audio_data_combine() argument
[all...]
/third_party/ffmpeg/libavutil/
H A Ddes.c292 static void av_des_crypt_mac(AVDES *d, uint8_t *dst, const uint8_t *src, in av_des_crypt_mac() argument
324 void av_des_crypt(AVDES *d, uint8_t *dst, const uint8_t *src, in av_des_crypt() argument
330 void av_des_mac(AVDES *d, uint8_t *dst, const uint8_t *src, int count) in av_des_mac() argument
H A Dcast5.c396 static void encipher(AVCAST5* cs, uint8_t* dst, const uint8_t* src) in encipher() argument
423 static void decipher(AVCAST5* cs, uint8_t* dst, const uint8_t* src, uint8_t *iv) in decipher() argument
480 void av_cast5_crypt2(AVCAST5* cs, uint8_t* dst, const uint8_t* src, int count, uint8_t *iv, int decrypt) in av_cast5_crypt2() argument
500 av_cast5_crypt(AVCAST5* cs, uint8_t* dst, const uint8_t* src, int count, int decrypt) av_cast5_crypt() argument
[all...]
H A Dbuffer.c117 static void buffer_replace(AVBufferRef **dst, AVBufferRef **src) in buffer_replace() argument
233 int av_buffer_replace(AVBufferRef **pdst, const AVBufferRef *src) in av_buffer_replace() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dlatmenc.c107 static void copy_bits(PutBitContext *pb, const uint8_t *src, int length) in copy_bits() argument
H A Dmux_utils.c124 int ff_stream_encode_params_copy(AVStream *dst, const AVStream *src) in ff_stream_encode_params_copy() argument
[all...]
H A Drtpenc_h263_rfc2190.c28 int src; member
H A Doggparseopus.c91 static int opus_duration(uint8_t *src, int size) in opus_duration() argument

Completed in 13 milliseconds

1...<<31323334353637383940>>...161