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

/external/libvpx/libvpx/test/
H A Ddatarate_test.cc245 const int kDropFrameThreshTestStep = 30; local
247 for (int i = 1; i < 91; i += kDropFrameThreshTestStep) {
254 << i - kDropFrameThreshTestStep;
526 const int kDropFrameThreshTestStep = 30; local
529 for (int i = 10; i < 100; i += kDropFrameThreshTestStep) {
540 << i - kDropFrameThreshTestStep;
544 << i - kDropFrameThreshTestStep;

Completed in 83 milliseconds