Searched refs:gfboost_qadjust (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.c67 static int gfboost_qadjust(int qindex, vpx_bit_depth_t bit_depth) { function
1748 (rc->gfu_boost * gfboost_qadjust(q, cpi->common.bit_depth)) / 100;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c72 static int gfboost_qadjust(int qindex) { function
1672 int boost = (rc->gfu_boost * gfboost_qadjust(q)) / 100;

Completed in 164 milliseconds