Searched refs:start_band (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/opus/src/src/
H A Dopus_decoder.c225 int start_band; local
386 start_band = 0;
417 start_band = 17;
470 celt_decoder_ctl(celt_dec, CELT_SET_START_BAND(start_band));
H A Dopus_encoder.c937 int start_band = 0; local
1796 if (st->mode != MODE_CELT_ONLY)start_band=17;
1829 celt_encoder_ctl(celt_enc, CELT_SET_START_BAND(start_band));
/external/libopus/src/
H A Dopus_decoder.c225 int start_band; local
386 start_band = 0;
417 start_band = 17;
470 celt_decoder_ctl(celt_dec, CELT_SET_START_BAND(start_band));
H A Dopus_encoder.c937 int start_band = 0; local
1796 if (st->mode != MODE_CELT_ONLY)start_band=17;
1829 celt_encoder_ctl(celt_enc, CELT_SET_START_BAND(start_band));
/external/aac/libSBRenc/src/
H A Dtran_det.cpp460 int start_band,
492 for (i=start_band; i<stop_band; i++)
453 extractTransientCandidates(FIXP_DBL **RESTRICT Energies, INT *RESTRICT scaleEnergies, FIXP_DBL *RESTRICT thresholds, FIXP_DBL *RESTRICT transients, int YBufferWriteOffset, int YBufferSzShift, int noCols, int start_band, int stop_band, int tran_off, int addPrevSamples) argument

Completed in 610 milliseconds