Home | History | Annotate | Download | only in silk

Lines Matching refs:complexity

55     opus_int                        Complexity          /* I                        */
116 /* Set encoding complexity */
118 ret += silk_setup_complexity( &psEnc->sCmn, encControl->complexity );
315 opus_int Complexity /* I */
320 /* Set encoding complexity */
321 silk_assert( Complexity >= 0 && Complexity <= 10 );
322 if( Complexity < 2 ) {
333 } else if( Complexity < 4 ) {
344 } else if( Complexity < 6 ) {
355 } else if( Complexity < 8 ) {
382 psEncC->Complexity = Complexity;