OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rd_iifactor
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
rdopt.c
172
static const int
rd_iifactor
[32] =
variable
257
cpi->RDMULT += (cpi->RDMULT *
rd_iifactor
[31]) >> 4;
260
(cpi->RDMULT *
rd_iifactor
[cpi->twopass.next_iiratio]) >> 4;
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c
132
static const int
rd_iifactor
[32] = {
variable
192
cpi->RDMULT += (cpi->RDMULT *
rd_iifactor
[31]) >> 4;
195
(cpi->RDMULT *
rd_iifactor
[cpi->twopass.next_iiratio]) >> 4;
[
all
...]
Completed in 42 milliseconds