Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dssim.c74 static const int64_t cc1_12 = 6868593; // (64^2*(.01*4095)^2 variable
90 c1 = (cc1_12 * count * count) >> 12; in similarity()
/external/libvpx/libvpx/vpx_dsp/
Dssim.c70 static const int64_t cc1_12 = 6868593; // (64^2*(.01*4095)^2 variable
86 c1 = (cc1_12 * count * count) >> 12; in similarity()
/external/libvpx/libvpx/tools/
Dtiny_ssim.c27 static const int64_t cc1_12 = 6868593; // (64^2*(.01*4095)^2 variable
237 c1 = (cc1_12 * count * count) >> 12; in similarity()