Home
last modified time | relevance | path

Searched refs:tempDiffAvg (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
Dcontent_analysis.cc189 float const tempDiffAvg = (float)tempDiffSum / (float)(num_pixels); in TemporalDiffMetric_C() local
196 motion_magnitude_ = tempDiffAvg/contrast; in TemporalDiffMetric_C()
Dcontent_analysis_sse2.cc102 const float tempDiffAvg = (float)tempDiffSum / (float)(num_pixels); in TemporalDiffMetric_SSE2() local
109 motion_magnitude_ = tempDiffAvg/contrast; in TemporalDiffMetric_SSE2()