Home
last modified time | relevance | path

Searched refs:eac3 (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/tests/fate/
Dac3.mak47 FATE_EAC3 += fate-eac3-1
48 fate-eac3-1: CMD = pcm -i $(TARGET_SAMPLES)/eac3/csi_miami_5.1_256_spx_small.eac3
49 fate-eac3-1: REF = $(SAMPLES)/eac3/csi_miami_5.1_256_spx_small_v2.pcm
51 FATE_EAC3 += fate-eac3-2
52 fate-eac3-2: CMD = pcm -i $(TARGET_SAMPLES)/eac3/csi_miami_stereo_128_spx_small.eac3
53 fate-eac3-2: REF = $(SAMPLES)/eac3/csi_miami_stereo_128_spx_small_v2.pcm
55 FATE_EAC3 += fate-eac3-3
56 fate-eac3-3: CMD = pcm -i $(TARGET_SAMPLES)/eac3/matrix2_commentary1_stereo_192_small.eac3
57 fate-eac3-3: REF = $(SAMPLES)/eac3/matrix2_commentary1_stereo_192_small_v2.pcm
59 FATE_EAC3 += fate-eac3-4
[all …]
Dffmpeg.mak91 fate-copy-trac3074: $(SAMPLES)/eac3/csi_miami_stereo_128_spx.eac3
92 fate-copy-trac3074: CMD = transcode eac3 $(TARGET_SAMPLES)/eac3/csi_miami_stereo_128_spx.eac3\
/third_party/ffmpeg/libavcodec/
Dac3enc.c478 if (CONFIG_EAC3_ENCODER && s->eac3) in compute_exp_strategy()
737 if (s->eac3) { in count_frame_bits_fixed()
772 if (!s->eac3) { in count_frame_bits_fixed()
784 if (s->eac3) in count_frame_bits_fixed()
787 if (!s->eac3) { in count_frame_bits_fixed()
800 if (s->eac3) in count_frame_bits_fixed()
803 if (!s->eac3) { in count_frame_bits_fixed()
834 s->db_per_bit_code = s->eac3 ? 2 : 3; in bit_alloc_init()
869 if (s->eac3) { in count_frame_bits()
929 if (!s->eac3) in count_frame_bits()
[all …]
Dac3dec.c348 s->eac3 = 0; in parse_frame_header()
360 s->eac3 = 1; in parse_frame_header()
773 static void decode_band_structure(GetBitContext *gbc, int blk, int eac3, in decode_band_structure() argument
792 if (!eac3 || get_bits1(gbc)) { in decode_band_structure()
870 decode_band_structure(bc, blk, s->eac3, 0, in spx_strategy()
966 if (!s->eac3) in coupling_strategy()
978 if (s->eac3 && get_bits1(bc)) { in coupling_strategy()
985 if (s->eac3 && s->channel_mode == AC3_CHMODE_STEREO) { in coupling_strategy()
1009 decode_band_structure(bc, blk, s->eac3, 0, cpl_start_subband, in coupling_strategy()
1020 s->first_cpl_leak = s->eac3; in coupling_strategy()
[all …]
Dac3enc_template.c310 if (AC3ENC_FLOAT && CONFIG_EAC3_ENCODER && s->eac3) in apply_channel_coupling()
382 if (s->bit_alloc.sr_code == 1 || (AC3ENC_FLOAT && s->eac3)) in AC3_NAME()
Dac3dec.h101 int eac3; ///< indicates if current frame is E-AC-3 member
Dac3enc.h173 int eac3; ///< indicates if this is E-AC-3 vs. AC-3 member
Daudiotoolboxdec.c609 FFAT_DEC(eac3, AV_CODEC_ID_EAC3, NULL)
/third_party/ffmpeg/libavformat/
Dac3dec.c126 FF_RAW_DEMUXER_CLASS(eac3)
/third_party/ffmpeg/tests/ref/fate/
Dcopy-trac30745 #codec_id 0: eac3
/third_party/python/Lib/test/
Dmime.types1005 audio/eac3
/third_party/ffmpeg/
DChangelog1549 - floating-point sample format support to the ac3, eac3, dca, aac, and vorbis decoders.
/third_party/gstreamer/gstplugins_good/
DChangeLog12773 audio/x-ac3 and audio/x-eac3 by calculating the worst case lead-in time
/third_party/gstreamer/gstplugins_bad/
DChangeLog186993 mpegtsdemux: Handle eac3 in PMT