Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dssim.c68 static const int64_t cc1_10 = 428658; // (64^2*(.01*1023)^2 variable
83 c1 = (cc1_10 * count * count) >> 12; in similarity()
/external/libaom/libaom/aom_dsp/
Dssim.c70 static const int64_t cc1_10 = 428658; // (64^2*(.01*1023)^2 variable
85 c1 = (cc1_10 * count * count) >> 12; in similarity()
/external/libvpx/libvpx/tools/
Dtiny_ssim.c25 static const int64_t cc1_10 = 428658; // (64^2*(.01*1023)^2 variable
237 c1 = (cc1_10 * count * count) >> 12; in similarity()