Home
last modified time | relevance | path

Searched refs:cc2 (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dssim.c68 const static int64_t cc2 = 239708; // (64^2*(.03*255)^2 variable
85 c2 = (cc2*count*count)>>12; in similarity()
123 c2 = cc2*16; in dssim()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ssim.c46 static const int64_t cc2 = 239708; // (64^2*(.03*255)^2 variable
56 c2 = (cc2 * count * count) >> 12; in similarity()