Searched refs:downmix (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dac3.mak9 FATE_AC3 += fate-ac3-4.0-downmix-mono
10 fate-ac3-4.0-downmix-mono: CMD = pcm -request_channels 1 -i $(TARGET_SAMPLES)/ac3/millers_crossing_4.0.ac3
11 fate-ac3-4.0-downmix-mono: REF = $(SAMPLES)/ac3/millers_crossing_4.0_mono_v2.pcm
13 FATE_AC3 += fate-ac3-4.0-downmix-stereo
14 fate-ac3-4.0-downmix-stereo: CMD = pcm -request_channels 2 -i $(TARGET_SAMPLES)/ac3/millers_crossing_4.0.ac3
15 fate-ac3-4.0-downmix-stereo: REF = $(SAMPLES)/ac3/millers_crossing_4.0_stereo_v2.pcm
21 FATE_AC3 += fate-ac3-5.1-downmix-mono
22 fate-ac3-5.1-downmix-mono: CMD = pcm -request_channels 1 -i $(TARGET_SAMPLES)/ac3/monsters_inc_5.1_448_small.ac3
23 fate-ac3-5.1-downmix-mono: REF = $(SAMPLES)/ac3/monsters_inc_5.1_448_small_mono_v2.pcm
25 FATE_AC3 += fate-ac3-5.1-downmix
[all...]
H A Dffmpeg.mak5 FATE_MAPCHAN-$(CONFIG_CHANNELMAP_FILTER) += fate-mapchan-6ch-extract-2-downmix-mono
6 fate-mapchan-6ch-extract-2-downmix-mono: tests/data/asynth-22050-6.wav
7 fate-mapchan-6ch-extract-2-downmix-mono: CMD = md5 -i $(TARGET_PATH)/tests/data/asynth-22050-6.wav -map_channel 0.0.1 -map_channel 0.0.0 -ac 1 -flags +bitexact -f wav
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3dsp.h135 void (*downmix)(float **samples, float (*matrix)[2], int out_ch, member in struct:AC3DSPContext
H A Dac3dsp.c293 c->downmix = ac3_downmix_c;
H A Dac3dec.c1337 /* downmix and MDCT. order depends on whether block switching is used for
1358 s->ac3dsp.downmix(s->outptr, s->downmix_coeffs,
1364 s->ac3dsp.AC3_RENAME(downmix)(s->xcfptr + 1, s->downmix_coeffs,
1370 s->ac3dsp.AC3_RENAME(downmix)(s->dlyptr, s->downmix_coeffs,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Dac3dsp_mips.c408 c->downmix = ac3_downmix_mips;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dac3dsp_init.c254 c->downmix = ac3_downmix_sse;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddca.c296 int downmix; ///< embedded downmix enabled member in struct:__anon1898
339 int downmix_coef[DCA_PRIM_CHANNELS_MAX][2]; ///< stereo downmix coefficients
570 s->downmix = get_bits(&s->gb, 1);
611 av_log(s->avctx, AV_LOG_DEBUG, "downmix: %i\n", s->downmix);
794 /* Stereo downmix coefficients */
796 if (s->downmix) {
909 if (!base_channel && s->prim_channels > 2 && s->downmix) {
1321 if (s->crc_present && (s->downmix ||
[all...]

Completed in 202 milliseconds