Searched refs:y_block_count (Results 1 – 1 of 1) sorted by relevance
122 const int y_block_count = (rect.height() - 1) / kBlockSize; in CompareFrames() local123 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()