Home
last modified time | relevance | path

Searched refs:y_block_count (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/desktop_capture/
Ddesktop_capturer_differ_wrapper.cc122 const int y_block_count = (rect.height() - 1) / kBlockSize; in CompareFrames() local
123 const int last_y_block_height = rect.height() - y_block_count * kBlockSize; in CompareFrames()
133 for (int y = 0; y < y_block_count; y++) { in CompareFrames()