Searched refs:effEBands (Results 1 – 7 of 7) sorted by relevance
57 int effEBands; member
359 mode->effEBands = mode->nbEBands; in opus_custom_mode_create()360 while (mode->eBands[mode->effEBands] > mode->shortMdctSize) in opus_custom_mode_create()361 mode->effEBands--; in opus_custom_mode_create()
205 st->end = st->mode->effEBands; in opus_custom_decoder_init()545 effEnd = IMAX(start, IMIN(end, mode->effEBands)); in celt_decode_lost()893 st->end = end = IMAX(1, mode->effEBands-2*(data0>>5));926 if (effEnd > mode->effEBands)927 effEnd = mode->effEBands;
182 st->end = st->mode->effEBands; in opus_custom_encoder_init_arch()1527 int tmp = (mode->effEBands-end)>>1; in celt_encode_with_ec()1528 end = st->end = IMAX(1, mode->effEBands-tmp); in celt_encode_with_ec()1613 if (effEnd > mode->effEBands) in celt_encode_with_ec()1614 effEnd = mode->effEBands; in celt_encode_with_ec()
1523 if (i>=m->effEBands) in quant_all_bands()
229 fprintf(file, "%d, /* effEBands */\n", mode->effEBands); in dump_modes()
28 if (i>=m->effEBands)