Home
last modified time | relevance | path

Searched refs:effEBands (Results 1 – 6 of 6) 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.c164 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;
Dcelt_encoder.c179 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()
Dbands.c1453 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()