HomeSort by relevance Sort by last modified time
    Searched defs:motion_magnitude (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_denoiser.c 82 int motion_magnitude) {
92 // If motion_magnitude is small, making the denoiser more aggressive by
95 if (motion_magnitude <= MOTION_MAGNITUDE_THRESHOLD) {
210 int *motion_magnitude
235 *motion_magnitude = mv_row * mv_row + mv_col * mv_col;
324 int motion_magnitude = 0; local
336 &motion_magnitude);
342 0, bs, motion_magnitude);
  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 379 : motion_magnitude(0.0f),
385 motion_magnitude = 0.0f;
390 float motion_magnitude; member in struct:webrtc::VideoContentMetrics

Completed in 127 milliseconds