Searched refs:eac3 (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/tests/fate/ |
H A D | ac3.mak | 46 FATE_EAC3 += fate-eac3-1 47 fate-eac3-1: CMD = pcm -i $(TARGET_SAMPLES)/eac3/csi_miami_5.1_256_spx_small.eac3 48 fate-eac3-1: REF = $(SAMPLES)/eac3/csi_miami_5.1_256_spx_small_v2.pcm 50 FATE_EAC3 += fate-eac3-2 51 fate-eac3-2: CMD = pcm -i $(TARGET_SAMPLES)/eac3/csi_miami_stereo_128_spx_small.eac3 [all...] |
H A D | ffmpeg.mak | 113 fate-copy-trac3074: CMD = transcode eac3 $(TARGET_SAMPLES)/eac3/csi_miami_stereo_128_spx.eac3\
|
/third_party/ffmpeg/libavcodec/ |
H A D | ac3enc.c | 532 if (CONFIG_EAC3_ENCODER && s->eac3) in compute_exp_strategy() 791 if (s->eac3) { in count_frame_bits_fixed() 826 if (!s->eac3) { in count_frame_bits_fixed() 838 if (s->eac3) in count_frame_bits_fixed() 842 if (!s->eac3) in count_frame_bits_fixed() 845 if (!s->eac3) { in count_frame_bits_fixed() 860 if (!s->eac3) { in count_frame_bits_fixed() 891 s->db_per_bit_code = s->eac3 ? 2 : 3; in bit_alloc_init() 926 if (s->eac3) { in count_frame_bits() 987 if (!s->eac3) in count_frame_bits() [all...] |
H A D | ac3dec.c | 365 s->eac3 = 0; in parse_frame_header() 377 s->eac3 = 1; in parse_frame_header() 781 * @param[in] eac3 flag to indicate E-AC-3 790 static void decode_band_structure(GetBitContext *gbc, int blk, int eac3, in decode_band_structure() argument 809 if (!eac3 || get_bits1(gbc)) { in decode_band_structure() 887 decode_band_structure(bc, blk, s->eac3, 0, in spx_strategy() 983 if (!s->eac3) in coupling_strategy() 995 if (s->eac3 && get_bits1(bc)) { in coupling_strategy() 1002 if (s->eac3 && s->channel_mode == AC3_CHMODE_STEREO) { in coupling_strategy() 1026 decode_band_structure(bc, blk, s->eac3, in coupling_strategy() [all...] |
H A D | ac3dec.h | 101 int eac3; ///< indicates if current frame is E-AC-3 member
|
H A D | ac3enc.h | 176 int eac3; ///< indicates if this is E-AC-3 vs. AC-3 member
|
H A D | ac3enc_template.c | 311 if (AC3ENC_FLOAT && CONFIG_EAC3_ENCODER && s->eac3) in apply_channel_coupling() 383 if (s->bit_alloc.sr_code == 1 || (AC3ENC_FLOAT && s->eac3)) in encode_frame()
|
H A D | audiotoolboxdec.c | 614 FFAT_DEC(eac3, AV_CODEC_ID_EAC3, NULL)
|
Completed in 8 milliseconds