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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
cq_test.cc 42 n_frames_ = 0;
57 n_frames_++;
65 double avg_psnr = log10(psnr_ / n_frames_) * 10.0;
70 int n_frames() const { return n_frames_; }
76 int n_frames_; member in class:__anon24067::CQTest
  /external/libvpx/libvpx/test/
cq_test.cc 65 n_frames_ = 0;
80 n_frames_++;
88 double avg_psnr = log10(psnr_ / n_frames_) * 10.0;
94 int n_frames() const { return n_frames_; }
102 int n_frames_; member in class:__anon13702::CQTest

Completed in 2604 milliseconds