Home
last modified time | relevance | path

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

/external/libopus/celt/
Dmodes.h57 int effEBands; member
Dmodes.c359 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()
Dcelt_decoder.c205 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;
Dcelt_encoder.c182 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()
Dbands.c1523 if (i>=m->effEBands) in quant_all_bands()
/external/libopus/celt/dump_modes/
Ddump_modes.c229 fprintf(file, "%d, /* effEBands */\n", mode->effEBands); in dump_modes()
/external/libopus/doc/
Dopus_update.patch28 if (i>=m->effEBands)