Searched refs:maxLM (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/opus/src/celt/dump_modes/ |
D | dump_modes.c | 126 …atic const opus_int16 cache_index%d[%d] = {\n", mode->Fs/mdctSize, (mode->maxLM+2)*mode->nbEBands); in dump_modes() 127 for (j=0;j<mode->nbEBands*(mode->maxLM+2);j++) in dump_modes() 134 …ic const unsigned char cache_caps%d[%d] = {\n", mode->Fs/mdctSize, (mode->maxLM+1)*2*mode->nbEBand… in dump_modes() 135 for (j=0;j<(mode->maxLM+1)*2*mode->nbEBands;j++) in dump_modes() 221 fprintf(file, "%d,\t/* maxLM */\n", mode->maxLM); in dump_modes()
|
/external/chromium_org/third_party/opus/src/celt/ |
D | modes.h | 69 int maxLM; member
|
D | modes.c | 340 mode->maxLM = LM; in opus_custom_mode_create() 389 compute_pulse_cache(mode, mode->maxLM); in opus_custom_mode_create() 392 mode->maxLM) == 0) in opus_custom_mode_create()
|
D | celt_decoder.c | 273 shift = mode->maxLM; in compute_inv_mdcts() 277 shift = mode->maxLM-LM; in compute_inv_mdcts() 733 if (LM>mode->maxLM) 743 for (LM=0;LM<=mode->maxLM;LM++) 746 if (LM>mode->maxLM)
|
D | celt_encoder.c | 431 shift = mode->maxLM; in compute_mdcts() 435 shift = mode->maxLM-LM; in compute_mdcts() 1327 for (LM=0;LM<=mode->maxLM;LM++) in celt_encode_with_ec() 1330 if (LM>mode->maxLM) in celt_encode_with_ec() 1844 int lm_diff = mode->maxLM - LM; in celt_encode_with_ec()
|
/external/libopus/celt/ |
D | modes.h | 69 int maxLM; member
|
D | modes.c | 340 mode->maxLM = LM; in opus_custom_mode_create() 389 compute_pulse_cache(mode, mode->maxLM); in opus_custom_mode_create() 392 mode->maxLM) == 0) in opus_custom_mode_create()
|
D | celt_decoder.c | 273 shift = mode->maxLM; in compute_inv_mdcts() 277 shift = mode->maxLM-LM; in compute_inv_mdcts() 733 if (LM>mode->maxLM) 743 for (LM=0;LM<=mode->maxLM;LM++) 746 if (LM>mode->maxLM)
|
D | celt_encoder.c | 431 shift = mode->maxLM; in compute_mdcts() 435 shift = mode->maxLM-LM; in compute_mdcts() 1327 for (LM=0;LM<=mode->maxLM;LM++) in celt_encode_with_ec() 1330 if (LM>mode->maxLM) in celt_encode_with_ec() 1844 int lm_diff = mode->maxLM - LM; in celt_encode_with_ec()
|
/external/libopus/src/ |
D | opus_multistream_encoder.c | 241 for (LM=0;LM<celt_mode->maxLM;LM++) in surround_analysis() 260 … clt_mdct_forward(&celt_mode->mdct, in, freq, celt_mode->window, overlap, celt_mode->maxLM-LM, 1); in surround_analysis()
|
/external/chromium_org/third_party/opus/src/src/ |
D | opus_multistream_encoder.c | 241 for (LM=0;LM<celt_mode->maxLM;LM++) in surround_analysis() 260 … clt_mdct_forward(&celt_mode->mdct, in, freq, celt_mode->window, overlap, celt_mode->maxLM-LM, 1); in surround_analysis()
|