Searched refs:eac3 (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/tests/fate/ |
D | ac3.mak | 47 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 …]
|
D | ffmpeg.mak | 91 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/ |
D | ac3enc.c | 478 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 …]
|
D | ac3dec.c | 348 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 …]
|
D | ac3enc_template.c | 310 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()
|
D | ac3dec.h | 101 int eac3; ///< indicates if current frame is E-AC-3 member
|
D | ac3enc.h | 173 int eac3; ///< indicates if this is E-AC-3 vs. AC-3 member
|
D | audiotoolboxdec.c | 609 FFAT_DEC(eac3, AV_CODEC_ID_EAC3, NULL)
|
/third_party/ffmpeg/libavformat/ |
D | ac3dec.c | 126 FF_RAW_DEMUXER_CLASS(eac3)
|
/third_party/ffmpeg/tests/ref/fate/ |
D | copy-trac3074 | 5 #codec_id 0: eac3
|
/third_party/python/Lib/test/ |
D | mime.types | 1005 audio/eac3
|
/third_party/ffmpeg/ |
D | Changelog | 1549 - floating-point sample format support to the ac3, eac3, dca, aac, and vorbis decoders.
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 12773 audio/x-ac3 and audio/x-eac3 by calculating the worst case lead-in time
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 186993 mpegtsdemux: Handle eac3 in PMT
|