Lines Matching refs:BLOCK_SZ
5231 const int BLOCK_SZ = 64;
5232 short XY[BLOCK_SZ*BLOCK_SZ*2], A[BLOCK_SZ*BLOCK_SZ];
5243 int bh0 = std::min(BLOCK_SZ/2, dst.rows);
5244 BLOCK_SZ*BLOCK_SZ/bh0, dst.cols);
5245 bh0 = std::min(BLOCK_SZ*BLOCK_SZ/bw0, dst.rows);
5702 const int BLOCK_SZ = 32;
5703 short XY[BLOCK_SZ*BLOCK_SZ*2], A[BLOCK_SZ*BLOCK_SZ];
5706 int bh0 = std::min(BLOCK_SZ/2, height);
5707 int bw0 = std::min(BLOCK_SZ*BLOCK_SZ/bh0, width);
5708 bh0 = std::min(BLOCK_SZ*BLOCK_SZ/bw0, height);