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

  /external/libvpx/libvpx/vpx_dsp/
ssim.h 42 } Ssimv;
66 int img2_pitch, int width, int height, Ssimv *sv2,
ssim.c 171 double ssimv; local
182 ssimv = a * .8 + .1 * (b + c);
186 return ssimv;
218 static double ssimv_similarity(const Ssimv *sv, int64_t n) {
249 static double ssimv_similarity2(const Ssimv *sv, int64_t n) {
266 int img2_pitch, Ssimv *sv) {
272 int img2_pitch, int width, int height, Ssimv *sv2,
287 Ssimv sv = { 0 };
436 double ssimv; local
454 ssimv = a * .8 + .1 * (b + c)
    [all...]
  /external/libvpx/libvpx/test/
consistency_test.cc 31 int height, Ssimv *sv2, Metrics *m,
50 ssim_array_ = new Ssimv[kDataBufferSize / 16];
123 static Ssimv *ssim_array_;
149 Ssimv *ConsistencyTestBase::ssim_array_ = NULL;
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 608 Ssimv *ssim_vars;

Completed in 304 milliseconds