Searched defs:theta_y2 (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/vp8/encoder/
H A Dssim.c46 int mu_x2, mu_y2, mu_xy, theta_x2, theta_y2, theta_xy; local
53 theta_y2 = 64 * pre_mu_y2 - mu_y2;
56 return (2 * mu_xy + C1) * (2 * theta_xy + C2) / ((mu_x2 + mu_y2 + C1) * (theta_x2 + theta_y2 + C2));

Completed in 13 milliseconds