Home | History | Annotate | Download | only in src

Lines Matching defs:complexity

61     fprintf(stderr, "-complexity <comp>   : complexity, 0 (lowest) ... 10 (highest); default: 10\n" );
233 int complexity;
341 complexity = 10;
399 } else if( strcmp( argv[ args ], "-complexity" ) == 0 ) {
400 check_encoder_option(decode_only, "-complexity");
401 complexity = atoi( argv[ args + 1 ] );
538 opus_encoder_ctl(enc, OPUS_SET_COMPLEXITY(complexity));