Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/
Dcontent_analysis.cc161 uint32_t tempDiffSum = 0; in TemporalDiffMetric_C() local
176 tempDiffSum += in TemporalDiffMetric_C()
186 if (tempDiffSum == 0) in TemporalDiffMetric_C()
191 static_cast<float>(tempDiffSum) / static_cast<float>(num_pixels); in TemporalDiffMetric_C()
Dcontent_analysis_sse2.cc94 const uint32_t tempDiffSum = sad_final_64[0] + sad_final_64[1]; in TemporalDiffMetric_SSE2() local
99 if (tempDiffSum == 0) in TemporalDiffMetric_SSE2()
104 static_cast<float>(tempDiffSum) / static_cast<float>(num_pixels); in TemporalDiffMetric_SSE2()