OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:boost_index
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_rd.c
176
const int
boost_index
= VPXMIN(15, (cpi->rc.gfu_boost / 100));
local
179
rdmult += ((rdmult * rd_boost_factor[
boost_index
]) >> 7);
Completed in 63 milliseconds