Home
last modified time | relevance | path

Searched refs:cc2_10 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dssim.c69 static const int64_t cc2_10 = 3857925; // (64^2*(.03*1023)^2 variable
84 c2 = (cc2_10 * count * count) >> 12; in similarity()
/external/libaom/libaom/aom_dsp/
Dssim.c71 static const int64_t cc2_10 = 3857925; // (64^2*(.03*1023)^2 variable
86 c2 = (cc2_10 * count * count) >> 12; in similarity()
/external/libvpx/libvpx/tools/
Dtiny_ssim.c26 static const int64_t cc2_10 = 3857925; // (64^2*(.03*1023)^2 variable
238 c2 = (cc2_10 * count * count) >> 12; in similarity()