Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dssim.c71 static const int64_t cc2_12 = 61817334; // (64^2*(.03*4095)^2 variable
87 c2 = (cc2_12 * count * count) >> 12; in similarity()
/external/libaom/libaom/aom_dsp/
Dssim.c73 static const int64_t cc2_12 = 61817334; // (64^2*(.03*4095)^2 variable
89 c2 = (cc2_12 * count * count) >> 12; in similarity()
/external/libvpx/libvpx/tools/
Dtiny_ssim.c28 static const int64_t cc2_12 = 61817334; // (64^2*(.03*4095)^2 variable
241 c2 = (cc2_12 * count * count) >> 12; in similarity()