Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Ddiffer.cc54 int y_full_blocks = height_ / kBlockSize; in MarkDirtyBlocks() local
58 int partial_row_height = height_ - (y_full_blocks * kBlockSize); in MarkDirtyBlocks()
71 for (int y = 0; y < y_full_blocks; y++) { in MarkDirtyBlocks()