Lines Matching refs:complexity
204 st->silk_mode.complexity = 9;
216 celt_encoder_ctl(celt_enc, OPUS_SET_COMPLEXITY(st->silk_mode.complexity));
989 if (st->silk_mode.complexity >= 10 && st->Fs==48000)
991 if (st->silk_mode.complexity >= 7 && st->Fs==48000)
1237 /* Adjust the threshold +/- 10% depending on complexity */
1238 equiv_rate2 = equiv_rate2 * (45+st->silk_mode.complexity)/50;
2189 st->silk_mode.complexity = value;
2200 *value = st->silk_mode.complexity;