OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sync_range
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/decoder/
onyxd_int.h
87
int
sync_range
;
member in struct:VP8D_COMP
threading.c
302
const int nsync = pbi->
sync_range
;
789
if (width < 640) pbi->
sync_range
= 1;
790
else if (width <= 1280) pbi->
sync_range
= 8;
791
else if (width <= 2560) pbi->
sync_range
=16;
792
else pbi->
sync_range
= 32;
Completed in 26 milliseconds