Home
last modified time | relevance | path

Searched refs:effEBands (Results 1 – 5 of 5) sorted by relevance

/external/libopus/celt/
Dmodes.h65 int effEBands; member
Dmodes.c357 mode->effEBands = mode->nbEBands; in opus_custom_mode_create()
358 while (mode->eBands[mode->effEBands] > mode->shortMdctSize) in opus_custom_mode_create()
359 mode->effEBands--; in opus_custom_mode_create()
Dcelt_decoder.c160 st->end = st->mode->effEBands; in opus_custom_decoder_init()
384 effEnd = IMAX(start, IMIN(end, mode->effEBands)); in celt_decode_lost()
728 st->end = IMAX(1, mode->effEBands-2*(data0>>5));
757 if (effEnd > mode->effEBands)
758 effEnd = mode->effEBands;
Dcelt_encoder.c181 st->end = st->mode->effEBands; in opus_custom_encoder_init_arch()
1355 int tmp = (mode->effEBands-st->end)>>1; in celt_encode_with_ec()
1356 st->end = IMAX(1, mode->effEBands-tmp); in celt_encode_with_ec()
1440 if (effEnd > mode->effEBands) in celt_encode_with_ec()
1441 effEnd = mode->effEBands; in celt_encode_with_ec()
Dbands.c1442 if (i>=m->effEBands) in quant_all_bands()