FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
sinewin_tablegen.c File Reference
#include <stdlib.h>
#include "sinewin_tablegen.h"
#include "tableprint.h"

Go to the source code of this file.

Macros

#define CONFIG_HARDCODED_TABLES   0
 
#define SINETABLE_CONST
 
#define SINETABLE(size)   float ff_sine_##size[size]
 
#define FF_ARRAY_ELEMS(a)   (sizeof(a) / sizeof((a)[0]))
 

Functions

int main (void)
 

Macro Definition Documentation

#define CONFIG_HARDCODED_TABLES   0

Definition at line 24 of file sinewin_tablegen.c.

#define SINETABLE_CONST

Definition at line 25 of file sinewin_tablegen.c.

#define SINETABLE (   size)    float ff_sine_##size[size]

Definition at line 26 of file sinewin_tablegen.c.

#define FF_ARRAY_ELEMS (   a)    (sizeof(a) / sizeof((a)[0]))
Examples:
demuxing_decoding.c, and resampling_audio.c.

Definition at line 28 of file sinewin_tablegen.c.

Referenced by aac_decode_init(), add_av_stream1(), add_bell(), add_codec(), alloc_frame(), als_weighting(), asf_read_ext_stream_properties(), asf_read_picture(), asf_write_header1(), ass_split(), audio_open(), av_aes_init(), av_bprint_channel_layout(), av_convert_lang_to(), av_crc_get_table(), av_dv_codec_profile(), av_frame_get_plane_buffer(), av_frame_is_writable(), av_frame_ref(), av_frame_unref(), av_get_channel_description(), av_get_colorspace_name(), av_get_default_channel_layout(), av_get_known_color_name(), av_get_standard_channel_layout(), av_opencl_errstr(), av_parse_color(), av_parse_time(), av_parse_video_rate(), av_parse_video_size(), av_pix_fmt_count_planes(), av_pix_fmt_desc_get_id(), av_pix_fmt_desc_next(), av_strerror(), avcodec_close(), avcodec_descriptor_get(), avcodec_descriptor_next(), avpriv_dv_frame_profile2(), avpriv_mpeg4audio_get_config(), avpriv_mpegaudio_decode_header(), avpriv_tak_parse_streaminfo(), buffer_needs_copy(), buffer_offset(), channelmap_filter_frame(), check_fps(), config_input(), create_vorbis_context(), dca_decode_frame(), decode_band_hdr(), decode_exp_vlc(), decode_frame(), decode_init(), decode_init_static(), decode_lt_rps(), decode_segment(), decode_subframe(), decode_subframe_lpc(), decode_vui(), decode_vui_parameters(), decorrelate(), dsf_read_header(), dv_extract_audio(), dv_extract_audio_info(), eval_function(), exif_get_tag_name(), expand_category(), expand_function(), ff_ass_split_dialog(), ff_ass_split_free(), ff_celt_decode_frame(), ff_celt_free(), ff_celt_imdct_init(), ff_celt_imdct_uninit(), ff_celt_init(), ff_check_pixfmt_descriptors(), ff_dnxhd_find_cid(), ff_dnxhd_get_cid_table(), ff_dnxhd_print_profiles(), ff_flac_parse_picture(), ff_flac_set_channel_layout(), ff_get_pixfmt_from_fb_varinfo(), ff_h263_encode_picture_header(), ff_h264_decode_init_vlc(), ff_h264_decode_ref_pic_list_reordering(), ff_h264_decode_seq_parameter_set(), ff_h264_decode_slice_header(), ff_h264_execute_ref_pic_marking(), ff_h264_fill_default_ref_list(), ff_hevc_clear_refs(), ff_hevc_decode_nal_sps(), ff_hevc_flush_dpb(), ff_hevc_frame_rps(), ff_hevc_output_frame(), ff_hevc_set_new_ref(), ff_hevc_slice_rpl(), ff_id3v2_write_apic(), ff_init_ff_sine_windows(), ff_init_vlc_sparse(), ff_mov_iso639_to_lang(), ff_mov_lang_to_iso639(), ff_MPV_encode_end(), ff_MPV_encode_init(), ff_tis_ifd(), ff_tread_tag(), ff_twinvq_decode_init(), ff_vp56_free_context(), ff_vp56_init_context(), ff_vp8_decode_free(), ffmpeg_parse_options(), ffprobe_cleanup(), fill_picture_parameters(), fill_slice_long(), fill_vaapi_ReferenceFrames(), filter_frame(), find_ref_idx(), frei0r_init(), geq_uninit(), get_best_frame(), get_buffer_internal(), get_channel_layout_single(), get_channel_name(), get_device_list(), get_format_from_sample_fmt(), get_geokey_val(), get_jss_cmd(), get_preset_file_2(), get_refpic_index(), get_siz(), get_sot(), grab_read_header(), h261_decode_mb(), hevc_close(), hevc_decode_free(), hevc_init_context(), hevc_update_thread_context(), http_parse_request(), iff_read_header(), infer_size(), init(), init_er(), initFilter(), jacosub_to_ass(), join_request_frame(), libopenjpeg_guess_pix_fmt(), list_voices(), main(), make_command_flags_str(), match_section(), matroska_aac_profile(), matroska_aac_sri(), matroska_probe(), matroska_read_header(), mimic_decode_end(), mimic_decode_init(), mimic_decode_update_thread_context(), mimic_init_thread_copy(), mov_get_rawvideo_codec_tag(), mov_write_fiel_tag(), mp3_write_xing(), mxf_write_header(), mxf_write_primer_pack(), new_audio_stream(), opengl_draw(), opengl_get_fragment_shader_code(), opengl_get_texture_params(), opt_loglevel(), parse_dsd_prop(), parse_header(), parse_primary(), parse_psfile(), pick_palette_entry(), print_report(), ps_tableinit(), pullup_get_buffer(), pullup_get_frame(), qdm2_decode(), qdm2_decode_super_block(), qdm2_fft_decode_tones(), query_formats(), read_apic(), return_stored_frame(), rm_read_metadata(), rsd_read_header(), rv10_write_header(), search_for_quantizers_faac(), select_reference_stream(), select_voice(), shall_we_drop(), sniff_channel_order(), srt_to_ass(), store_packet(), svq1_write_header(), swap_channel_layouts_on_filter(), sws_init_context(), synthfilt_build_sb_samples(), tak_get_nb_samples(), tedcaptions_read_probe(), thd_channel_layout_extract_channel(), udp_open(), uninit(), value_string(), vdpau_alloc(), vp8_decode_flush_impl(), vp8_init_frames(), webvtt_event_to_ass(), xa_decode(), and xvid_encode_init().

Function Documentation

int main ( void  )

Definition at line 32 of file sinewin_tablegen.c.