Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
Dcontent_analysis.cc191 float const pixelSqSumAvg = (float)pixelSqSum / (float)(num_pixels); in TemporalDiffMetric_C() local
192 float contrast = pixelSqSumAvg - (pixelSumAvg * pixelSumAvg); in TemporalDiffMetric_C()
Dcontent_analysis_sse2.cc104 const float pixelSqSumAvg = (float)pixelSqSum / (float)(num_pixels); in TemporalDiffMetric_SSE2() local
105 float contrast = pixelSqSumAvg - (pixelSumAvg * pixelSumAvg); in TemporalDiffMetric_SSE2()