Searched refs:kRowCount (Results 1 – 2 of 2) sorted by relevance
260 const int kRowCount = 3; in similarBits() local263 if (width < kRowCount) { in similarBits()267 if (height < kRowCount) { in similarBits()272 errorRows.push_back_n(width * kRowCount); in similarBits()279 char* cOut = &errorRows[(y % kRowCount) * width]; in similarBits()
316 const int kRowCount = 3; in similarBits() local319 if (width < kRowCount) { in similarBits()323 if (height < kRowCount) { in similarBits()328 errorRows.push_back_n(width * kRowCount); in similarBits()335 int* cOut = &errorRows[y % kRowCount]; in similarBits()