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:
doc/examples/demuxing.c, and doc/examples/resampling_audio.c.

Definition at line 28 of file sinewin_tablegen.c.

Referenced by aac_decode_init(), add_av_stream1(), add_bell(), add_codec(), asf_read_ext_stream_properties(), asf_read_picture(), asf_write_header1(), ass_split(), av_aes_init(), av_bprint_channel_layout(), av_convert_lang_to(), av_crc_get_table(), av_frame_get_plane_buffer(), av_frame_is_writable(), av_frame_ref(), av_frame_unref(), av_get_channel_description(), av_get_default_channel_layout(), av_get_standard_channel_layout(), 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_codec_profile(), avpriv_dv_frame_profile2(), avpriv_mpeg4audio_get_config(), avpriv_tak_parse_streaminfo(), buffer_needs_copy(), buffer_offset(), channelmap_filter_frame(), check_fps(), create_vorbis_context(), dca_subframe_header(), decode_band_hdr(), decode_exp_vlc(), decode_frame(), decode_init(), decode_init_static(), decode_segment(), decode_slice_header(), decode_subframe(), decode_vui_parameters(), decorrelate(), dv_extract_audio(), dv_extract_audio_info(), eval_function(), expand_category(), expand_function(), ff_ass_split_dialog(), ff_ass_split_free(), ff_check_pixfmt_descriptors(), ff_dnxhd_find_cid(), ff_dnxhd_get_cid_table(), ff_dnxhd_print_profiles(), ff_dv_print_profiles(), ff_flac_parse_picture(), ff_flac_set_channel_layout(), ff_h263_encode_picture_header(), ff_h264_decode_init_vlc(), ff_h264_decode_ref_pic_list_reordering(), ff_h264_decode_seq_parameter_set(), ff_id3v2_write_apic(), ff_init_ff_sine_windows(), ff_mov_iso639_to_lang(), ff_mov_lang_to_iso639(), ff_MPV_encode_init(), ff_mxf_get_samples_per_frame(), ff_vp56_free_context(), ff_vp56_init_context(), ffmpeg_parse_options(), ffprobe_cleanup(), fill_picture_parameters(), fill_slice_long(), fill_vaapi_ReferenceFrames(), filter_frame(), 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_pixfmt_from_fb_varinfo(), get_preset_file_2(), get_sot(), grab_read_header(), http_parse_request(), infer_size(), init(), init_er(), 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(), opt_loglevel(), parse_primary(), parse_psfile(), pick_palette_entry(), print_report(), ps_tableinit(), qdm2_decode(), qdm2_decode_super_block(), qdm2_fft_decode_tones(), 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(), synthfilt_build_sb_samples(), tak_get_nb_samples(), tedcaptions_read_probe(), thd_channel_layout_extract_channel(), tiff_decode_tag(), twin_decode_init(), udp_open(), uninit(), value_string(), vp8_decode_flush_impl(), vp8_decode_free(), vp8_decode_update_thread_context(), vp8_init_frames(), webvtt_event_to_ass(), and xa_decode().

Function Documentation

int main ( void  )

Definition at line 32 of file sinewin_tablegen.c.