Home
last modified time | relevance | path

Searched refs:start_band (Results 1 – 3 of 3) sorted by relevance

/external/libopus/src/
Dopus_decoder.c225 int start_band; in opus_decode_frame() local
386 start_band = 0; in opus_decode_frame()
417 start_band = 17; in opus_decode_frame()
470 celt_decoder_ctl(celt_dec, CELT_SET_START_BAND(start_band)); in opus_decode_frame()
Dopus_encoder.c937 int start_band = 0; in opus_encode_native() local
1796 if (st->mode != MODE_CELT_ONLY)start_band=17; in opus_encode_native()
1829 celt_encoder_ctl(celt_enc, CELT_SET_START_BAND(start_band)); in opus_encode_native()
/external/aac/libSBRenc/src/
Dtran_det.cpp550 int start_band, in extractTransientCandidates() argument
582 for (i=start_band; i<stop_band; i++) in extractTransientCandidates()