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.c73 static const int64_t cc2_10 = 3857925; // (64^2*(.03*1023)^2 variable
88 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
235 c2 = (cc2_10 * count * count) >> 12; in similarity()