Home | History | Annotate | Download | only in silk

Lines Matching refs:complexity

54     opus_int                        Complexity          /* I                        */
115 /* Set encoding complexity */
117 ret += silk_setup_complexity( &psEnc->sCmn, encControl->complexity );
304 opus_int Complexity /* I */
309 /* Set encoding complexity */
310 silk_assert( Complexity >= 0 && Complexity <= 10 );
311 if( Complexity < 2 ) {
322 } else if( Complexity < 4 ) {
333 } else if( Complexity < 6 ) {
344 } else if( Complexity < 8 ) {
371 psEncC->Complexity = Complexity;