| /third_party/ffmpeg/libavcodec/ |
| H A D | mpegvideoencdsp.c | 146 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 D | pnmdec.c | 31 static void samplecpy(uint8_t *dst, const uint8_t *src, int n, int maxval) in samplecpy() argument
|
| H A D | v210dec.c | 54 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 D | tiertexseqv.c | 40 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 D | videodsp_init.c | 115 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 D | af_vibrato.c | 60 const double *src; in filter_frame() local
|
| H A D | colorspacedsp_yuv2yuv_template.c | 46 ipixel **src = (ipixel **) _src; in yuv2yuv() local
|
| H A D | median_template.c | 62 const pixel *src = (const pixel *)ssrc; in filter_plane() local
|
| H A D | transform.c | 125 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 D | vf_colorkey_opencl.c | 100 cl_mem src, dst; in filter_frame() local
|
| H A D | vf_neighbor_opencl.c | 130 cl_mem src, dst; in neighbor_opencl_filter_frame() local
|
| H A D | vf_nlmeans_init.h | 74 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 D | vf_feedback.c | 134 AVFrame *src = s->feed; in activate() local [all...] |
| H A D | vf_fieldorder.c | 76 uint8_t *dst, *src; in filter_frame() local
|
| H A D | vf_transpose_opencl.c | 140 cl_mem src, dst; in transpose_opencl_filter_frame() local
|
| H A D | vf_hwmap.c | 271 AVFrame *src, *dst; in hwmap_get_buffer() local
|
| H A D | vf_median.c | 68 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 D | audio_data.c | 73 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 D | des.c | 292 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 D | cast5.c | 396 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 D | buffer.c | 117 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 D | latmenc.c | 107 static void copy_bits(PutBitContext *pb, const uint8_t *src, int length) in copy_bits() argument
|
| H A D | mux_utils.c | 124 int ff_stream_encode_params_copy(AVStream *dst, const AVStream *src) in ff_stream_encode_params_copy() argument [all...] |
| H A D | rtpenc_h263_rfc2190.c | 28 int src; member
|
| H A D | oggparseopus.c | 91 static int opus_duration(uint8_t *src, int size) in opus_duration() argument
|