OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:THRESH_HIGH
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
temporal_filter.c
301
#define
THRESH_HIGH
20000
315
? 2 : err<
THRESH_HIGH
? 1 : 0;
/external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c
258
#define
THRESH_HIGH
20000
272
? 2 : err <
THRESH_HIGH
? 1 : 0;
Completed in 355 milliseconds