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 52 int motion_magnitude) {
53 if (motion_magnitude > noise_motion_thresh(bs, increase_denoising)) {
73 BLOCK_SIZE bs, int motion_magnitude) {
83 // If motion_magnitude is small, making the denoiser more aggressive by
86 if (motion_magnitude <= MOTION_MAGNITUDE_THRESHOLD) {
192 int motion_magnitude, int is_skin, int *zeromv_filter, int consec_zeromv,
209 if (is_skin && (motion_magnitude > 0 || consec_zeromv < 4)) return COPY_BLOCK;
222 sse_diff > sse_diff_thresh(bs, increase_denoising, motion_magnitude)) {
245 motion_magnitude = 0;
254 if (motion_magnitude > (noise_motion_thresh(bs, increase_denoising) << 3))
313 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 82 milliseconds