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 40 } Ssimv;
64 int img2_pitch, int width, int height, Ssimv *sv2,
ssim.c 164 double ssimv; local
178 ssimv = a * .8 + .1 * (b + c);
182 return ssimv;
239 static double ssimv_similarity(const Ssimv *sv, int64_t n) {
270 static double ssimv_similarity2(const Ssimv *sv, int64_t n) {
287 int img2_pitch, Ssimv *sv) {
296 Ssimv *sv2, Metrics *m,
311 Ssimv sv = {0};
460 double ssimv; local
474 ssimv = a * .8 + .1 * (b + c)
    [all...]
  /external/libvpx/libvpx/test/
consistency_test.cc 33 Ssimv *sv2, Metrics *m,
52 ssim_array_ = new Ssimv[kDataBufferSize / 16];
129 static Ssimv *ssim_array_;
156 Ssimv* ConsistencyTestBase::ssim_array_ = NULL;
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 442 Ssimv *ssim_vars;

Completed in 64 milliseconds