Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Ddiffer.cc53 int x_full_blocks = width_ / kBlockSize; in MarkDirtyBlocks() local
57 int partial_column_width = width_ - (x_full_blocks * kBlockSize); in MarkDirtyBlocks()
76 for (int x = 0; x < x_full_blocks; x++) { in MarkDirtyBlocks()
106 for (int x = 0; x < x_full_blocks; x++) { in MarkDirtyBlocks()