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

  /external/libopus/src/
opus_demo.c 259 int sweep_max=0, sweep_min=0; local
437 } else if( strcmp( argv[ args ], "-sweep_max" ) == 0 ) {
438 check_encoder_option(decode_only, "-sweep_max");
439 sweep_max = atoi( argv[ args + 1 ] );
487 if (sweep_max)
710 if (sweep_max)
712 if (bitrate_bps > sweep_max)
    [all...]

Completed in 765 milliseconds