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

  /external/libvpx/libvpx/vp9/encoder/
vp9_denoiser.c 56 int motion_magnitude) {
57 if (motion_magnitude >
78 int motion_magnitude) {
88 // If motion_magnitude is small, making the denoiser more aggressive by
91 if (motion_magnitude <= MOTION_MAGNITUDE_THRESHOLD) {
196 int *motion_magnitude,
210 *motion_magnitude = mv_row * mv_row + mv_col * mv_col;
215 if (is_skin && *motion_magnitude > 16)
221 sse_diff > sse_diff_thresh(bs, increase_denoising, *motion_magnitude)) {
243 if (*motion_magnitude >
316 int motion_magnitude = 0; local
    [all...]
  /external/webrtc/webrtc/modules/include/
module_common_types.h 452 : motion_magnitude(0.0f),
458 motion_magnitude = 0.0f;
463 float motion_magnitude; member in struct:webrtc::VideoContentMetrics

Completed in 136 milliseconds