OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:level_sample
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c
654
int
level_sample
;
local
720
level_sample
= CONVERT_TO_SHORTPTR(x->plane[0].src.buf)[0];
722
level_sample
= x->plane[0].src.buf[0];
724
level_sample
= x->plane[0].src.buf[0];
726
if ((
level_sample
< DARK_THRESH) && (log_intra < 9.0))
727
brightness_factor += 1.0 + (0.01 * (DARK_THRESH -
level_sample
));
[
all
...]
Completed in 211 milliseconds