Searched refs:pulse_present (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacdec.c1063 * @param pulse_present set if pulses are present
1071 int pulse_present, const Pulse *pulse,
1264 if (pulse_present) {
1378 int global_gain, pulse_present = 0; local
1397 pulse_present = 0;
1399 if ((pulse_present = get_bits1(gb))) {
1417 if (decode_spectrum_and_dequant(ac, out, gb, sce->sf, pulse_present, &pulse, ics, sce->band_type) < 0)
1069 decode_spectrum_and_dequant(AACContext *ac, float coef[1024], GetBitContext *gb, const float sf[120], int pulse_present, const Pulse *pulse, const IndividualChannelStream *ics, enum BandType band_type[120]) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacdec.c1577 * @param pulse_present set if pulses are present
1585 int pulse_present, const Pulse *pulse,
1779 if (pulse_present) {
1899 int global_gain, eld_syntax, er_syntax, pulse_present = 0; local
1927 pulse_present = 0;
1929 if (!eld_syntax && (pulse_present = get_bits1(gb))) {
1956 if (decode_spectrum_and_dequant(ac, out, gb, sce->sf, pulse_present,
1583 decode_spectrum_and_dequant(AACContext *ac, float coef[1024], GetBitContext *gb, const float sf[120], int pulse_present, const Pulse *pulse, const IndividualChannelStream *ics, enum BandType band_type[120]) argument

Completed in 98 milliseconds