|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | FilterParam |
Macros | |
| #define | Y 0 |
| #define | U 1 |
| #define | V 2 |
| #define | A 3 |
Functions | |
| int | ff_boxblur_eval_filter_params (AVFilterLink *inlink, FilterParam *luma_param, FilterParam *chroma_param, FilterParam *alpha_param) |
| #define Y 0 |
Definition at line 37 of file boxblur.h.
Referenced by addroi_config_input(), addroi_filter_frame(), aic_decode_slice(), aura_decode_frame(), boxblur_opencl_make_filter_params(), celt_calc_theta(), celt_stereo_is_decouple(), celt_stereo_merge(), celt_stereo_ms_decouple(), color_graticule(), color_graticule16(), config_input(), config_input(), config_input(), config_output(), config_props(), DECL_FUNC(), DECL_FUNC(), DECL_FUNC(), DECL_FUNC(), DECL_FUNC(), DECL_FUNC(), DECL_FUNC(), DECL_FUNC(), DECL_FUNC(), DECL_FUNC(), DECL_FUNC(), DECL_READ(), DECL_READ(), DECL_READ(), DECL_READ(), DECL_WRITE(), DECL_WRITE(), decode_frame(), decode_frame(), displace_packed(), displace_planar(), do_alphamerge(), do_hsvhold16_slice(), do_hsvhold_slice(), do_hsvkey16_slice(), do_hsvkey_slice(), draw(), draw_bar(), draw_region(), dx2_decode_slice_410(), dx2_decode_slice_420(), dx2_decode_slice_444(), dxtory_decode_v1_444(), ff_celt_quant_bands(), ff_sbr_hf_apply_noise_0_neon(), ff_sbr_hf_apply_noise_0_rvv(), ff_sbr_hf_apply_noise_0_sse2(), ff_sbr_hf_apply_noise_1_neon(), ff_sbr_hf_apply_noise_1_rvv(), ff_sbr_hf_apply_noise_1_sse2(), ff_sbr_hf_apply_noise_2_neon(), ff_sbr_hf_apply_noise_2_rvv(), ff_sbr_hf_apply_noise_2_sse2(), ff_sbr_hf_apply_noise_3_neon(), ff_sbr_hf_apply_noise_3_rvv(), ff_sbr_hf_apply_noise_3_sse2(), ff_sbr_hf_g_filt_neon(), ff_sbr_hf_g_filt_rvv(), ff_sbr_hf_g_filt_sse(), ff_vc1_pred_b_mv(), ff_vc1_pred_mv(), filter_frame(), frame_header(), geq_init(), green_graticule(), green_graticule16(), if(), init(), initialize(), invert_graticule(), invert_graticule16(), jpg_decode_data(), lumRangeToJpeg16_c(), lumRangeToJpeg_c(), main(), none_graticule(), pixscope_filter_frame(), predictor_decode_stereo_3800(), predictor_decode_stereo_3930(), pvq_band_cost(), quant_band_template(), QUANT_FN(), QUANT_FN(), rv30_loop_filter(), rv34_mc(), rv40_loop_filter(), sbr_hf_apply_noise(), sbr_hf_apply_noise(), sbr_hf_apply_noise_0(), sbr_hf_apply_noise_1(), sbr_hf_apply_noise_2(), sbr_hf_apply_noise_3(), sbr_hf_g_filt_c(), sbr_hf_g_filt_c(), tdsc_yuv2rgb(), test_hf_apply_noise(), test_hf_g_filt(), tm2_apply_deltas(), tm2_decode_blocks(), tm2_hi_res_block(), tm2_low_res_block(), tm2_med_res_block(), tm2_motion_block(), tm2_null_res_block(), tm2_still_block(), tm2_update_block(), ulti_decode_frame(), ulti_grad(), weight_Y(), yuv2ayuv64_X_c(), yuv2ayuv_1_c_template(), yuv2ayuv_2_c_template(), yuv2ayuv_X_c_template(), yuv2gbrp16_full_X_c(), yuv2gbrp_full_X_c(), yuv2gbrpf32_full_X_c(), yuv2mono_1_c_template(), yuv2mono_2_c_template(), yuv2rgb(), yuv2rgb_full_1_c_template(), yuv2rgb_full_1_template_lasx(), yuv2rgb_full_1_template_lsx(), yuv2rgb_full_2_c_template(), yuv2rgb_full_2_template_lasx(), yuv2rgb_full_2_template_lsx(), yuv2rgb_full_X_c_template(), yuv2rgb_full_X_template_lasx(), yuv2rgb_full_X_template_lsx(), yuv2rgb_write_full(), yuv2rgba64_full_1_c_template(), yuv2rgba64_full_2_c_template(), yuv2rgba64_full_X_c_template(), yuv2v30_X_c_template(), yuv2vyu444_1_c(), yuv2vyu444_2_c(), yuv2vyu444_X_c(), yuv2xv36_X_c(), yuv2ya16_1_c_template(), yuv2ya16_2_c_template(), yuv2ya16_X_c_template(), yuv2ya8_1_c(), yuv2ya8_2_c(), and yuv2ya8_X_c().
| int ff_boxblur_eval_filter_params | ( | AVFilterLink * | inlink, |
| FilterParam * | luma_param, | ||
| FilterParam * | chroma_param, | ||
| FilterParam * | alpha_param ) |
Definition at line 47 of file boxblur.c.
Referenced by boxblur_opencl_make_filter_params(), and config_input().