OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MOTION_MAGNITUDE_THRESHOLD
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
denoising.h
17
#define
MOTION_MAGNITUDE_THRESHOLD
(8*3)
denoising.c
71
if (motion_magnitude <=
MOTION_MAGNITUDE_THRESHOLD
)
/external/libvpx/libvpx/vp8/encoder/x86/
denoising_sse2.c
44
(motion_magnitude <=
MOTION_MAGNITUDE_THRESHOLD
) ? 7 : 6);
Completed in 26 milliseconds