HomeSort by relevance Sort by last modified time
    Searched refs:MOTION_MAGNITUDE_THRESHOLD_UV (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
denoising.h 28 #define MOTION_MAGNITUDE_THRESHOLD_UV (8*3)
denoising.c 246 if (motion_magnitude <= MOTION_MAGNITUDE_THRESHOLD_UV) {
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
denoising_neon.c 256 motion_magnitude <= MOTION_MAGNITUDE_THRESHOLD_UV) ? 1 : 0;
258 (motion_magnitude <= MOTION_MAGNITUDE_THRESHOLD_UV) ? 4 + shift_inc : 3);
  /external/libvpx/libvpx/vp8/encoder/x86/
denoising_sse2.c 197 motion_magnitude <= MOTION_MAGNITUDE_THRESHOLD_UV) ? 1 : 0;
205 (motion_magnitude <= MOTION_MAGNITUDE_THRESHOLD_UV) ?

Completed in 79 milliseconds