Home
last modified time | relevance | path

Searched refs:endband (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/opus/src/src/
Dopus_decoder.c400 int endband=21; in opus_decode_frame() local
405 endband = 13; in opus_decode_frame()
409 endband = 17; in opus_decode_frame()
412 endband = 19; in opus_decode_frame()
415 endband = 21; in opus_decode_frame()
418 celt_decoder_ctl(celt_dec, CELT_SET_END_BAND(endband)); in opus_decode_frame()
Dopus_encoder.c1677 int endband=21; in opus_encode_native() local
1682 endband = 13; in opus_encode_native()
1686 endband = 17; in opus_encode_native()
1689 endband = 19; in opus_encode_native()
1692 endband = 21; in opus_encode_native()
1695 celt_encoder_ctl(celt_enc, CELT_SET_END_BAND(endband)); in opus_encode_native()