Searched refs:pixelSqSumAvg (Results 1 – 2 of 2) sorted by relevance
191 float const pixelSqSumAvg = (float)pixelSqSum / (float)(num_pixels); in TemporalDiffMetric_C() local192 float contrast = pixelSqSumAvg - (pixelSumAvg * pixelSumAvg); in TemporalDiffMetric_C()
104 const float pixelSqSumAvg = (float)pixelSqSum / (float)(num_pixels); in TemporalDiffMetric_SSE2() local105 float contrast = pixelSqSumAvg - (pixelSumAvg * pixelSumAvg); in TemporalDiffMetric_SSE2()