HomeSort by relevance Sort by last modified time
    Searched refs:MOTION_MAGNITUDE_THRESHOLD (Results 1 - 8 of 8) 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/vp8/encoder/
denoising.h 23 #define MOTION_MAGNITUDE_THRESHOLD (8*3)
denoising.c 74 if (motion_magnitude <= MOTION_MAGNITUDE_THRESHOLD)
  /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) ?

Completed in 270 milliseconds