Searched defs:num_drops_ (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/test/
H A Ddatarate_test.cc280 num_drops_ = 0;
396 num_drops_ += static_cast<int>(duration - 1);
447 int num_drops_; member in class:__anon11093::DatarateTestVP9Large
541 ASSERT_GE(num_drops_, last_num_drops * 0.90)
546 last_num_drops = num_drops_;
678 ASSERT_GE(num_drops_, 20);
679 ASSERT_LE(num_drops_, 130);

Completed in 322 milliseconds