HomeSort by relevance Sort by last modified time
    Searched full:frame0_psnr_ (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/test/
resize_test.cc 170 frame0_psnr_(0.0),
174 ResizeInternalTest() : ResizeTest(), frame0_psnr_(0.0) {}
209 if (!frame0_psnr_)
210 frame0_psnr_ = pkt->data.psnr.psnr[0];
211 EXPECT_NEAR(pkt->data.psnr.psnr[0], frame0_psnr_, 1.5);
228 double frame0_psnr_; member in class:__anon21169::ResizeInternalTest

Completed in 154 milliseconds