OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scale_rd
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c
849
double
scale_rd
[TX_SIZES] = {1.73, 1.44, 1.20, 1.00};
local
880
rd[n][0] = (int64_t)(
scale_rd
[n] * rd[n][0]);
881
rd[n][1] = (int64_t)(
scale_rd
[n] * rd[n][1]);
[
all
...]
Completed in 308 milliseconds