HomeSort by relevance Sort by last modified time
    Searched full:sweep_max (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/opus/src/src/
opus_demo.c 268 int sweep_max=0, sweep_min=0; local
439 } else if( strcmp( argv[ args ], "-sweep_max" ) == 0 ) {
440 check_encoder_option(decode_only, "-sweep_max");
441 sweep_max = atoi( argv[ args + 1 ] );
489 if (sweep_max)
712 if (sweep_max)
714 if (bitrate_bps > sweep_max)
    [all...]

Completed in 50 milliseconds