HomeSort by relevance Sort by last modified time
    Searched refs:cc2_10 (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_dsp/
ssim.c 69 static const int64_t cc2_10 = 3857925; // (64^2*(.03*1023)^2 variable
84 c2 = (cc2_10 * count * count) >> 12;
  /external/libvpx/libvpx/tools/
tiny_ssim.c 26 static const int64_t cc2_10 = 3857925; // (64^2*(.03*1023)^2 variable
224 c2 = (cc2_10 * count * count) >> 12;

Completed in 77 milliseconds