Lines Matching refs:bcols
4268 int bcols = std::min(bcols0, dst->cols - x); in operator ()() local
4269 Mat dpart(*dst, Rect(x, y, bcols, brows)); in operator ()()
4270 Mat bufxy(_bufxy, Rect(0, 0, bcols, brows)); in operator ()()
4275 bufxy = (*m1)(Rect(x, y, bcols, brows)); in operator ()()
4284 for( x1 = 0; x1 < bcols; x1++ ) in operator ()()
4293 (*m1)(Rect(x, y, bcols, brows)).convertTo(bufxy, bufxy.depth()); in operator ()()
4306 for( ; x1 <= bcols - 8; x1 += 8 ) in operator ()()
4326 for( ; x1 < bcols; x1++ ) in operator ()()
4337 Mat bufa(_bufa, Rect(0, 0, bcols, brows)); in operator ()()
4345 bufxy = (*m1)(Rect(x, y, bcols, brows)); in operator ()()
4352 for ( ; x1 <= bcols - 8; x1 += 8) in operator ()()
4356 for ( ; x1 <= bcols - 8; x1 += 8) in operator ()()
4360 for( ; x1 < bcols; x1++ ) in operator ()()
4374 for( ; x1 <= bcols - 8; x1 += 8 ) in operator ()()
4409 for( ; x1 <= bcols - 4; x1 += 4 ) in operator ()()
4423 for( ; x1 < bcols; x1++ ) in operator ()()
4442 for( ; x1 <= bcols - 4; x1 += 4 ) in operator ()()
4457 for( x1 = 0; x1 < bcols; x1++ ) in operator ()()