Home
last modified time | relevance | path

Searched refs:AC3Block (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dac3enc_template.c91 AC3Block *block = &s->blocks[blk]; in apply_mdct()
135 AC3Block *block = &s->blocks[blk]; in apply_channel_coupling()
160 AC3Block *block = &s->blocks[blk]; in apply_channel_coupling()
175 AC3Block *block = &s->blocks[blk]; in apply_channel_coupling()
190 AC3Block *block = &s->blocks[blk]; in apply_channel_coupling()
191 AC3Block *block0 = blk ? &s->blocks[blk-1] : NULL; in apply_channel_coupling()
231 AC3Block *block = &s->blocks[blk]; in apply_channel_coupling()
260 AC3Block *block = &s->blocks[blk]; in apply_channel_coupling()
322 AC3Block *block, *block0 = NULL; in compute_rematrixing_strategy()
Dac3enc.h126 typedef struct AC3Block { struct
149 } AC3Block; argument
170 AC3Block blocks[AC3_MAX_BLOCKS]; ///< per-block info
Deac3enc.c101 AC3Block *block = &s->blocks[blk]; in ff_eac3_set_cpl_states()
116 AC3Block *block = &s->blocks[blk]; in ff_eac3_set_cpl_states()
212 AC3Block *block = &s->blocks[blk]; in ff_eac3_output_frame_header()
Dac3enc.c280 AC3Block *block = &s->blocks[blk]; in ff_ac3_compute_coupling_strategy()
290 AC3Block *block = &s->blocks[blk]; in ff_ac3_compute_coupling_strategy()
326 AC3Block *block = &s->blocks[blk]; in ff_ac3_compute_coupling_strategy()
353 AC3Block *block = &s->blocks[blk]; in ac3_apply_rematrixing()
399 AC3Block *block = &s->blocks[0]; in extract_exponents()
577 AC3Block *block = &s->blocks[blk]; in encode_exponents()
621 AC3Block *block = &s->blocks[blk]; in count_exponent_bits()
655 AC3Block *block = &s->blocks[blk]; in ac3_group_exponents()
898 AC3Block *block = &s->blocks[blk]; in count_frame_bits()
926 AC3Block *block = &s->blocks[blk]; in count_frame_bits()
[all …]