Searched refs:effEBands (Results 1 – 6 of 6) 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()
164 st->end = st->mode->effEBands; in opus_custom_decoder_init()463 effEnd = IMAX(start, IMIN(end, mode->effEBands)); in celt_decode_lost()790 st->end = end = IMAX(1, mode->effEBands-2*(data0>>5));823 if (effEnd > mode->effEBands)824 effEnd = mode->effEBands;
179 st->end = st->mode->effEBands; in opus_custom_encoder_init_arch()1425 int tmp = (mode->effEBands-end)>>1; in celt_encode_with_ec()1426 end = st->end = IMAX(1, mode->effEBands-tmp); in celt_encode_with_ec()1510 if (effEnd > mode->effEBands) in celt_encode_with_ec()1511 effEnd = mode->effEBands; in celt_encode_with_ec()
1453 if (i>=m->effEBands) in quant_all_bands()
229 fprintf(file, "%d, /* effEBands */\n", mode->effEBands); in dump_modes()