Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Ddesktop_capturer_differ_wrapper.cc64 const int last_block_width = width - block_count * kBlockSize; in CompareRow() local
65 RTC_DCHECK_GT(last_block_width, 0); in CompareRow()
66 RTC_DCHECK_LE(last_block_width, kBlockSize); in CompareRow()
92 if (last_block_width < kBlockSize) { in CompareRow()
95 last_block_width, height, stride); in CompareRow()