Searched refs:plane_summed_weights (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/vp8/encoder/
H A Dssim.c26 static double plane_summed_weights = 0; variable
82 plane_summed_weights = 0.0f;
84 plane_summed_weights = (height - 7) * (width - 7);
204 plane_summed_weights += weight;
244 plane_summed_weights += weight;
254 if (plane_summed_weights == 0)
257 return plane_quality / plane_summed_weights;
286 frame_weight = plane_summed_weights / ((width_y - 7) * (height_y - 7));

Completed in 31 milliseconds