| /third_party/ffmpeg/libavfilter/ |
| 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...] |
| H A D | af_afade.c | 450 AVFrame *in = NULL, *out, *cf[2] = { NULL }; in activate() local [all...] |
| H A D | af_afftfilt.c | 314 AVFrame *out; in filter_frame() local
|
| H A D | af_aexciter.c | 136 double out = c[2] * in + *w1; in bprocess() local 177 AVFrame *out; in filter_frame() local [all...] |
| H A D | f_graphmonitor.c | 146 static void clear_image(GraphMonitorContext *s, AVFrame *out, AVFilterLink *outlink) in clear_image() argument 206 static int draw_items(AVFilterContext *ctx, AVFrame *out, in draw_items() argument 332 AVFrame *out; create_frame() local [all...] |
| H A D | vaf_spectrumsynth.c | 356 AVFrame *out; in try_push_frame() local
|
| H A D | aeval.c | 416 AVFrame *out; in filter_frame() local
|
| H A D | avf_ahistogram.c | 39 AVFrame *out; member 369 float *out = &s->combine_buffer[3 * n]; filter_frame() local [all...] |
| H A D | avf_aphasemeter.c | 40 AVFrame *out; member 247 AVFrame *out; in filter_frame() local [all...] |
| H A D | ebur128.c | 580 int ff_ebur128_relative_threshold(FFEBUR128State * st, double *out) in ff_ebur128_relative_threshold() argument 596 int ff_ebur128_loudness_global(FFEBUR128State * st, double *out) in ff_ebur128_loudness_global() argument 538 ebur128_gated_loudness(FFEBUR128State ** sts, size_t size, double *out) ebur128_gated_loudness() argument 601 ebur128_energy_in_interval(FFEBUR128State * st, size_t interval_frames, double *out) ebur128_energy_in_interval() argument 611 ebur128_energy_shortterm(FFEBUR128State * st, double *out) ebur128_energy_shortterm() argument 617 ff_ebur128_loudness_shortterm(FFEBUR128State * st, double *out) ff_ebur128_loudness_shortterm() argument 632 ff_ebur128_loudness_range_multiple(FFEBUR128State ** sts, size_t size, double *out) ff_ebur128_loudness_range_multiple() argument 709 ff_ebur128_loudness_range(FFEBUR128State * st, double *out) ff_ebur128_loudness_range() argument 714 ff_ebur128_sample_peak(FFEBUR128State * st, unsigned int channel_number, double *out) ff_ebur128_sample_peak() argument [all...] |
| H A D | vf_colorlevels.c | 365 AVFrame *out; in filter_frame() local [all...] |
| H A D | vf_guided.c | 285 static int filter_frame(AVFilterContext *ctx, AVFrame **out, AVFrame *in, AVFrame *ref) in filter_frame() argument 404 AVFrame *out = NULL; activate() local [all...] |
| H A D | vf_hqdn3d.c | 289 AVFrame *in, *out; member 297 AVFrame *out = td->out; in do_denoise() local 317 AVFrame *out; in filter_frame() local [all...] |
| H A D | vf_normalize.c | 93 float out; // Output value [0,255] member 156 static void process(NormalizeContext *s, AVFrame *in, AVFrame *out) in process() argument 193 static void process_planar(NormalizeContext *s, AVFrame *in, AVFrame *out) in process_planar() argument 230 process_16(NormalizeContext *s, AVFrame *in, AVFrame *out) process_16() argument 267 process_planar_16(NormalizeContext *s, AVFrame *in, AVFrame *out) process_planar_16() argument 291 normalize(NormalizeContext *s, AVFrame *in, AVFrame *out) normalize() argument 474 AVFrame *out; filter_frame() local [all...] |
| H A D | vf_pullup.c | 658 AVFrame *out; in filter_frame() local
|
| H A D | vf_spp.c | 366 AVFrame *out = in; in filter_frame() local [all...] |
| H A D | vf_stack.c | 144 AVFrame *out = arg; in process_slice() local 170 AVFrame *out; in process_frame() local [all...] |
| H A D | vf_zoompan.c | 164 AVFrame *out; in output_single_frame() local
|
| H A D | vf_gblur_vulkan.c | 310 AVVkFrame *out = (AVVkFrame *)outframe->data[0]; in process_frames() local 429 AVFrame *out = NULL; in gblur_vulkan_filter_frame() local [all...] |
| H A D | vf_mix.c | 145 AVFrame **in, *out; member 199 AVFrame *out = td->out; in mix_frames() local 221 AVFrame *out; in process_frame() local 410 AVFrame *out; tmix_filter_frame() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| 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
|