Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/
Dcontent_analysis.cc194 float const pixelSqSumAvg = in TemporalDiffMetric_C() local
196 float contrast = pixelSqSumAvg - (pixelSumAvg * pixelSumAvg); in TemporalDiffMetric_C()
Dcontent_analysis_sse2.cc107 const float pixelSqSumAvg = in TemporalDiffMetric_SSE2() local
109 float contrast = pixelSqSumAvg - (pixelSumAvg * pixelSumAvg); in TemporalDiffMetric_SSE2()