FFmpeg
|
Functions | |
Undefined Behavior In the C some operations are like signed integer dereferencing freed accessing outside allocated Undefined Behavior must not occur in a C it is not safe even if the output of undefined operations is unused The unsafety may seem nit picking but Optimizing compilers have in fact optimized code on the assumption that no undefined Behavior occurs Optimizing code based on wrong assumptions can and has in some cases lead to effects beyond the output of computations The signed integer overflow problem in speed critical code Code which is highly optimized and works with signed integers sometimes has the problem that | some (invalid) inputs can trigger overflows(undefined behavior). In these cases |
Undefined Behavior In the C some operations are like signed integer dereferencing freed accessing outside allocated Undefined Behavior must not occur in a C it is not safe even if the output of undefined operations is unused The unsafety may seem nit picking but Optimizing compilers have in fact optimized code on the assumption that no undefined Behavior occurs Optimizing code based on wrong assumptions can and has in some cases lead to effects beyond the output of computations The signed integer overflow problem in speed critical code Code which is highly optimized and works with signed integers sometimes has the problem that often the output of the computation does not | matter (as it is from invalid input). In some cases the input can be checked easily in others checking the input is computationally too intensive. In these remaining cases a unsigned type can be used instead of a signed type. unsigned overflows are defined in C. SUINT ----- As we have above established there is a need to use "unsigned" sometimes in computations which work with signed integers(which overflow). Using "unsigned" for signed integers has the very significant potential to cause confusion as in unsigned a |
Variables | |
Undefined Behavior In the C | language |
Undefined Behavior In the C some operations are | undefined |
Undefined Behavior In the C some operations are like signed integer | overflow |
Undefined Behavior In the C some operations are like signed integer dereferencing freed | pointers |
Undefined Behavior In the C some operations are like signed integer dereferencing freed accessing outside allocated | space |
Undefined Behavior In the C some operations are like signed integer dereferencing freed accessing outside allocated Undefined Behavior must not occur in a C | program |
Undefined Behavior In the C some operations are like signed integer dereferencing freed accessing outside allocated Undefined Behavior must not occur in a C it is not safe even if the output of undefined operations is unused The unsafety may seem nit picking but Optimizing compilers have in fact optimized code on the assumption that no undefined Behavior occurs Optimizing code based on wrong assumptions can and has in some cases lead to effects beyond the output of computations The signed integer overflow problem in speed critical code Code which is highly optimized and works with signed integers sometimes has the problem that often the output of the computation does not | b |
Undefined Behavior In the C some operations are like signed integer dereferencing freed accessing outside allocated Undefined Behavior must not occur in a C it is not safe even if the output of undefined operations is unused The unsafety may seem nit picking but Optimizing compilers have in fact optimized code on the assumption that no undefined Behavior occurs Optimizing code based on wrong assumptions can and has in some cases lead to effects beyond the output of computations The signed integer overflow problem in speed critical code Code which is highly optimized and works with signed integers sometimes has the problem that often the output of the computation does not | c |
The reader does not expect b to be semantically here and if the code is changed by maybe adding a | cast |
The reader does not expect b to be semantically here and if the code is changed by maybe adding a a division or other the signedness will almost certainly be mistaken To avoid this confusion a new type was | introduced |
The reader does not expect b to be semantically here and if the code is changed by maybe adding a a division or other the signedness will almost certainly be mistaken To avoid this confusion a new type was SUINT is the C unsigned type but it holds a signed int to use the same example SUINT | a |
Undefined Behavior In the C some operations are like signed integer dereferencing freed accessing outside allocated Undefined Behavior must not occur in a C it is not safe even if the output of undefined operations is unused The unsafety may seem nit picking but Optimizing compilers have in fact optimized code on the assumption that no undefined Behavior occurs Optimizing code based on wrong assumptions can and has in some cases lead to effects beyond the output of computations The signed integer overflow problem in speed critical code Code which is highly optimized and works with signed integers sometimes has the problem that some | ( | invalid | ) |
Undefined Behavior In the C some operations are like signed integer dereferencing freed accessing outside allocated Undefined Behavior must not occur in a C it is not safe even if the output of undefined operations is unused The unsafety may seem nit picking but Optimizing compilers have in fact optimized code on the assumption that no undefined Behavior occurs Optimizing code based on wrong assumptions can and has in some cases lead to effects beyond the output of computations The signed integer overflow problem in speed critical code Code which is highly optimized and works with signed integers sometimes has the problem that often the output of the computation does not matter | ( | as it is from invalid | input | ) |
Undefined Behavior In the C language |
Definition at line 3 of file undefined.txt.
Referenced by ff_hls_write_audio_rendition(), ff_hls_write_subtitle_rendition(), ff_parse_mpeg2_descriptor(), mov_metadata_loci(), mov_read_mdhd(), mov_read_udta_string(), mpegts_write_pmt(), mxf_free_metadataset(), parse_chunks(), parse_mca_labels(), and read_comment().
Definition at line 3 of file undefined.txt.
Definition at line 3 of file undefined.txt.
Referenced by ape_decode_value_3860(), ape_decode_value_3900(), ape_decode_value_3990(), clip_coeffs(), copy_block(), dct_quantize_c(), dct_quantize_trellis_c(), dnxhd_10bit_dct_quantize_444(), dnxhd_calc_bits_thread(), dnxhd_encode_thread(), encode_mb_internal(), mpeg4_decode_sprite_trajectory(), nlmeans_opencl_filter_frame(), and synthesis().
Definition at line 4 of file undefined.txt.
Referenced by av_image_alloc(), and decode_frame().
Undefined Behavior In the C some operations are like signed integer dereferencing freed accessing outside allocated space |
Definition at line 4 of file undefined.txt.
Referenced by av_color_space_name(), av_map_videotoolbox_color_matrix_from_av(), dshow_cycle_formats(), output_packet(), qoi_decode_frame(), and read_packet().
Undefined Behavior In the C some operations are like signed integer dereferencing freed accessing outside allocated Undefined Behavior must not occur in a C program |
Definition at line 6 of file undefined.txt.
Referenced by av_dump_format(), av_find_best_stream(), av_new_program(), av_program_add_stream_index(), dash_read_header(), hls_read_header(), mpegts_add_service(), mpegts_init(), mpegts_write_pmt(), of_add_programs(), pat_cb(), playlist_needed(), sdt_cb(), select_pcr_streams(), show_program(), show_programs(), update_av_program_info(), and update_wrap_reference().
here the reader knows that b |
Definition at line 32 of file undefined.txt.
Definition at line 32 of file undefined.txt.
Referenced by a64multi_close_encoder(), a64multi_encode_frame(), a64multi_encode_init(), aa_read_close(), aa_read_header(), aa_read_packet(), aa_read_seek(), aacsbr_func_ptr_init(), aax_filter(), aax_read_header(), activate(), adaptation_set_add_stream(), add_adaptation_set(), add_cb(), add_entry(), add_renditions_to_variant(), add_stream(), add_stream_to_programs(), add_symbol(), addCode(), adjust_jnd(), adpcm_agm_expand_nibble(), adpcm_analysis(), adpcm_compress_trellis(), adpcm_ct_expand_nibble(), adpcm_decode_frame(), adpcm_decode_init(), adpcm_flush(), adpcm_ima_alp_compress_sample(), adpcm_ima_alp_expand_nibble(), adpcm_ima_compress_sample(), adpcm_ima_cunning_expand_nibble(), adpcm_ima_expand_nibble(), adpcm_ima_mtf_expand_nibble(), adpcm_ima_oki_expand_nibble(), adpcm_ima_qt_compress_sample(), adpcm_ima_qt_expand_nibble(), adpcm_ima_wav_expand_nibble(), adpcm_ms_compress_sample(), adpcm_ms_expand_nibble(), adpcm_mtaf_expand_nibble(), adpcm_sbpro_expand_nibble(), adpcm_swf_decode(), adpcm_yamaha_compress_sample(), adpcm_yamaha_expand_nibble(), adpcm_zork_expand_nibble(), adx_decode(), adx_decode_flush(), adx_decode_frame(), adx_decode_init(), adx_encode(), adx_encode_frame(), adx_encode_header(), adx_encode_init(), adx_read_header(), adx_read_packet(), afc_read_header(), afc_read_packet(), alf_coeff_cc(), alf_get_subblock(), alloc_set_opts(), amplify_channel(), analyze_frame(), any_vscale(), apac_close(), apac_decode(), apac_init(), ape_tag_read_field(), apply_band_extension(), apply_channel_coupling(), apply_dependent_coupling(), apply_independent_coupling(), apply_intensity_stereo(), apply_prelut(), aptx_insert_sync(), arith2_get_consumed_bytes(), arith2_get_number(), arith2_get_prob(), arith2_init(), arith2_normalise(), arith2_rescale_interval(), arith_get_bits(), arith_get_number(), arith_get_prob(), arith_init(), arith_normalise(), ARRAY_RENAME(), asf_get_packet(), asf_write_markers(), ass_split(), assign_bits(), asym_quant(), async_buffer_task(), async_check_interrupt(), async_close(), async_open(), async_read_internal(), async_seek(), atrac9_decode_block(), atrac9_decode_flush(), audio_element_obu(), audio_frame_obu(), av1_read_close(), av1_read_header(), av_add_q(), av_bprint_chars(), av_bprint_utf8(), av_codec_iterate(), av_compare_mod(), av_crc_init(), av_display_rotation_set(), av_div_q(), av_fourcc_make_string(), av_get_bits_per_pixel(), av_get_padded_bits_per_pixel(), av_get_token(), av_hmac_alloc(), av_hmac_calc(), av_hmac_final(), av_hmac_free(), av_hmac_init(), av_hmac_update(), av_image_fill_black(), av_image_fill_color(), av_isdigit(), av_isgraph(), av_isspace(), av_isxdigit(), av_lfg_get(), av_lfg_init(), av_lfg_init_from_data(), av_lzo1x_decode(), av_mlfg_get(), av_mul_q(), av_murmur3_final(), av_murmur3_init(), av_murmur3_init_seeded(), av_murmur3_update(), av_opt_child_next(), av_opt_copy(), av_opt_find2(), av_opt_query_ranges(), av_parse_ratio(), av_read_image_line(), av_read_image_line2(), av_rescale(), av_rescale_q_rnd(), av_rescale_rnd(), av_sincos_sf(), av_small_strptime(), av_sub_q(), av_timecode_init_from_string(), av_tolower(), av_toupper(), av_write_image_line(), av_write_image_line2(), avcodec_default_execute(), avcodec_default_execute2(), avf_read_packet(), avio_accept(), avio_handshake(), avpriv_fits_header_parse_line(), avpriv_mpeg4audio_get_config2(), b44_uncompress(), bayer_to_rgb24_wrapper(), bayer_to_rgb48_wrapper(), bayer_to_yv12_wrapper(), bessel_reinit(), bgr24ToYv12Wrapper(), bias(), bidir_refine(), bink_decode_plane(), bink_put_pixels(), binkb_decode_plane(), binkb_get_value(), binkb_init_bundle(), binkb_init_bundles(), binkb_read_bundle(), biquad_init_coeffs(), bitline2chunky(), bitplanar2chunky(), bktr_init(), block_cmp(), blur(), blur_power(), bmv_read_close(), bmv_read_header(), bmv_read_packet(), body(), bprocess(), bs_get_v(), bswap_16bpc(), bswap_32bpc(), build_chord_set(), build_filter(), build_huff(), build_map(), butterworth_init_coeffs(), bytestream2_set_buffer(), bytestream2_set_bufferu(), caca_deinit(), caca_write_header(), caca_write_packet(), cache_close(), cache_open(), cache_read(), cache_seek(), calc_codebook_idx(), calc_cur_seg_no(), calc_lfe_scales(), calc_lowcomp1(), calc_masking(), calc_max_seg_no(), calc_min_seg_no(), calc_one_scale(), calc_power(), calc_precision(), calc_sum(), calculate_cubic_bc_coeffs(), cas_slice16(), cas_slice8(), cavsdsp_init_mmx(), cbc1_scheme_decrypt(), cbcs_scheme_decrypt(), cclm_get_select_pos(), cdtoons_decode_end(), cdtoons_decode_frame(), cdtoons_decode_init(), cdtoons_flush(), cdtoons_render_sprite(), cdxl_decode_end(), cdxl_decode_frame(), cdxl_decode_ham6(), cdxl_decode_ham8(), cdxl_decode_init(), cdxl_decode_raw(), cdxl_decode_rgb(), celt_apply_preemph_filter(), celt_exp_rotation(), celt_exp_rotation_impl(), celt_search_for_tf(), cenc_decrypt(), cenc_scheme_decrypt(), cens_scheme_decrypt(), chctx_init(), chebyshev1_fo_section(), chebyshev2_fo_section(), check_ac3_exponent_min(), check_ac3_extract_exponents(), check_ac3_sum_square_butterfly_float(), check_ac3_sum_square_butterfly_int32(), check_add_bytes(), check_add_gradient_pred(), check_add_hfyu_left_pred_bgr32(), check_add_int16(), check_add_left_pred(), check_add_left_pred_16(), check_add_median_pred(), check_alf_classify(), check_alf_filter(), check_append_extra_bits(), check_avg(), check_bdof(), check_bidir_mv(), check_chrConvertRange(), check_deblock_chroma(), check_deblock_luma(), check_decorrelate_stereo(), check_diff_bytes(), check_dmvr(), check_draw_edges(), check_float_to_fixed24(), check_hscale(), check_input_planar_rgb_to_a(), check_input_planar_rgb_to_uv(), check_input_planar_rgb_to_y(), check_loop_filter(), check_lumConvertRange(), check_output_yuv2gbrp(), check_pix_norm1(), check_pix_sum(), check_pixfmt_descriptors(), check_put_vvc_chroma(), check_put_vvc_chroma_uni(), check_put_vvc_luma(), check_put_vvc_luma_uni(), check_scalarproduct_and_madd_int16(), check_scalarproduct_and_madd_int32(), check_semiplanar(), check_sobel(), check_sub_left_pred(), check_vvc_sad(), check_yuv2rgb(), check_yuv2yuv1(), check_yuv2yuvX(), checkasm_check_ac3dsp(), checkasm_check_fmtconvert(), checkasm_check_huffyuvdsp(), checkasm_check_llauddsp(), checkasm_check_llviddsp(), checkasm_check_llviddspenc(), checkasm_check_mpegvideoencdsp(), checkasm_check_sw_rgb(), child_class_iterate(), choose_decoder(), chr_convert(), chr_h_scale(), chr_planar_vscale(), chroma_mc(), chs_alloc_lsb_band_data(), chs_alloc_msb_band_data(), chs_assemble_freq_bands(), chs_assemble_msbs_lsbs(), chs_clear_band_data(), chs_filter_band_data(), chs_get_lsb_width(), chs_parse_band_data(), chs_parse_header(), chunky2chunky(), cipher_init56(), clamp_add_subtract_half(), cluster_mvs(), clut_pick_or_set(), clv_decode_end(), clv_decode_frame(), clv_decode_init(), cmdutils_isalnum(), cmp_direct_inline(), cmp_inline(), codeblock(), codec_child_class_iterate(), codec_config_obu(), codec_reinit(), color_cache_put(), color_frame(), colour_mapping_octants(), combine_residual_frame(), command_queue_pop(), compact_print_section_header(), compare(), compressor(), compute_acc_den(), compute_acc_num(), compute_coef(), compute_frame_rms(), compute_frame_std_dev(), compute_images_identity(), compute_images_msad(), compute_images_mse(), config_input(), config_output(), config_props(), config_video_output(), context_init_threaded(), context_state_cb(), convert_frame_partial(), convert_timestamp(), copy(), copy_backptr(), copy_rectangles(), copy_samples(), create(), create_audio_stream(), create_chrominance_lut(), create_stream(), create_vorbis_context(), crypto_close(), crypto_open2(), crypto_read(), crypto_seek(), crypto_write(), cubic_interpolate_func(), dash_check_bitstream(), dash_close(), dash_flush(), dash_free(), dash_init(), dash_parse_prft(), dash_read_header(), dash_read_packet(), dash_read_seek(), dash_write_header(), dash_write_packet(), dash_write_trailer(), dashenc_delete_file(), dashenc_delete_segment_file(), dashenc_io_close(), dashenc_io_open(), date_get_num(), dc1394_read_common(), dc1394_read_header(), dc1394_read_packet(), dcmul_add_c(), decfloat(), decklink_setup_audio(), decklink_setup_video(), decode(), decode_0(), decode_adaptive45(), decode_adaptive6(), decode_block(), decode_block_coeffs(), decode_block_coeffs_internal(), decode_block_type(), decode_blocks(), decode_blocks_ind(), decode_bool(), decode_bytes(), decode_cce(), decode_cdlms(), decode_ch_samples(), decode_close(), decode_coeff(), decode_coeffs(), decode_coeffs_b_generic(), decode_dct(), decode_dct_block(), decode_end(), decode_fill_block(), decode_film_grain_characteristics(), decode_flush(), decode_frame(), decode_frame_header(), decode_haar_block(), decode_hextile(), decode_hq_slice(), decode_hybrid(), decode_image_block(), decode_init(), decode_intra4x4_modes(), decode_line(), decode_mad1(), decode_mad1_24(), decode_mb(), decode_mb_coeffs(), decode_mb_mode(), decode_mclms(), decode_mode(), decode_plane(), decode_plane10(), decode_region_inter(), decode_region_intra(), decode_region_masked(), decode_residues(), decode_sb(), decode_scale_factors(), decode_significance_8x8_loongarch(), decode_significance_loongarch(), decode_slice(), decode_slice_header(), decode_spectrum_ac(), decode_spectrum_and_dequant(), decode_splitmvs(), decode_subband_internal(), decode_subframe(), decode_subframe_fixed(), decode_sym(), decode_sym_565(), decode_tilehdr(), decode_tonal_components(), decode_unit(), decode_value(), decode_value3(), decode_wmv9(), decoder_init(), decompose_transform(), decompress(), decompress_2(), decompress_p3(), deemphasis_c(), deInterlaceBlendLinear_TMPL(), deInterlaceMedian_TMPL(), dequantize(), dequantize_coefficients(), dering_altivec(), dering_TMPL(), destroy(), detect_clips(), detect_peak(), diamond_search(), diff_planes(), dirac_get_arith_bit(), dirac_get_arith_int(), dirac_get_arith_uint(), direct_search(), displace_packed(), do_a_deblock_C(), do_corr(), do_identity(), do_interpolation(), do_psnr(), do_ssim(), do_ssim360(), do_xpsnr(), doHorizDefFilter_C(), doHorizLowPass_C(), doVertDefFilter_altivec(), doVertDefFilter_TMPL(), doVertLowPass_altivec(), doVertLowPass_TMPL(), draw_axis_rgb(), draw_axis_yuv(), draw_bar_rgb(), draw_char(), draw_mandelbrot(), draw_rectangle(), draw_trace16(), draw_trace8(), dump_dovi_metadata(), dv_assemble_frame(), dv_deinit(), dv_format_frame(), dv_init_mux(), dv_init_weight_tables(), dv_inject_audio(), dv_inject_metadata(), dv_write_pack(), dvdvideo_audio_stream_add_all(), dvdvideo_chapters_setup_preindex(), dvdvideo_chapters_setup_simple(), dvdvideo_close(), dvdvideo_ifo_close(), dvdvideo_ifo_open(), dvdvideo_menu_open(), dvdvideo_play_next_ps_block(), dvdvideo_play_open(), dvdvideo_read_header(), dvdvideo_read_packet(), dvdvideo_read_seek(), dvdvideo_subdemux_close(), dvdvideo_subdemux_flush(), dvdvideo_subdemux_open(), dvdvideo_subdemux_read_data(), dvdvideo_subp_stream_add_all(), dvdvideo_subp_stream_analyze(), dvdvideo_video_stream_setup(), dvvideo_encode_frame(), dxa_read_header(), dxa_read_packet(), ebur128_calc_gating_block(), enc_stats_init(), enc_stats_write(), encode_close(), encode_end(), encode_frame(), encode_init(), encode_line(), encode_picture(), encode_plane(), encode_preinit_audio(), encode_preinit_video(), encode_q_branch(), encode_residual_fixed(), encode_slice(), encode_slice_header(), ensure_playlist(), epic_jb_decode_tile(), epzs_motion_search2(), epzs_motion_search_internal(), eq_interp(), estimate_best_b_count(), estimate_motion_b(), evc_read_close(), evc_read_header(), evc_read_packet(), execute_code(), expand_filename_template(), expect_byte(), export_frame_params(), fcmul_add_c(), ff_aac_ac_decode(), ff_aac_ac_get_context(), ff_aac_ac_get_pk(), ff_ac3dsp_downmix(), ff_ac3dsp_downmix_fixed(), ff_ac3dsp_init(), ff_ac3dsp_init_aarch64(), ff_ac3dsp_init_arm(), ff_ac3dsp_init_mips(), ff_ac3dsp_init_riscv(), ff_ac3dsp_init_x86(), ff_acelp_filter_init(), ff_acelp_filter_init_mips(), ff_acelp_vectors_init(), ff_acelp_vectors_init_mips(), ff_add_png_paeth_prediction(), ff_adx_calculate_coeffs(), ff_alacdsp_init(), ff_alacdsp_init_riscv(), ff_alacdsp_init_x86(), ff_ass_split_override_codes(), ff_audiodsp_init(), ff_audiodsp_init_arm(), ff_audiodsp_init_neon(), ff_audiodsp_init_ppc(), ff_audiodsp_init_riscv(), ff_audiodsp_init_x86(), ff_big_add(), ff_big_div(), ff_big_mul(), ff_binkdsp_init(), ff_blockdsp_init(), ff_blockdsp_init_arm(), ff_blockdsp_init_mips(), ff_blockdsp_init_neon(), ff_blockdsp_init_ppc(), ff_blockdsp_init_riscv(), ff_blockdsp_init_x86(), ff_bswapdsp_init(), ff_bswapdsp_init_riscv(), ff_bswapdsp_init_x86(), ff_build_rac_states(), ff_cavsdsp_init(), ff_cavsdsp_init_x86(), ff_celp_filter_init(), ff_celp_filter_init_mips(), ff_celp_lp_synthesis_filterf(), ff_celp_math_init(), ff_celp_math_init_mips(), ff_cfhddsp_init(), ff_cfhddsp_init_x86(), ff_cfhdencdsp_init(), ff_cfhdencdsp_init_x86(), ff_dca_xll_close(), ff_dca_xll_filter_frame(), ff_dcadct_init(), ff_decklink_write_header(), ff_dirac_init_arith_decoder(), ff_diracdsp_init(), ff_diracdsp_init_x86(), ff_dovi_rpu_generate(), ff_dovi_rpu_parse(), ff_draw_init2(), ff_dsputil_init_dwt(), ff_dv_init_dynamic_tables(), ff_dwt_init(), ff_dwt_init_x86(), ff_epzs_motion_search(), ff_estimate_b_frame_motion(), ff_estimate_p_frame_motion(), ff_exrdsp_init(), ff_exrdsp_init_riscv(), ff_fdctdsp_init(), ff_fdctdsp_init_aarch64(), ff_fdctdsp_init_ppc(), ff_fdctdsp_init_x86(), ff_fix_long_mvs(), ff_fix_long_p_mvs(), ff_flacdsp_init(), ff_flacdsp_init_arm(), ff_flacdsp_init_riscv(), ff_flacdsp_init_x86(), ff_flacencdsp_init(), ff_flacencdsp_init_x86(), ff_fmt_convert_init(), ff_fmt_convert_init_aarch64(), ff_fmt_convert_init_arm(), ff_fmt_convert_init_mips(), ff_fmt_convert_init_ppc(), ff_fmt_convert_init_riscv(), ff_fmt_convert_init_x86(), ff_frame_thread_encoder_free(), ff_frame_thread_encoder_init(), ff_framesync_child_class_iterate(), ff_free_filters(), ff_g722dsp_init(), ff_get_cpu_flags_x86(), ff_get_frame_filename(), ff_get_line(), ff_get_unscaled_swscale(), ff_get_unscaled_swscale_aarch64(), ff_get_unscaled_swscale_ppc(), ff_h263dsp_init_mips(), ff_h263dsp_init_riscv(), ff_h263dsp_init_x86(), ff_h264_chroma_dc_dequant_idct(), ff_h264_decode_mb_cabac(), ff_h264chroma_init(), ff_h264chroma_init_aarch64(), ff_h264chroma_init_arm(), ff_h264chroma_init_loongarch(), ff_h264chroma_init_mips(), ff_h264chroma_init_ppc(), ff_h264chroma_init_riscv(), ff_h264chroma_init_x86(), ff_h264dsp_init(), ff_h264dsp_init_aarch64(), ff_h264dsp_init_arm(), ff_h264dsp_init_loongarch(), ff_h264dsp_init_mips(), ff_h264dsp_init_ppc(), ff_h264dsp_init_x86(), ff_h264qpel_init(), ff_h264qpel_init_aarch64(), ff_h264qpel_init_arm(), ff_h264qpel_init_loongarch(), ff_h264qpel_init_mips(), ff_h264qpel_init_x86(), ff_h274_apply_film_grain(), ff_hevc_dsp_init_aarch64(), ff_hevc_dsp_init_arm(), ff_hevc_dsp_init_loongarch(), ff_hevc_dsp_init_mips(), ff_hevc_dsp_init_neon(), ff_hevc_dsp_init_ppc(), ff_hevc_dsp_init_x86(), ff_hevc_pred_init_mips(), ff_hex_to_data(), ff_hpeldsp_init(), ff_hpeldsp_init_aarch64(), ff_hpeldsp_init_arm(), ff_hpeldsp_init_armv6(), ff_hpeldsp_init_loongarch(), ff_hpeldsp_init_mips(), ff_hpeldsp_init_neon(), ff_hpeldsp_init_ppc(), ff_hpeldsp_init_x86(), ff_hqdsp_init(), ff_hqxdsp_init(), ff_hscale16to15_4_neon(), ff_hscale16to15_X4_neon(), ff_hscale16to15_X8_neon(), ff_hscale16to19_4_neon(), ff_hscale16to19_X4_neon(), ff_hscale16to19_X8_neon(), ff_hscale_16_to_15_lasx(), ff_hscale_16_to_15_lsx(), ff_hscale_16_to_19_lasx(), ff_hscale_16_to_19_lsx(), ff_huffyuvdsp_init(), ff_huffyuvdsp_init_riscv(), ff_huffyuvdsp_init_x86(), ff_huffyuvencdsp_init(), ff_huffyuvencdsp_init_x86(), ff_iamf_get_codec_config(), ff_iamf_read_deinit(), ff_iamf_read_packet(), ff_iamf_uninit_context(), ff_iamfdec_read_descriptors(), ff_idctdsp_init(), ff_idctdsp_init_aarch64(), ff_idctdsp_init_arm(), ff_idctdsp_init_armv5te(), ff_idctdsp_init_armv6(), ff_idctdsp_init_loongarch(), ff_idctdsp_init_mips(), ff_idctdsp_init_neon(), ff_idctdsp_init_ppc(), ff_idctdsp_init_riscv(), ff_idctdsp_init_x86(), ff_idet_filter_line_c(), ff_idet_filter_line_c_16bit(), ff_iir_filter_init_coeffs(), ff_init_cabac_decoder(), ff_init_filters(), ff_init_range_decoder(), ff_init_range_encoder(), ff_init_vscale(), ff_init_vscale_pfn(), ff_jpeg2000dsp_init(), ff_jpeg2000dsp_init_riscv(), ff_jpeg2000dsp_init_x86(), ff_llauddsp_init(), ff_llauddsp_init_arm(), ff_llauddsp_init_ppc(), ff_llauddsp_init_riscv(), ff_llauddsp_init_x86(), ff_llviddsp_init(), ff_llviddsp_init_ppc(), ff_llviddsp_init_riscv(), ff_llviddsp_init_x86(), ff_llvidencdsp_init(), ff_llvidencdsp_init_riscv(), ff_llvidencdsp_init_x86(), ff_lpc_init_riscv(), ff_lpc_init_x86(), ff_lzw_decode(), ff_lzw_encode(), ff_me_cmp_init(), ff_me_cmp_init_aarch64(), ff_me_cmp_init_arm(), ff_me_cmp_init_mips(), ff_me_cmp_init_ppc(), ff_me_cmp_init_riscv(), ff_me_init(), ff_me_init_pic(), ff_mjpeg_encode_code(), ff_mlpdsp_init(), ff_mlpdsp_init_arm(), ff_mlpdsp_init_x86(), ff_mov_iso639_to_lang(), ff_mov_read_stsd_entries(), ff_mp4_read_descr_len(), ff_mpc_dequantize_and_synth(), ff_mpeg12_find_best_frame_rate(), ff_mpeg4_pred_dc(), ff_mpeg4audio_get_config_gb(), ff_mpeg4videodsp_init(), ff_mpeg4videodsp_init_ppc(), ff_mpeg4videodsp_init_x86(), ff_mpegvideoencdsp_init(), ff_mpegvideoencdsp_init_aarch64(), ff_mpegvideoencdsp_init_arm(), ff_mpegvideoencdsp_init_mips(), ff_mpegvideoencdsp_init_ppc(), ff_mpegvideoencdsp_init_riscv(), ff_mpegvideoencdsp_init_x86(), ff_msmpeg4_coded_block_pred(), ff_msmpeg4_pred_dc(), ff_mss12_decode_end(), ff_mss12_decode_init(), ff_oklab_int_to_srgb_u8(), ff_pca(), ff_pixblockdsp_init(), ff_pixblockdsp_init_aarch64(), ff_pixblockdsp_init_arm(), ff_pixblockdsp_init_mips(), ff_pixblockdsp_init_ppc(), ff_pixblockdsp_init_riscv(), ff_pixblockdsp_init_x86(), ff_pre_estimate_p_frame_motion(), ff_printGUID(), ff_psdsp_init_riscv(), ff_put_vp8_bilinear16_hv_mmi(), ff_put_vp8_bilinear16_v_mmi(), ff_put_vp8_bilinear4_hv_mmi(), ff_put_vp8_bilinear4_v_mmi(), ff_put_vp8_bilinear8_hv_mmi(), ff_put_vp8_bilinear8_v_mmi(), ff_qpeldsp_init(), ff_qpeldsp_init_mips(), ff_rac_terminate(), ff_rgb48Toxyz12(), ff_rtjpeg_decode_frame_yuv420(), ff_rtjpeg_decode_init(), ff_rtjpeg_init(), ff_rv30dsp_init(), ff_rv34dsp_init(), ff_rv34dsp_init_arm(), ff_rv34dsp_init_riscv(), ff_rv34dsp_init_x86(), ff_rv40dsp_init(), ff_rv40dsp_init_aarch64(), ff_rv40dsp_init_arm(), ff_rv40dsp_init_riscv(), ff_rv40dsp_init_x86(), ff_sbrdsp_init_riscv(), ff_set_cmp(), ff_shuffle_filter_coefficients(), ff_slice_thread_execute_with_mainfunc(), ff_slice_thread_free(), ff_slice_thread_init(), ff_smil_extract_next_text_chunk(), ff_sqrt(), ff_subtitles_read_line(), ff_subtitles_read_text_chunk(), ff_svq1enc_init(), ff_svq1enc_init_ppc(), ff_svq1enc_init_riscv(), ff_svq1enc_init_x86(), ff_sws_alphablendaway(), ff_sws_init_input_lasx(), ff_sws_init_input_lsx(), ff_sws_init_output_funcs(), ff_sws_init_output_lasx(), ff_sws_init_output_lsx(), ff_sws_init_range_convert(), ff_sws_init_range_convert_aarch64(), ff_sws_init_range_convert_loongarch(), ff_sws_init_range_convert_riscv(), ff_sws_init_scale(), ff_sws_init_swscale_aarch64(), ff_sws_init_swscale_arm(), ff_sws_init_swscale_loongarch(), ff_sws_init_swscale_ppc(), ff_sws_init_swscale_riscv(), ff_sws_init_swscale_vsx(), ff_sws_init_swscale_x86(), ff_sws_slice_worker(), ff_swscale(), ff_synth_filter_init(), ff_takdsp_init(), ff_takdsp_init_x86(), ff_text_peek_r8(), ff_texturedsp_init(), ff_texturedspenc_init(), ff_thread_video_encode_frame(), ff_tls_open(), ff_tls_open_underlying(), ff_tpeldsp_init(), ff_tta_filter_init(), ff_tta_rice_init(), ff_ttadsp_init(), ff_ttadsp_init_x86(), ff_ttaencdsp_init(), ff_ttaencdsp_init_x86(), ff_update_palette(), ff_urldecode(), ff_utvideodsp_init(), ff_utvideodsp_init_riscv(), ff_utvideodsp_init_x86(), ff_vc1_h_overlap_mmi(), ff_vc1_h_s_overlap_mmi(), ff_vc1_pred_dc(), ff_vc1_v_overlap_mmi(), ff_vc1_v_s_overlap_mmi(), ff_vfscanf(), ff_vorbisdsp_init_aarch64(), ff_vorbisdsp_init_arm(), ff_vorbisdsp_init_ppc(), ff_vorbisdsp_init_riscv(), ff_vp3dsp_init(), ff_vp3dsp_init_arm(), ff_vp3dsp_init_mips(), ff_vp3dsp_init_ppc(), ff_vp3dsp_init_x86(), ff_vp6dsp_init_x86(), ff_vp78dsp_init_ppc(), ff_vp78dsp_init_riscv(), ff_vp78dsp_init_x86(), ff_vp7dsp_init_riscv(), ff_vp8dsp_init_riscv(), ff_vp8dsp_init_x86(), ff_vp9_adapt_probs(), ff_vpx_init_range_decoder(), ff_vvc_dsp_init_aarch64(), ff_vvc_dsp_init_riscv(), ff_vvc_inv_dct2_16(), ff_vvc_inv_dct2_32(), ff_vvc_inv_dct2_4(), ff_vvc_inv_dct2_8(), ff_wmv2dsp_init(), ff_wmv2dsp_init_mips(), ff_xvid_idct_init(), ff_xvid_idct_init_mips(), ff_xvid_idct_init_x86(), ff_xyz12Torgb48(), ff_yuv2rgb_init_loongarch(), ff_yuv2rgb_init_ppc(), ff_yuv2rgb_init_tables_ppc(), ff_yuv2rgb_init_x86(), fffloatscan(), ffintscan(), ffshgetc(), ffuflow(), ffurl_accept(), ffurl_handshake(), fget_next_word(), file_close(), file_get_handle(), file_read(), file_seek(), file_write(), fill24(), fill_in_adpcm_bufer(), fill_lut(), fill_picture_rgb(), fill_rgb2yuv_table(), fill_samples(), fill_with_noise(), fill_xyztables(), filter16_3x3(), filter16_5x5(), filter16_7x7(), filter16_column(), filter16_kirsch(), filter16_prewitt(), filter16_roberts(), filter16_row(), filter16_scharr(), filter16_sobel(), filter_3x3(), filter_5x5(), filter_7x7(), filter_channel(), filter_channels(), filter_column(), filter_dbl(), filter_dblp(), filter_flt(), filter_fltp(), filter_frame(), filter_horizontally(), filter_kirsch(), filter_prewitt(), filter_rgb(), filter_rgb_planar(), filter_roberts(), filter_row(), filter_samples(), filter_scharr(), filter_slice(), filter_slice_grey_edge(), filter_sobel(), find_min_max(), find_min_max_16(), find_next_hier_dmix_chset(), find_peak(), find_peak_magnitude(), find_peaks(), find_ref_mvs(), find_timestamp_in_playlist(), findCode(), findRgbConvFn(), fix_timescale(), flac_deinit(), flac_init(), flac_lpc_16_c(), flac_lpc_encode_c(), flac_parse_close(), flac_parse_init(), flac_queue_flush(), flac_write_audio_packet(), flac_write_header(), flac_write_packet(), flac_write_picture(), flac_write_trailer(), float_y_to_uint_y_wrapper(), floor_encode(), flush(), flush_buffer(), flush_dynbuf(), flush_frame(), flush_init_segment(), force_lossy_output(), frame_hash(), free_audio_list(), free_bundles(), free_playlist_list(), free_rendition_list(), free_section(), free_subtitle_list(), free_variant_list(), free_video_list(), freq_gain(), fsb_read_header(), full_search(), funny_diamond_search(), g2m_decode_end(), g2m_decode_frame(), g2m_decode_init(), g2m_init_buffers(), g2m_load_cursor(), g2m_paint_cursor(), g722_decode_frame(), g722_decode_init(), g722_encode_close(), g722_encode_init(), g722_encode_trellis(), g726_decode(), g726_read_header(), g726_reset(), gamma_correct(), gate(), gen_image(), generate(), generate_noise(), generate_window_func(), genh_read_header(), genh_read_packet(), get16(), get8(), get_audio_element(), get_badness(), get_band_noise(), get_benchmark_time_stamps(), get_byte(), get_cabac(), get_cabac_bypass(), get_cabac_bypass_loongarch(), get_cabac_bypass_mips(), get_cabac_bypass_sign(), get_cabac_bypass_sign_loongarch(), get_cabac_bypass_sign_mips(), get_cabac_inline(), get_cabac_inline_loongarch(), get_cabac_inline_mips(), get_cabac_noinline(), get_cabac_terminate(), get_cb(), get_clock(), get_coc(), get_cod(), get_code(), get_cox(), get_curr_st(), get_current_encryption_info(), get_current_fragment(), get_delay(), get_direction(), get_dst_color_err(), get_exponent_dynamic(), get_ffv1_unsigned_symbol(), get_final(), get_flags(), get_len(), get_limits(), get_line(), get_match_score(), get_matching_parameters(), get_mb_score(), get_min_buffer_size(), get_natural_factor(), get_next_color(), get_next_track_with_minimum_timestamp(), get_out_samples(), get_pts(), get_quant(), get_quant_quality(), get_rac(), get_rac_count(), get_rorder(), get_rotation(), get_start_index_number(), get_step_size(), get_string(), get_symbol(), get_symbol2(), get_symbol_inline(), get_token(), get_unscaled_swscale_neon(), get_utf8_length_at(), get_value(), get_video_frame(), get_wsse(), getfilter_float(), getopt(), getSplineCoeff(), global_mv(), gnutls_url_pull(), gnutls_url_push(), grab_read_close(), graticule16_column(), graticule16_row(), graticule_column(), graticule_row(), gsm_read_header(), gxf_init_timecode(), gxf_parse_mpeg_frame(), h263_get_modb(), h263_mv4_search(), h263_pred_acdc(), h263_pred_dc(), h264_field_start(), h264_metadata_init(), h264dsp_init_neon(), h_block_filter(), hable(), hadamard_func(), half3(), half_horz(), half_vert(), handle_formats(), handle_io_open_error(), hash_free(), hdr_get_line(), hds_flush(), hds_free(), hds_write_header(), hds_write_packet(), hds_write_trailer(), heif_add_stream(), heif_cur_item(), hex_dump_internal(), hex_search(), hex_to_data(), hexchar2int(), hexfloat(), hls_close(), hls_read_header(), hls_read_packet(), hls_read_seek(), hls_start(), horizClassify_C(), horizontal_fill(), horizX1Filter(), hpel_motion_search(), hpeldsp_init_mmx(), hpeldsp_init_mmxext(), hpeldsp_init_sse2_fast(), hpeldsp_init_ssse3(), hq_decode_mb(), hqa_decode_mb(), hScale16To15_c(), hScale16To19_c(), http_accept(), http_handshake(), huf_canonical_code_table(), iamf_deinit(), iamf_init(), iamf_read_close(), iamf_read_header(), iamf_read_packet(), iamf_write_header(), iamf_write_packet(), iamf_write_trailer(), idct_1d(), idx_to_quant(), if(), iir_filter_flt(), iir_filter_int16(), imf_close(), imf_read_header(), imf_seek(), import_format(), import_map(), import_palette(), indexof(), ini_escape_str(), init(), init_bundles(), init_cabac_encoder(), init_clock(), init_filter(), init_flush(), init_hca(), init_interlaced_ref(), init_lengths(), init_multbl2(), init_mv4_ref(), init_ptable(), init_quantization_noise(), init_ref(), init_segment_types(), init_video(), initFilter(), insert_chord_set(), int32_to_float_fmul_array8_c(), interlaced_search(), interp_prism(), interp_pyramid(), interp_tetrahedral(), interp_trilinear(), interpol(), interpolate(), interpolate_isp(), interpolation(), intlist_read(), intlist_write(), inv_cdf(), inverse4(), inverse_quant(), invert_initial_buffer(), invert_step(), io_read(), io_seek(), ipfs_close(), ipfs_read(), ipfs_seek(), ir2_decode_plane(), ir2_decode_plane_inter(), is_divisible(), is_eol(), is_fallback_mode(), is_hier_dmix_chset(), is_input_end(), is_key_char(), is_space(), is_zero(), isHorizDC_C(), ism_flush(), ism_free(), ism_write_header(), ism_write_packet(), ism_write_trailer(), isVertDC_C(), jacosub_to_ass(), jpeg2000_decode_ht_cleanup_segment(), jpeg_probe(), jpg_decode_block(), jpg_decode_data(), jpg_init(), jss_whitespace(), kempf_decode_tile(), l2s_dia_search(), lbr_bank_c(), lcg_seek(), lex_char(), lex_name(), lex_space(), lex_wsword(), lfe_downsample(), libcelt_dec_close(), libcelt_dec_decode(), libcelt_dec_init(), libdav1d_close(), libdav1d_flush(), libdav1d_init(), libdav1d_init_params(), libdav1d_log_callback(), libdav1d_parse_extradata(), libdav1d_receive_frame(), libdav1d_receive_frame_internal(), libvorbis_encode_frame(), limited_kth_order_egk_decode(), line_dilate(), line_erode(), list_drivers(), ljpeg_decode_rgb_scan(), ljpeg_decode_yuv_scan(), LLVMFuzzerTestOneInput(), lmcs_scale_chroma(), load_ca(), load_cert(), load_colormap(), load_cursor(), loco_predict(), log_add(), lpc_apply_welch_window_c(), lum_convert(), lum_h_scale(), lum_planar_vscale(), lz_copy(), lzw_get_code(), main(), main_function(), make_block_map(), make_filters_from_proto(), make_horizontal_map(), make_sin_table(), make_vertical_map(), match_pixfmt(), matrix_multiply(), max16_fun(), max_fun(), mcompand_channel(), md5_close(), md5_open(), md5_write(), median4(), median_predict(), mf_a_avframe_to_sample(), mf_avframe_to_sample(), mf_choose_input_type(), mf_choose_output_type(), mf_close(), mf_enca_output_score(), mf_enca_output_type_get(), mf_encv_output_adjust(), mf_encv_output_score(), mf_init_encoder(), mf_load_library(), mf_output_type_get(), mf_receive_packet(), mf_receive_sample(), mf_sample_to_avpacket(), mf_send_sample(), mf_setup_context(), mf_unlock_async(), mf_v_avframe_to_sample(), mf_wait_events(), microdvd_probe(), microdvd_read_header(), mid_pred(), min16_fun(), min_fun(), mix_core(), mix_presentation_obu(), mjpeg_decode_scan(), mjpeg_decode_scan_progressive_ac(), mjpeg_idct_scan_progressive_ac(), mkv_get_uid(), mkv_init(), mkv_write_chapters(), mode01(), mode02(), mode03(), mode04(), mode05(), mode06(), mode07(), mode08(), mode09(), mode10(), mode1112(), mode17(), mode18(), mode20(), mode21(), mode22(), mode23(), mode24(), motion_compensation(), mov_aaxc_crypto(), mov_create_chapter_track(), mov_estimate_video_delay(), mov_finalize_stsd_codec(), mov_metadata_creation_time(), mov_metadata_gnre(), mov_metadata_hmmt(), mov_metadata_int8_bypass_padding(), mov_metadata_int8_no_padding(), mov_metadata_loci(), mov_metadata_track_or_disc_number(), mov_open_dref(), mov_parse_auxiliary_info(), mov_parse_mpeg2_frame(), mov_parse_stsd_audio(), mov_parse_stsd_data(), mov_parse_stsd_subtitle(), mov_parse_stsd_video(), mov_read_aclr(), mov_read_adrm(), mov_read_alac(), mov_read_amve(), mov_read_ares(), mov_read_atom_into_extradata(), mov_read_avid(), mov_read_avss(), mov_read_chan(), mov_read_chap(), mov_read_chnl(), mov_read_chpl(), mov_read_clap(), mov_read_clli(), mov_read_cmov(), mov_read_coll(), mov_read_colr(), mov_read_covr(), mov_read_ctts(), mov_read_custom(), mov_read_dac3(), mov_read_ddts(), mov_read_dec3(), mov_read_default(), mov_read_dfla(), mov_read_dmlp(), mov_read_dops(), mov_read_dpxe(), mov_read_dref(), mov_read_dvc1(), mov_read_dvcc_dvvc(), mov_read_elst(), mov_read_enda(), mov_read_esds(), mov_read_extradata(), mov_read_eyes(), mov_read_fiel(), mov_read_free(), mov_read_frma(), mov_read_ftyp(), mov_read_glbl(), mov_read_hdlr(), mov_read_hfov(), mov_read_idat(), mov_read_iinf(), mov_read_iloc(), mov_read_ilst(), mov_read_imir(), mov_read_infe(), mov_read_iprp(), mov_read_iref(), mov_read_iref_dimg(), mov_read_iref_thmb(), mov_read_irot(), mov_read_ispe(), mov_read_jp2h(), mov_read_keys(), mov_read_kind(), mov_read_lhvc(), mov_read_mac_string(), mov_read_mdat(), mov_read_mdcv(), mov_read_mdhd(), mov_read_meta(), mov_read_mfra(), mov_read_moof(), mov_read_moov(), mov_read_mvhd(), mov_read_pasp(), mov_read_pcmc(), mov_read_pitm(), mov_read_pssh(), mov_read_SA3D(), mov_read_saio(), mov_read_saiz(), mov_read_sample_encryption_info(), mov_read_SAND(), mov_read_sbas(), mov_read_sbgp(), mov_read_schm(), mov_read_sdtp(), mov_read_senc(), mov_read_sgpd(), mov_read_sidx(), mov_read_smdm(), mov_read_st3d(), mov_read_stco(), mov_read_stps(), mov_read_strf(), mov_read_stsc(), mov_read_stsd(), mov_read_stss(), mov_read_stsz(), mov_read_stts(), mov_read_sv3d(), mov_read_svq3(), mov_read_targa_y216(), mov_read_tenc(), mov_read_tfdt(), mov_read_tfhd(), mov_read_tkhd(), mov_read_tmcd(), mov_read_trak(), mov_read_trex(), mov_read_trun(), mov_read_udta_string(), mov_read_uuid(), mov_read_vexu(), mov_read_vexu_proj(), mov_read_vpcc(), mov_read_wave(), mov_read_wfex(), mov_read_wide(), mov_skip_multiple_stsd(), mov_write_chpl_tag(), move_segments(), move_timelines(), movie_config_output_props(), movie_query_formats(), mp3_parse_info_tag(), mp3_parse_vbr_tags(), mpc7_decode_close(), mpc7_decode_flush(), mpc7_decode_frame(), mpc7_decode_init(), mpc8_decode_flush(), mpc8_decode_frame(), mpc8_decode_init(), mpc8_parse_seektable(), mpc8_read_header(), mpc8_read_packet(), mpc_read_header(), mpc_read_packet(), mpc_read_seek(), mpc_synth(), mpegps_read_pes_header(), mpegts_resync(), mpl2_probe(), mss1_decode_frame(), mss1_decode_init(), mss2_decode_frame(), mss2_decode_init(), mss3_decode_end(), mss3_decode_frame(), mss3_decode_init(), mss4_decode_dct_block(), mss4_decode_end(), mss4_decode_frame(), mss4_decode_init(), mss4_update_dc_cache(), mul_poly(), multiple_resample(), multiply_quaternion(), multiswap_dec(), multiswap_enc(), mux_frames(), mvp_from_nbs(), mxf_parse_ffv1_frame(), mxf_parse_mpeg2_frame(), mxf_read_strong_ref_array(), mxf_write_essence_container_refs(), new_playlist(), new_rendition(), new_variant(), next_codec_for_id(), noise_scale(), normalize(), nsse16_c(), nsse16_neon_wrapper(), nsse16_rvv_wrapper(), nsse8_c(), nsse8_neon_wrapper(), nsse8_rvv_wrapper(), nv12ToPlanarWrapper(), nv24_to_yuv420p_neon_wrapper(), nv24ToPlanarWrapper(), nv24ToYuv420Wrapper(), ogg_read_page(), on2avc_apply_ms(), on2avc_decode_band_scales(), on2avc_decode_band_types(), on2avc_decode_close(), on2avc_decode_frame(), on2avc_decode_init(), on2avc_decode_pairs(), on2avc_decode_quads(), on2avc_decode_subframe(), on2avc_free_vlcs(), on2avc_read_channel_data(), on2avc_read_ms_info(), on2avc_reconstruct_channel(), on2avc_reconstruct_channel_ext(), open_audio(), open_cpl_tracks(), open_input(), open_track_file_resource(), open_track_resource_context(), open_url(), open_video(), open_virtual_track(), opencl_get_plane_format(), opt_map(), opus_decode_close(), opus_decode_flush(), opus_decode_init(), opus_decode_packet(), oscilloscope_filter_frame(), output_segment_list(), pa_state_cb(), packed_vscale(), packedCopyWrapper(), paf_video_close(), paf_video_decode(), paf_video_init(), palToRgbWrapper(), param_parse(), parameter_block_obu(), parse_adaptation_sets(), parse_assetmap(), parse_band_data(), parse_band_ext(), parse_bit_alloc(), parse_channel(), parse_cinespace(), parse_config_ALS(), parse_dmix_coeffs(), parse_exponents(), parse_forced_key_frames(), parse_gains(), parse_indices(), parse_manifest(), parse_manifest_adaptationset(), parse_manifest_adaptationset_attr(), parse_manifest_representation(), parse_manifest_segmenturlnode(), parse_mantissas(), parse_navi_table(), parse_playlist(), parse_segment_info(), parse_sub_headers(), parse_term(), parse_timecode(), pcm_decode_frame(), pcm_encode_frame(), perform_compression(), perform_dc_correction(), pitch_search(), pixfmt_from_pixmap_format(), pixscope_filter_frame(), pjs_probe(), planar8ToP01xleWrapper(), planarCopyWrapper(), planarRgb16ToRgb16Wrapper(), planarRgbaToRgbWrapper(), planarRgbToplanarRgbWrapper(), planarRgbToRgbWrapper(), planarToNv12Wrapper(), planarToNv24Wrapper(), planarToP01xWrapper(), planarToUyvyWrapper(), planarToYuy2Wrapper(), png_filter_row(), png_write_iccp(), pnm_decode_frame(), pnm_encode_frame(), pnm_get(), pnm_parse(), pnm_space(), populate_ipfs_gateway(), postProcess(), postProcess_TMPL(), pp_free_context(), pp_get_context(), pp_postprocess(), pred16x16_vertical(), prediction(), prepare_cube_in(), prepare_cube_out(), prescale_down_mix(), print_codec(), print_dovi_metadata(), print_film_grain_params(), print_stats(), print_tls_error(), prob_dst_x_bit(), process(), process_16(), process_command(), process_subpacket_11(), ps_tableinit(), put_blocks(), put_cabac(), put_cabac_bit(), put_cabac_bypass(), put_cabac_terminate(), put_cursor(), put_frame_header(), put_primary_audio_header(), put_rac(), put_subframe(), put_subframe_samples(), put_swf_matrix(), put_symbol(), put_symbol2(), put_symbol_inline(), pxr24_uncompress(), qcp_read_header(), qcp_read_packet(), qdm2_fft_generate_tone(), qdm2_fft_tone_synthesizer(), qpel_motion_search(), quant(), quant_band_template(), quantize_adpcm(), quantize_adpcm_subband(), quantize_and_encode_band_cost_template(), quantize_mantissas_blk_ch(), quantize_pcm(), query_formats(), rac_check_termination(), rac_get_bit(), rac_get_bits(), rac_get_model256_sym(), rac_get_model2_sym(), rac_get_model_sym(), rac_init(), rac_normalise(), read12in32(), read4x4block(), read_block_types(), read_bundle(), read_channel_data(), read_coeffs_coarse(), read_coeffs_fine(), read_colors(), read_data(), read_dct_coeffs(), read_descr(), read_diff_float_data(), read_extra_header(), read_frame_data(), read_header(), read_high_coeffs(), read_highpass(), read_image_grid(), read_image_iovl(), read_line(), read_line_to_bprint_escaped(), read_mv_component(), read_quant_table(), read_quant_tables(), read_scalefactors(), read_string_to_bprint(), read_table(), read_ts(), read_var_block_data(), read_yesno(), reallocBuffers(), realtext_read_header(), rebuild_filter_bank_with_compensation(), recheck_discard_flags(), ref_to_update(), refill(), refill2(), refresh_manifest(), remap_layout(), render_charset(), renew_table3(), renorm(), renorm_cabac_decoder_once(), renorm_cabac_encoder(), renorm_encoder(), reopen_demux_for_component(), replace_int_data_in_filename(), replace_str_data_in_filename(), resample_child_class_iterate(), resample_common_TMPL(), resample_cubic(), resample_flush(), resample_free(), resample_init(), resample_linear_TMPL(), rescale_dec(), reset_buffers(), reset_stats(), restore_gradient_planar(), restore_gradient_planar_il(), restore_median_planar(), restore_median_planar_il(), revert_channel_correlation(), Rgb16ToPlanarRgb16Wrapper(), rgb2yuv(), rgb_from_cqt(), rgbaf16_funcs_endian(), rgbToPlanarRgbaWrapper(), rgbToPlanarRgbWrapper(), rgbToRgbWrapper(), rgtc_block_internal(), ripemd128_transform(), ripemd160_transform(), ripemd256_transform(), ripemd320_transform(), rka_decode_close(), rka_read_header(), rka_read_packet(), rka_read_seek(), rtmp_http_send_cmd(), rtmp_open(), rtmp_write(), run_channel_fft(), run_imdct(), rv40dsp_init_neon(), s302m_encode2_frame(), sab_diamond_search(), sad_hpel_motion_search(), sami_read_header(), saturation_matrix(), sbc_enc_process_input_4s(), sbc_enc_process_input_8s(), scale2ref_child_class_iterate(), scale_band_ext_coeffs(), scale_cascaded(), scale_down_mix(), scale_gamma(), scale_internal(), scanexp(), scantag(), SEI_FUNC(), select_cur_seq_no(), select_region(), seqvideo_decode(), set_clock(), set_clock_at(), set_clock_speed(), set_compensation(), set_context_streams_from_tracks(), set_http_options(), set_identity_matrix(), set_metadata(), set_options(), set_output_format(), set_silence(), set_src_position(), set_string_number(), set_tf1s(), setup_3x3(), setup_5x5(), setup_7x7(), setup_column(), setup_row(), setup_window(), sha1_transform(), sha256_transform(), sha512_transform(), shift_history(), show_codec_opts(), shrink_palette(), siff_parse_soun(), siff_parse_vbv1(), siff_read_header(), siff_read_packet(), silk_decode_excitation(), sin32(), skip_bytes(), slave_seek(), slice_decode_thread(), slice_get_derivative(), slice_thread_uninit(), sls_flag_use_localtime_filename(), small_diamond_search(), srt_stack_find(), srt_stack_push(), srt_stack_push_pop(), srt_style_apply(), ssim_plane(), ssim_plane_16bit(), stl_probe(), sub_left_prediction(), sub_png_paeth_prediction(), subband_bufer_alloc(), subband_bufer_free(), subband_coeffs(), subband_scale(), subband_transform(), subfile_close(), subfile_open(), subfile_read(), subfile_seek(), subviewer_probe(), swri_resample_dsp_aarch64_init(), swri_resample_dsp_arm_init(), swri_resample_dsp_init(), swri_resample_dsp_x86_init(), sws_alloc_context(), sws_frame_end(), sws_frame_start(), sws_freeContext(), sws_getColorspaceDetails(), sws_getConstVec(), sws_init_context(), sws_init_single_context(), sws_init_swscale(), sws_init_swscale_TMPL(), sws_receive_slice(), sws_receive_slice_alignment(), sws_scale(), sws_send_slice(), sws_setColorspaceDetails(), sym_quant(), sync_clock_to_slave(), synth_filter_fixed(), synth_filter_fixed_64(), synth_filter_float(), synth_filter_float_64(), synth_tones(), tb_unreliable(), tcp_accept(), tee_close(), tee_open(), tee_write(), test_dcmul_add(), test_fcmul_add(), test_motion(), thread_execute(), thread_execute2(), thread_init_internal(), tiff_unpack_strip(), timed_line(), tls_client_handshake(), tls_client_handshake_loop(), tls_close(), tls_get_file_handle(), tls_open(), tls_read(), tls_read_cb(), tls_shutdown_client(), tls_write(), tls_write_cb(), tmv_decode_frame(), track_header(), transform(), transform_step(), translate_ipfs_to_http(), trc_arib_std_b67(), true_peak_limiter(), truespeech_decode_frame(), truespeech_decode_init(), truespeech_save_prevvec(), try_push_frame(), tscc2_decode_end(), tscc2_decode_frame(), tscc2_decode_init(), tscc2_decode_mb(), tscc2_decode_slice(), tta_encode_frame(), tta_read_header(), tta_read_packet(), tta_read_seek(), uint_y_to_float_y_wrapper(), umh_search(), unbias_exponents(), undo_down_mix(), uninit(), unpack(), update_band_masking(), update_frag_index(), update_gain_histories(), update_init_section(), update_lf_deltas(), update_map_generation(), update_model2_to_6(), update_model3_to_7(), update_model4_to_5(), update_model5_to_6(), update_model6_to_7(), update_noheader_flag(), update_prob(), update_refs(), update_sono_rgb(), update_sono_yuv(), url_bio_bread(), url_bio_bwrite(), utf8_strlen(), utvideo_encode_close(), utvideo_encode_frame(), utvideo_encode_init(), uyvyToYuv420Wrapper(), uyvyToYuv422Wrapper(), v_block_filter(), var_diamond_search(), vb_decode_framedata(), vb_decode_palette(), vc1_coded_block_pred(), vc1_h_overlap_c(), vc1_h_s_overlap_c(), vc1_i_pred_dc(), vc1_v_overlap_c(), vc1_v_s_overlap_c(), vertClassify_altivec(), vertClassify_C(), vertX1Filter_TMPL(), video_audio_display(), vivo_get_packet_header(), vivo_probe(), vp56_parse_mb_type(), vp56_parse_mb_type_models(), vp56_rac_get_tree(), vp56_rac_gets(), vp56_rac_gets_nn(), vp5_parse_coeff(), vp5_parse_coeff_models(), vp5_parse_header(), vp5_parse_vector_adjustment(), vp5_parse_vector_models(), vp6_parse_coeff(), vp6_parse_coeff_models(), vp6_parse_header(), vp6_parse_vector_adjustment(), vp6_parse_vector_models(), vp78_update_pred16x16_pred8x8_mvc_probabilities(), vp78_update_probability_tables(), vp7_decode_frame_header(), vp7_decode_mvs(), vp7_get_quants(), vp7_read_mv_component(), vp89_rac_get(), vp89_rac_get_tree(), vp89_rac_get_uint(), vp8_decode_frame_header(), vp8_decode_mvs(), vp8_get_quants(), vp8_rac_get_coeff(), vp8_rac_get_nn(), vp8_rac_get_sint(), vp8_read_mv_component(), vplayer_probe(), vpx_rac_get(), vpx_rac_get_prob(), vpx_rac_get_prob_branchy(), vpx_rac_is_end(), vpx_rac_renorm(), vqf_read_header(), vqf_read_packet(), vqf_read_seek(), vvc_get_cabac(), vvc_refill2(), wait_frame(), walk_band_high(), walk_band_low(), wavesynth_decode(), wavesynth_synth_sample(), webvtt_stack_find(), webvtt_stack_push(), webvtt_stack_push_pop(), wmapro_window(), worker(), worker_func(), wrap(), wrapped_url_read(), write_abst(), write_adaptation_set(), write_audio_frame(), write_extradata(), write_frame(), write_header(), write_hls_media_playlist(), write_manifest(), write_matrix(), write_quant_table(), write_quant_tables(), writeCode(), wtf_40(), wtf_44(), wtf_end_1024(), wtf_end_512(), wv_alloc_frame_context(), wv_get_value(), wv_mono(), wv_stereo(), wv_unpack_dsd_fast(), x8_get_dc_rlf(), x8_get_prediction(), x8_setup_spatial_compensation(), xcbgrab_frame(), xcbgrab_read_header(), xcbgrab_read_packet(), xcbgrab_reposition(), xcbgrab_update_region(), xdigit_to_int(), xface_decode_frame(), xyz_to_equisolid(), xyz_to_flat(), xyz_to_orthographic(), xyz_to_stereographic(), yuv2bgr24_1_TMPL(), yuv2bgr24_2_TMPL(), yuv2bgr32_X_TMPL(), yuv2gbrp16_full_X_c(), yuv2gbrp_full_X_c(), yuv2gbrpf32_full_X_c(), yuv2mono_1_c_template(), yuv2mono_2_c_template(), yuv2p01x_wrapper(), yuv2rgb32_1_TMPL(), yuv2rgb32_2_TMPL(), yuv2rgb32_X_ar_TMPL(), yuv2rgb32_X_TMPL(), yuv2rgb555_1_TMPL(), yuv2rgb555_2_TMPL(), yuv2rgb555_X_ar_TMPL(), yuv2rgb555_X_TMPL(), yuv2rgb565_1_TMPL(), yuv2rgb565_2_TMPL(), yuv2rgb565_X_ar_TMPL(), yuv2rgb565_X_TMPL(), yuv2rgb_1_c_template(), yuv2rgb_1_template_lasx(), yuv2rgb_1_template_lsx(), yuv2rgb_2_c_template(), yuv2rgb_2_template_lasx(), yuv2rgb_2_template_lsx(), 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(), yuv2rgb_X_c_template(), yuv2rgb_X_template_lasx(), yuv2rgb_X_template_lsx(), yuv2rgba64_1_c_template(), yuv2rgba64_2_c_template(), yuv2rgba64_full_1_c_template(), yuv2rgba64_full_2_c_template(), yuv2rgba64_full_X_c_template(), yuv2rgba64_X_c_template(), yuv2yuv(), yuv2yuyv422_1_TMPL(), yuv2yuyv422_2_TMPL(), yuv2yuyv422_X_ar_TMPL(), yuv2yuyv422_X_TMPL(), yuv422pToUyvyWrapper(), yuv422pToYuy2Wrapper(), yuv_from_cqt(), yuyvToYuv420Wrapper(), yuyvToYuv422Wrapper(), yvu9ToYv12Wrapper(), zmbv_decode_intra(), zmbv_decode_xor_16(), zmbv_decode_xor_32(), zmbv_decode_xor_8(), and zmbv_me().
The reader does not expect b to be semantically here and if the code is changed by maybe adding a cast |
Definition at line 36 of file undefined.txt.
Referenced by run_lavu_cast128().
The reader does not expect b to be semantically here and if the code is changed by maybe adding a a division or other the signedness will almost certainly be mistaken To avoid this confusion a new type was introduced |
Definition at line 38 of file undefined.txt.
here the reader knows that a |
Definition at line 41 of file undefined.txt.
Referenced by __cosf(), __expf(), __powf(), __saturatef(), __sinf(), a64_compress_colram(), a64multi_encode_init(), aax_read_close(), aax_read_header(), aax_read_packet(), abs_level_gt1_flag_ts_decode(), abs_pow34_v(), add_8x8_clip_c(), add_bell(), add_bytes_c(), add_bytes_l2_c(), add_cb(), add_coefficients(), add_hfyu_left_pred_bgr32_c(), add_int16_c(), add_reconstructed_area(), aes_crypt(), aes_decrypt(), aes_encrypt(), alpha(), angle_transform(), apply_filter(), apply_gain(), aps_decode_alf(), aribcaption_trans_bitmap_subtitle(), ARRAY_RENAME(), asv1_decode_block(), asv1_encode_block(), asv2_decode_block(), asv2_encode_block(), asv2_put_level(), audio_frame(), audiogen(), autoregression(), av_add_i(), av_add_sf(), av_aes_crypt(), av_aes_ctr_crypt(), av_aes_ctr_free(), av_aes_ctr_get_iv(), av_aes_ctr_increment_iv(), av_aes_ctr_init(), av_aes_ctr_set_full_iv(), av_aes_ctr_set_iv(), av_aes_ctr_set_random_iv(), av_aes_init(), av_clip64_c(), av_clip_c(), av_clip_int16_c(), av_clip_int16_rvi(), av_clip_int8_c(), av_clip_int8_rvi(), av_clip_intp2_c(), av_clip_intp2_rvi(), av_clip_uint16_c(), av_clip_uint8_c(), av_clip_uintp2_c(), av_clipd_c(), av_clipf_c(), av_clipl_int32_c(), av_clipl_int32_rvi(), av_cmp_i(), av_cmp_q(), av_cmp_sf(), av_cmp_sf_ieee754(), av_compare_mod(), av_compare_ts(), av_d2q(), av_div_i(), av_div_sf(), av_div_sf_ieee754(), av_gcd(), av_gcd_q(), av_gt_sf(), av_i2int(), av_int2i(), av_lfg_get(), av_log2_i(), av_mlfg_get(), av_mod_i(), av_mod_uintp2_c(), av_mul_i(), av_mul_sf(), av_mul_sf_ieee754(), av_nearer_q(), av_normalize1_sf(), av_normalize_sf(), av_q2d(), av_rescale(), av_rescale_delta(), av_rescale_q(), av_rescale_q_rnd(), av_rescale_rnd(), av_sat_add32_c(), av_sat_add64_c(), av_sat_dadd32_c(), av_sat_dsub32_c(), av_sat_sub32_c(), av_sat_sub64_c(), av_sf2int_ieee754(), av_shr_i(), av_sincos_sf(), av_size_mult(), av_strcasecmp(), av_strncasecmp(), av_sub_i(), av_sub_sf(), av_zero_extend_c(), avui_decode_frame(), bidir_refine(), bidirectional_obmc(), biquad(), blur_power(), body(), calc_lowcomp(), calc_lowcomp1(), calc_pe_3gpp(), calc_reduction_3gpp(), calc_sum(), calc_sum5(), calc_vad(), can_merge_channel_layouts(), can_merge_generic(), can_merge_pix_fmts(), can_merge_sample_fmts(), can_merge_samplerates(), cas_slice16(), cas_slice8(), cbrf(), cbs_av1_get_relative_dist(), cclm_get_params(), cclm_get_params_default(), cclm_linear_pred(), ceil(), ceil2(), ceilf(), chebyshev1_bp_filter(), chebyshev1_fo_section(), chebyshev2_bp_filter(), chebyshev2_fo_section(), check_intra_mode(), check_ipred(), check_loop_filter(), check_loop_filter_intra(), checkstride(), chroma_mc(), clamp_add_subtract_half(), clip23(), clut_find_nearlest_alpha(), clut_pick_or_set(), clut_set_alpha(), cmp(), cmp_color(), cmp_decomp(), cmp_func_names(), cmp_intervals(), cmp_matches(), cmp_nop(), cmp_pal_entry(), cmp_pkt_sub_pos_ts(), cmp_pkt_sub_ts_pos(), cmp_scores(), cmp_str(), coef_sf2zf(), color_distance(), comb_c(), comp(), comp_chord(), comp_chord_length(), compare_addr(), compare_by_length(), compare_by_prob(), compare_codec_desc(), compare_encryption_info(), compare_encryption_init_info(), compare_int64(), compare_vlcspec(), comparef(), compute_error(), compute_kernel(), compute_metric(), compute_mod(), compute_weights_line_c(), config_input(), config_props(), convert_alignment(), convert_dir2svf(), convert_dir2zdf(), cqt_calc(), create_vorbis_context(), cubic_interpolate_func(), dct_get(), decfloat(), decode3(), decode_adaptive45(), decode_adaptive6(), decode_argb(), decode_argbi(), decode_argx(), decode_argxi(), decode_aybr(), decode_aybri(), decode_block(), decode_block_coeffs_internal(), decode_ca4i(), decode_ca4p(), decode_coeffs(), decode_end(), decode_flush(), decode_frame(), decode_init(), decode_mad1(), decode_mad1_24(), decode_mb(), decode_mode(), decode_predictor_coeffs(), decode_rgb_frame(), decode_rtv1(), decode_spectrum_ac(), decode_static2(), decode_subframe_fixed(), decode_unit3(), decode_value3(), decompose_transform(), decompose_zp2biquads(), decompress(), decompress_p3(), decorrelate(), decorrelate_33bps(), decorrelate_ls(), decorrelate_sf(), decorrelate_sm(), decorrelate_sr(), decorrelate_stereo(), deInterlaceBlendLinear_TMPL(), deInterlaceInterpolateLinear_TMPL(), deInterlaceMedian_TMPL(), diff(), diff16_fun(), diff_bytes_c(), diff_c(), diff_fun(), diff_int16_c(), diffinplace16_fun(), diffinplace_fun(), distance_limited(), div_round64(), divide_and_round_nearest(), double_near_abs_eps(), double_near_abs_eps_array(), draw_axis_rgb(), draw_char(), draw_legend(), draw_response(), dss_sp_convert_coeffs(), dss_sp_shift_sq_add(), dss_sp_shift_sq_sub(), dss_sp_unpack_coeffs(), dss_sp_update_state(), dump_argument(), dv_guess_qnos(), dvbsub_encode(), encode_block(), encode_frame(), encode_init(), encode_mb(), encode_picture(), encode_residual_fixed(), encode_rgb_frame(), encode_superframe(), eq_interp(), eval_sse(), evaluate_parameters(), extract_color(), fabs(), fabsf(), fade_gain(), ff_aac_ac_update_context(), ff_add_png_paeth_prediction(), ff_adx_calculate_coeffs(), ff_asv_common_init(), ff_avg_pixels4_xy2_8_mmi(), ff_avg_pixels8_xy2_8_mmi(), ff_big_add(), ff_big_div(), ff_big_mul(), ff_celp_lp_synthesis_filterf(), ff_dot_product(), ff_dot_productf(), ff_dsd2pcm_translate(), ff_eval_refl(), ff_g723_1_dot_product(), ff_h264_chroma_dc_dequant_idct(), ff_h264_filter_mb(), ff_idet_filter_line_c(), ff_idet_filter_line_c_16bit(), ff_index_search_timestamp(), ff_interp(), ff_intra_pred_8_16x16_msa(), ff_intra_pred_8_32x32_msa(), ff_jpeg2000_ceildiv(), ff_jpeg2000_ceildivpow2(), ff_lpc_calc_ref_coefs_f(), ff_match_2uint16(), ff_mov_read_stsd_entries(), ff_mpeg4_pred_dc(), ff_msmpeg4_coded_block_pred(), ff_msmpeg4_pred_dc(), ff_nut_sp_pos_cmp(), ff_nut_sp_pts_cmp(), ff_opus_rc_enc_uint_step(), ff_png_filter_row(), ff_put_no_rnd_pixels8_xy2_8_mmi(), ff_put_no_rnd_pixels_l2_mmi(), ff_put_no_rnd_pixels_l2_msa(), ff_put_pixels4_xy2_8_mmi(), ff_put_pixels8_xy2_8_mmi(), ff_put_vp8_bilinear16_h_mmi(), ff_put_vp8_bilinear16_hv_mmi(), ff_put_vp8_bilinear4_h_mmi(), ff_put_vp8_bilinear4_hv_mmi(), ff_put_vp8_bilinear8_h_mmi(), ff_put_vp8_bilinear8_hv_mmi(), ff_rate_estimate_qscale(), ff_rfps_calculate(), ff_sqrf(), ff_sqrt(), ff_sws_alphablendaway(), ff_tx_mdct_naive_fwd(), ff_tx_mdct_naive_inv(), ff_u8_to_s8(), ff_update_palette(), ff_vc1_h_overlap_mmi(), ff_vc1_h_s_overlap_mmi(), ff_vc1_pred_dc(), ff_vc1_v_overlap_mmi(), ff_vc1_v_s_overlap_mmi(), ff_vvc_get_left_available(), ff_vvc_get_top_available(), ff_vvc_inv_dct2_16(), ff_vvc_inv_dct2_2(), ff_vvc_inv_dct2_32(), ff_vvc_inv_dct2_4(), ff_vvc_inv_dct2_8(), ff_vvc_split_cu_flag(), ff_vvc_split_mode(), ff_wma_init(), ffat_compare_channel_descriptions(), fill24(), fill_lut(), filter_channels(), filter_common(), filter_frame(), filter_mb_dir(), filter_mb_edgech(), filter_mb_edgecv(), filter_mb_edgeh(), filter_mb_edgev(), filter_mb_mbaff_edgecv(), filter_mb_mbaff_edgev(), filter_slice_packed(), filter_slice_planar(), find_body_sid_by_absolute_offset(), flac_decorrelate_ls_c(), flac_decorrelate_ms_c(), flac_decorrelate_rs_c(), float_near_abs_eps(), float_near_abs_eps_array(), float_near_abs_eps_array_ulp(), float_near_abs_eps_ulp(), float_near_ulp(), float_near_ulp_array(), floor(), floorf(), focus_transform(), frac64(), fract(), frame_checksum_compare(), free_temp(), gaussian_simpson_integration(), gen_sub_bitmap(), get(), get_amv(), get_badness(), get_band_noise(), get_centere(), get_component(), get_diff_limited_q(), get_ffv1_unsigned_symbol(), get_iscale(), get_matching_parameters(), get_next_color(), get_pts(), get_qscale(), get_reconstructed_area(), get_relative_dist(), get_response(), get_scale(), get_svf(), get_symbol(), get_symbol_inline(), get_value(), getSplineCoeff(), gfmul(), gmc_motion(), grow_dec(), gsm_mult(), h263_pred_acdc(), h263_pred_dc(), h264_filter_mb_fast_internal(), h_block_filter(), hable(), half(), half3(), half_horz(), half_vert(), hammer_to_xyz(), hardthresh_c(), hfun(), horizX1Filter(), huff_cmp(), huff_cmp_sym(), idct_1d(), idct_put(), incr_cntdec(), init(), init_default_clut(), init_luts(), init_pass2(), int_cos(), int_pow(), int_sin(), int_sqrt(), interleave(), interpol(), interpolate(), intra_cclm_pred(), intra_pred(), intra_pred_dc_128(), intra_pred_horiz(), intra_pred_vert(), intra_recon(), inv_cdf(), inverse4(), invert_step(), ipm_compar(), is_fallback_mode(), isnan_vec(), iterate_frame(), layouts_compatible(), lbr_bank_c(), lcg_seek(), lerp(), lerp_colors32(), lerpf(), less(), lfe_fir_fixed_c(), lfe_fir_float_c(), lfe_x96_fixed_c(), lfe_x96_float_c(), limit_gain(), loco_predict(), log16(), log_add(), LOOP_FILTER(), lsf2poly(), lsp_interpolate2polydec(), luma_intra_pred_mode(), MAC64(), main(), makenan_vec(), mapres(), matrix_multiply(), max16_fun(), max_fun(), max_q(), maxinplace16_fun(), maxinplace_fun(), mc_block(), mdec_decode_block_intra(), median4(), mediumthresh_c(), merge_channel_layouts(), merge_channel_layouts_internal(), merge_formats_internal(), merge_generic(), merge_generic_internal(), merge_pix_fmts(), merge_sample_fmts(), merge_samplerates(), merge_samplerates_internal(), mid_pred(), min16_fun(), min_fun(), minima_cmp(), mininplace16_fun(), mininplace_fun(), mix(), mix_core(), MLS64(), mobius(), mod(), mode02(), mode03(), mode04(), mov_read_default(), mov_read_iprp(), MPA_encode_init(), mpeg4_decode_sprite_trajectory(), mtt_split_cu_vertical_flag_decode(), mul15(), mul16(), mul17(), mul22(), mul23(), mul31(), mul32(), mul__(), mul_poly(), mul_thrmat_c(), MULH(), multiply(), multiply_quaternion(), multiswap_dec(), multiswap_enc(), mvinfo_is_deblock_cand(), mvinfo_matches_backward(), mvinfo_matches_forward(), mxf_absolute_bodysid_offset(), mxf_get_next_track_edit_unit(), nal_find_startcode_internal(), no_rnd_avg32(), no_rnd_avg64(), non_j_pixfmt(), norm13(), norm16(), norm20(), norm21(), norm23(), norm__(), norm_w32(), normalise(), pack16to32(), pack8to16(), parse_cinespace(), parse_high_res_grid(), parse_mantissas(), parse_pixel_format(), pick_4(), pick_5(), pick_6(), pick_7(), pick_8(), pick_color(), pitch_search(), plot_channel_lin(), plot_freq(), plot_freqs(), pos_pow34(), pow_m1_4(), pow_poly(), pred4x4_127_dc_c(), pred4x4_129_dc_c(), pred_dc(), pred_h(), pred_hor_angle(), pred_spatial_direct_motion(), pred_ver_angle(), predict(), predictor_scalar(), premult2straight(), process_sample(), projection_matrix(), ps_decorrelate_c(), put_swf_matrix(), put_symbol(), put_symbol_inline(), qmf_synth(), qsort_comparison_function_int16(), quant(), query_formats(), r_distance(), read_high_coeffs(), read_highpass(), ready_residue(), remove_avoptions(), render_charset(), renew_table3(), replicate32(), replicate64(), resample_cubic(), resample_flush(), rescale(), rescale_dec(), residue_encode(), ripemd128_transform(), ripemd160_transform(), ripemd256_transform(), ripemd320_transform(), rnd_avg32(), rnd_avg64(), run_channel_fft(), run_postproc(), run_psnr(), run_test(), same_block(), saturation_matrix(), search_frag_moof_offset(), search_frag_timestamp(), set(), set_audiodata_fmt(), set_palette(), set_string_binary(), sha1_transform(), sha256_transform(), sha512_transform(), shift(), shift_down(), show_differences(), silk_decode_excitation(), sin32(), size_mult(), smc_cmp_values(), softthresh_c(), sort_offsets(), spatial_compensation_0(), sqrf(), sqrtf(), squared_diff_macroblock(), ssim360_4x4x2_tape(), ssim360_4x4xn_16bit(), ssim360_4x4xn_8bit(), ssim_4x4x2_core(), ssim_4x4xn_16bit(), ssim_4x4xn_8bit(), stereo_position(), sub_left_prediction_bgr32(), sub_png_paeth_prediction(), swri_realloc_audio(), sws_addVec(), sws_dcVec(), sws_freeVec(), sws_getShiftedVec(), sws_normalizeVec(), sws_printVec2(), sws_scaleVec(), sws_shiftVec(), sws_sumVec(), synth_filter_fixed(), synth_filter_fixed_64(), synth_filter_float(), synth_filter_float_64(), tgq_calculate_qtable(), transform1(), transform2(), transform_step(), trc_arib_std_b67(), trc_bt1361(), trc_bt709(), trc_iec61966_2_1(), trc_iec61966_2_4(), trc_smpte240M(), trunc(), truncf(), tweak(), UMULH(), uninit(), update_model1_to_5(), upsample_plane_c(), ut_huff_cmp_len(), v408_decode_frame(), v408_encode_frame(), v_block_filter(), var_c(), vb_decode_framedata(), vc1_coded_block_pred(), vc1_h_overlap_c(), vc1_h_s_overlap_c(), vc1_i_pred_dc(), vc1_v_overlap_c(), vc1_v_s_overlap_c(), vcr1_decode_frame(), vertX1Filter_TMPL(), very_broken_op(), video_audio_display(), vorbis_encode_frame(), vp6_build_huff_tree(), vp6_huff_cmp(), vp8_filter_common_is4tap(), vp8_filter_common_isnot4tap(), wdec14(), wdec16(), wma_decode_block(), wma_lsp_to_curve_init(), write_matrix(), wsaud_write_header(), wsaud_write_packet(), wsaud_write_trailer(), x8_get_prediction(), xfade_frame(), yae_load_data(), yae_load_frag(), yae_overlap_add(), and ycocg2rgba().