HomeSort by relevance Sort by last modified time
    Searched refs:boost_index (Results 1 - 2 of 2) sorted by null

  /external/libaom/libaom/av1/encoder/
rd.c 371 const int boost_index = AOMMIN(15, (cpi->rc.gfu_boost / 100)); local
374 rdmult += ((rdmult * rd_boost_factor[boost_index]) >> 7);
400 const int boost_index = AOMMIN(15, (cpi->rc.gfu_boost / 100)); local
403 rdmult += ((rdmult * rd_boost_factor[boost_index]) >> 7);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.c 216 const int boost_index = VPXMIN(15, (gfu_boost / 100)); local
219 rdmult_64 += ((rdmult_64 * rd_boost_factor[boost_index]) >> 7);

Completed in 527 milliseconds