Searched refs:last_block_width (Results 1 – 1 of 1) sorted by relevance
64 const int last_block_width = width - block_count * kBlockSize; in CompareRow() local65 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()