HomeSort by relevance Sort by last modified time
    Searched refs:C33 (Results 1 - 2 of 2) sorted by null

  /external/libvpx/vp8/encoder/
ssim.c 372 static const double C33 = (0.015 * 0.015) * (255 * 255);
376 const double s = (sxy + C33) / (sxsy + C33);
434 static const double C33 = (0.015 * 0.015) * (255 * 255);
437 const double s = (sxy + C33) / (sxsy + C33);
  /external/webkit/WebKit/win/Interfaces/
IWebUIDelegate.idl 185 uuid(042B7EE3-A5A4-4a8f-8C33-775CD9E89C7C),
    [all...]

Completed in 134 milliseconds