Home | History | Annotate | Download | only in src

Lines Matching refs:complexity

183     st->silk_mode.complexity                = 10;
690 /* Adjust the threshold +/- 10% depending on complexity */
691 equiv_rate2 = equiv_rate2 * (45+st->silk_mode.complexity)/50;
1441 st->silk_mode.complexity = value;
1448 *value = st->silk_mode.complexity;