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 50 int motion_magnitude) {
51 if (motion_magnitude > noise_motion_thresh(bs, increase_denoising)) {
71 BLOCK_SIZE bs, int motion_magnitude) {
81 // If motion_magnitude is small, making the denoiser more aggressive by
84 if (motion_magnitude <= MOTION_MAGNITUDE_THRESHOLD) {
190 int motion_magnitude, int is_skin, int *zeromv_filter, int consec_zeromv,
211 if (is_skin && (motion_magnitude > 0 || consec_zeromv < 4)) return COPY_BLOCK;
224 sse_diff > sse_diff_thresh(bs, increase_denoising, motion_magnitude)) {
247 motion_magnitude = 0;
269 if (motion_magnitude > (noise_motion_thresh(bs, increase_denoising) << 3))
331 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 153 milliseconds