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

  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 862 int percent_high = 0; local
867 percent_high = (int)((cpi->buffer_level
873 percent_high = (int)((100 * cpi->bits_off_target)
877 if (percent_high > cpi->oxcf.over_shoot_pct)
878 percent_high = cpi->oxcf.over_shoot_pct;
879 else if (percent_high < 0)
880 percent_high = 0;
883 percent_high) / 200;
    [all...]

Completed in 191 milliseconds