HomeSort by relevance Sort by last modified time
    Searched refs:kMinUpdateInterval (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
reference_picture_selection_unittest.cc 20 static const uint32_t kMinUpdateInterval = 10;
60 uint32_t time = (4 * kMinUpdateInterval) / 3 + 1;
63 time += (4 * (time + kMinUpdateInterval)) / 3 + 1;
68 time = (4 * (time + kMinUpdateInterval)) / 3 + 1;
73 time = time + kMinUpdateInterval;
reference_picture_selection.h 63 enum { kMinUpdateInterval = 90 * 10 }; // Timestamp frequency
reference_picture_selection.cc 82 if (update_interval < kMinUpdateInterval)
83 update_interval = kMinUpdateInterval;

Completed in 48 milliseconds