Searched refs:kRowCount (Results 1 – 5 of 5) sorted by relevance
262 const int kRowCount = 3; in similarBits() local265 if (width < kRowCount) { in similarBits()269 if (height < kRowCount) { in similarBits()274 errorRows.push_back_n(width * kRowCount); in similarBits()281 char* cOut = &errorRows[(y % kRowCount) * width]; in similarBits()
458 const int kRowCount = 3; in similarBits() local461 if (width < kRowCount) { in similarBits()465 if (height < kRowCount) { in similarBits()470 errorRows.push_back_n(width * kRowCount); in similarBits()477 int* cOut = &errorRows[y % kRowCount]; in similarBits()
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()
308 const int kRowCount = 3; in similarBits() local311 if (width < kRowCount) { in similarBits()315 if (height < kRowCount) { in similarBits()320 errorRows.push_back_n(width * kRowCount); in similarBits()327 int* cOut = &errorRows[y % kRowCount]; in similarBits()
481 const size_t kRowCount = 800; in TEST_F() local484 std::vector<float> rows_profile(kRowCount); in TEST_F()