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

  /external/libaom/libaom/av1/encoder/
rd.c 344 static const int rd_boost_factor[16] = { 64, 32, 32, 32, 24, 16, 12, 12, variable
374 rdmult += ((rdmult * rd_boost_factor[boost_index]) >> 7);
403 rdmult += ((rdmult * rd_boost_factor[boost_index]) >> 7);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.c 165 static const int rd_boost_factor[16] = { 64, 32, 32, 32, 24, 16, 12, 12, variable
219 rdmult_64 += ((rdmult_64 * rd_boost_factor[boost_index]) >> 7);

Completed in 364 milliseconds