OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lines_to_copy
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_picklpf.c
28
const int
lines_to_copy
= MAX(height >> (fraction + 4), 1) << 4;
local
32
stride * (
lines_to_copy
+ 16));
Completed in 200 milliseconds