| /third_party/ffmpeg/libavcodec/ |
| H A D | wmadec.c | 203 static void wma_lsp_to_curve(WMACodecContext *s, float *out, float *val_max_ptr, in wma_lsp_to_curve() argument 393 static void wma_window(WMACodecContext *s, float *out) in wma_window() argument [all...] |
| H A D | svq1dec.c | 512 static void svq1_parse_string(GetBitContext *bitbuf, uint8_t out[257]) in svq1_parse_string() argument
|
| H A D | nvdec.c | 182 static int nvdec_decoder_create(AVBufferRef **out, AVBufferRef *hw_device_ref, in nvdec_decoder_create() argument
|
| H A D | zmbv.c | 109 uint8_t *out, *tprev; in zmbv_decode_xor_8() local 183 uint16_t *out, *tprev; zmbv_decode_xor_16() local 262 uint8_t *out, *tprev; zmbv_decode_xor_24() local 345 uint32_t *out, *tprev; zmbv_decode_xor_32() local 577 uint8_t *out, *src; decode_frame() local [all...] |
| H A D | ra144.c | 1613 void ff_int_to_int16(int16_t *out, const int *inp) in ff_int_to_int16() argument 1657 int ff_interp(RA144Context *ractx, int16_t *out, int a, int copyold, int energy) in ff_interp() argument
|
| H A D | tdsc.c | 318 static inline void tdsc_yuv2rgb(uint8_t *out, int Y, int U, int V) in tdsc_yuv2rgb() argument
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_acrusher.c | 221 AVFrame *out; in filter_frame() local
|
| H A D | vf_blend.c | 434 AVFrame *out; in tblend_filter_frame() local
|
| H A D | vf_blend_vulkan.c | 233 AVVkFrame *out = (AVVkFrame *)out_frame->data[0]; in process_frames() local 354 AVFrame *top, *bottom, *out; in blend_frame() local [all...] |
| H A D | af_alimiter.c | 144 AVFrame *out; in filter_frame() local [all...] |
| H A D | af_afreqshift.c | 284 AVFrame *in, *out; member 291 AVFrame *out = td->out; in filter_channels() local 307 AVFrame *out; in filter_frame() local [all...] |
| H A D | af_sidechaincompress.c | 238 AVFrame *out = NULL, *in[2] = { NULL }; in activate() local 387 AVFrame *out; in acompressor_filter_frame() local [all...] |
| H A D | af_superequalizer.c | 51 AVFrame *in, *out; member 198 AVFrame *out = ff_get_audio_buffer(outlink, in->nb_samples); in filter_frame() local [all...] |
| H A D | src_avsynctest.c | 209 AVFrame *out; in audio_frame() local 245 static void draw_text(FFDrawContext *draw, AVFrame *out, FFDrawColor *color, in draw_text() argument 278 AVFrame *out; video_frame() local [all...] |
| H A D | vf_extractplanes.c | 298 AVFrame *out; in extract_plane() local [all...] |
| H A D | af_anlmdn.c | 203 AVFrame *out = arg; in filter_channel() local 274 AVFrame *out; in filter_frame() local [all...] |
| H A D | af_apulsator.c | 138 AVFrame *out; in filter_frame() local
|
| H A D | vf_deband.c | 127 AVFrame *in, *out; member 135 AVFrame *out = td->out; in deband_8_c() local 184 AVFrame *out = td->out; in deband_8_coupling_c() local 249 AVFrame *out = td->out; deband_16_coupling_c() local 316 AVFrame *out = td->out; deband_16_c() local 414 AVFrame *out; filter_frame() local [all...] |
| H A D | af_asoftclip.c | 400 AVFrame *in, *out; member 409 AVFrame *out = td->out; in filter_channels() local 429 AVFrame *out; in filter_frame() local [all...] |
| H A D | buffersink.c | 99 static int return_or_keep_frame(BufferSinkContext *buf, AVFrame *out, AVFrame *in, int flags) in return_or_keep_frame() argument 241 int av_buffersink_get_ch_layout(const AVFilterContext *ctx, AVChannelLayout *out) in av_buffersink_get_ch_layout() argument
|
| H A D | vf_atadenoise.c | 138 AVFrame *in, *out; member 340 AVFrame *out = td->out; in filter_slice() local 442 AVFrame *out, *in; in filter_frame() local [all...] |
| H A D | vf_deinterlace_qsv.c | 452 AVFrame *out; in process_frame() local [all...] |
| H A D | vf_deshake.c | 408 AVFrame *out; in filter_frame() local 315 deshake_transform_c(AVFilterContext *ctx, int width, int height, int cw, int ch, const float *matrix_y, const float *matrix_uv, enum InterpolateMethod interpolate, enum FillMethod fill, AVFrame *in, AVFrame *out) deshake_transform_c() argument [all...] |
| H A D | vf_deflicker.c | 359 AVFrame *out, *in; in filter_frame() local [all...] |
| /third_party/ffmpeg/libavcodec/tests/ |
| H A D | fft.c | 129 static void imdct_ref(FFTSample *out, FFTSample *in, int nbits) in imdct_ref() argument
|