FFmpeg
|
Go to the source code of this file.
Macros | |
#define | sample_type int16_t |
#define | FSUF SAMPLE_SIZE |
#define | sample sample_type |
#define | OUT(n) n[0] |
#define | S(s, c, i) (*s++) |
#define | FUNC(n) AV_JOIN(n ## _, FSUF) |
Functions | |
static void FUNC() | flac_decorrelate_indep_c (uint8_t **out, int32_t **in, int channels, int len, int shift) |
static void FUNC() | flac_decorrelate_ls_c (uint8_t **out, int32_t **in, int channels, int len, int shift) |
static void FUNC() | flac_decorrelate_rs_c (uint8_t **out, int32_t **in, int channels, int len, int shift) |
static void FUNC() | flac_decorrelate_ms_c (uint8_t **out, int32_t **in, int channels, int len, int shift) |
#define sample_type int16_t |
Definition at line 34 of file flacdsp_template.c.
#define FSUF SAMPLE_SIZE |
Definition at line 43 of file flacdsp_template.c.
#define sample sample_type |
Definition at line 44 of file flacdsp_template.c.
Referenced by adpcm_compress_trellis(), adpcm_decode_frame(), apply_filter(), avf_read_packet(), choose_rct_params(), codebook_bits_offset(), compute_rms(), decode_frame(), decode_line_TMPL(), decode_plane(), decode_rgb_frame_TMPL(), determine_bits(), dnxhd_mb_var_thread(), dv_audio_12to16(), encode_frame(), encode_line_TMPL(), encode_plane(), encode_rgb_frame_TMPL(), ff_mlp_pack_output(), film_read_packet(), filter_frame(), find_peaks(), find_sample_match(), flac_decorrelate_indep_c(), flac_decorrelate_ls_c(), flac_decorrelate_ms_c(), flac_decorrelate_rs_c(), get_sample(), hdcd_analyze(), hdcd_analyze_gen(), hdcd_envelope(), input_data_internal(), ipvideo_decode_block_opcode_0xF(), libopus_copy_samples_with_channel_map(), modplug_load_metadata(), mov_find_next_sample(), mov_read_chapters(), mov_read_packet(), mov_read_seek(), mov_seek_stream(), mxf_get_d10_aes3_packet(), mxf_write_d10_audio_packet(), process_float(), push_single_pic(), quantize_all(), quantize_triangular_ns(), read_frame_internal(), rematrix_channels(), rl2_read_packet(), sample_queue_push(), sample_queue_retain(), scalarproduct(), update_rms(), write_block_data(), and ws_snd_decode_frame().
Definition at line 45 of file flacdsp_template.c.
Referenced by flac_decorrelate_indep_c(), flac_decorrelate_ls_c(), flac_decorrelate_ms_c(), and flac_decorrelate_rs_c().
Definition at line 46 of file flacdsp_template.c.
Referenced by blend_image_packed_rgb(), create_default_qtables(), dering_altivec(), draw_curves(), evolve(), filter_frame(), flac_decorrelate_indep_c(), flac_decorrelate_ls_c(), flac_decorrelate_ms_c(), flac_decorrelate_rs_c(), get_rgb2xyz_matrix(), rgb16_32ToUV_c_template(), rgb16_32ToUV_half_c_template(), rgb48funcs(), search_for_ms(), swri_noise_shaping_TMPL(), wv_get_value_float(), and wv_unpack_mono().
|
static |
Definition at line 51 of file flacdsp_template.c.
|
static |
Definition at line 62 of file flacdsp_template.c.
|
static |
Definition at line 76 of file flacdsp_template.c.