Searched refs:eac3 (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/fate/
H A Dac3.mak11 FATE_AC3 += fate-eac3-1
12 fate-eac3-1: CMD = pcm -i $(SAMPLES)/eac3/csi_miami_5.1_256_spx_small.eac3
13 fate-eac3-1: CMP = oneoff
14 fate-eac3-1: REF = $(SAMPLES)/eac3/csi_miami_5.1_256_spx_small.pcm
16 FATE_AC3 += fate-eac3-2
17 fate-eac3-2: CMD = pcm -i $(SAMPLES)/eac3/csi_miami_stereo_128_spx_smal
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dac3.mak37 FATE_EAC3 += fate-eac3-1
38 fate-eac3-1: CMD = pcm -i $(TARGET_SAMPLES)/eac3/csi_miami_5.1_256_spx_small.eac3
39 fate-eac3-1: REF = $(SAMPLES)/eac3/csi_miami_5.1_256_spx_small_v2.pcm
41 FATE_EAC3 += fate-eac3-2
42 fate-eac3-2: CMD = pcm -i $(TARGET_SAMPLES)/eac3/csi_miami_stereo_128_spx_small.eac3
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dac3enc.c319 if (CONFIG_EAC3_ENCODER && s->eac3)
410 if (CONFIG_EAC3_ENCODER && s->eac3)
669 if (s->eac3) {
704 if (!s->eac3) {
716 if (s->eac3)
719 if (!s->eac3) {
732 if (s->eac3)
735 if (!s->eac3) {
766 s->db_per_bit_code = s->eac3 ? 2 : 3;
801 if (s->eac3) {
[all...]
H A Dac3dec.c284 s->eac3 = 0;
296 s->eac3 = 1;
692 * @param[in] eac3 flag to indicate E-AC-3
700 static void decode_band_structure(GetBitContext *gbc, int blk, int eac3, argument
713 if (!eac3 || get_bits1(gbc)) {
794 if (s->eac3 && (!blk || get_bits1(gbc))) {
837 decode_band_structure(gbc, blk, s->eac3, 0,
897 if (s->eac3 ? s->cpl_strategy_exists[blk] : get_bits1(gbc)) {
899 if (!s->eac3)
911 if (s->eac3
[all...]
H A Dac3dec.h89 int eac3; ///< indicates if current frame is E-AC-3 member in struct:__anon1853
H A Dac3enc_template.c326 if (CONFIG_EAC3_ENCODER && s->eac3)
407 if (s->bit_alloc.sr_code == 1 || s->eac3)
H A Dac3enc.h168 int eac3; ///< indicates if this is E-AC-3 vs. AC-3 member in struct:AC3EncodeContext
H A Dallcodecs.c255 REGISTER_ENCDEC (EAC3, eac3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3enc.c318 if (CONFIG_EAC3_ENCODER && s->eac3)
409 if (CONFIG_EAC3_ENCODER && s->eac3)
668 if (s->eac3) {
703 if (!s->eac3) {
715 if (s->eac3)
718 if (!s->eac3) {
731 if (s->eac3)
734 if (!s->eac3) {
765 s->db_per_bit_code = s->eac3 ? 2 : 3;
800 if (s->eac3) {
[all...]
H A Dac3dec.c328 s->eac3 = 0;
340 s->eac3 = 1;
728 * @param[in] eac3 flag to indicate E-AC-3
736 static void decode_band_structure(GetBitContext *gbc, int blk, int eac3, argument
749 if (!eac3 || get_bits1(gbc)) {
833 if (s->eac3 && (!blk || get_bits1(gbc))) {
880 decode_band_structure(gbc, blk, s->eac3, 0,
970 if (s->eac3 ? s->cpl_strategy_exists[blk] : get_bits1(gbc)) {
972 if (!s->eac3)
984 if (s->eac3
[all...]
H A Dac3dec.h95 int eac3; ///< indicates if current frame is E-AC-3 member in struct:AC3DecodeContext
H A Dac3enc_template.c331 if (CONFIG_EAC3_ENCODER && s->eac3)
403 if (s->bit_alloc.sr_code == 1 || s->eac3)
H A Dac3enc.h175 int eac3; ///< indicates if this is E-AC-3 vs. AC-3 member in struct:AC3EncodeContext
H A Dallcodecs.c346 REGISTER_ENCDEC (EAC3, eac3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dallformats.c90 REGISTER_MUXDEMUX (EAC3, eac3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dallformats.c117 REGISTER_MUXDEMUX(EAC3, eac3);

Completed in 109 milliseconds