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 - 14
of
14
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
denoising.h
21
#define
MOTION_MAGNITUDE_THRESHOLD
(8*3)
denoising.c
72
if (motion_magnitude <=
MOTION_MAGNITUDE_THRESHOLD
)
/external/libvpx/libvpx/test/
vp9_denoiser_sse2_test.cc
63
rnd.Rand8() % static_cast<int>(
MOTION_MAGNITUDE_THRESHOLD
* 1.2);
vp8_denoiser_sse2_test.cc
66
rnd.Rand8() % static_cast<int>(
MOTION_MAGNITUDE_THRESHOLD
* 1.2);
/external/libvpx/libvpx/vp8/encoder/
denoising.h
23
#define
MOTION_MAGNITUDE_THRESHOLD
(8*3)
denoising.c
78
if (motion_magnitude <=
MOTION_MAGNITUDE_THRESHOLD
)
/external/libvpx/libvpx/vp9/encoder/
vp9_denoiser.h
22
#define
MOTION_MAGNITUDE_THRESHOLD
(8 * 3)
vp9_denoiser.c
91
if (motion_magnitude <=
MOTION_MAGNITUDE_THRESHOLD
) {
/external/libvpx/libvpx/vp9/encoder/x86/
vp9_denoiser_sse2.c
135
motion_magnitude <=
MOTION_MAGNITUDE_THRESHOLD
) ?
145
(motion_magnitude <=
MOTION_MAGNITUDE_THRESHOLD
) ? 7 + shift_inc : 6);
249
motion_magnitude <=
MOTION_MAGNITUDE_THRESHOLD
) ?
258
(motion_magnitude <=
MOTION_MAGNITUDE_THRESHOLD
) ? 7 + shift_inc : 6);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
denoising_neon.c
57
(motion_magnitude <=
MOTION_MAGNITUDE_THRESHOLD
) ? 4 : 3);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
denoising_sse2.c
45
(motion_magnitude <=
MOTION_MAGNITUDE_THRESHOLD
) ? 7 : 6);
/external/libvpx/libvpx/vp8/encoder/arm/neon/
denoising_neon.c
60
motion_magnitude <=
MOTION_MAGNITUDE_THRESHOLD
) ? 1 : 0;
62
(motion_magnitude <=
MOTION_MAGNITUDE_THRESHOLD
) ? 4 + shift_inc : 3);
/external/libvpx/libvpx/vp8/encoder/x86/
denoising_sse2.c
50
motion_magnitude <=
MOTION_MAGNITUDE_THRESHOLD
) ? 1 : 0;
58
(motion_magnitude <=
MOTION_MAGNITUDE_THRESHOLD
) ?
/external/libvpx/libvpx/vp8/encoder/mips/msa/
denoising_msa.c
52
if (motion_magnitude <=
MOTION_MAGNITUDE_THRESHOLD
)
407
if (motion_magnitude <=
MOTION_MAGNITUDE_THRESHOLD
)
Completed in 338 milliseconds