Home
last modified time | relevance | path

Searched refs:blocksize0 (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/src/
Darithm.cpp1582 size_t blocksize0 = (BLOCK_SIZE + esz-1)/esz; in binary_op() local
1631 blocksize = std::min(blocksize, blocksize0); in binary_op()
1660 size_t total = it.size, blocksize = std::min(total, blocksize0); in binary_op()
2061 size_t blocksize0 = (size_t)(BLOCK_SIZE + wsz-1)/wsz; in arithm_op() local
2082 blocksize = std::min(blocksize, blocksize0); in arithm_op()
2146 size_t total = it.size, blocksize = std::min(total, blocksize0); in arithm_op()
5034 size_t blocksize0 = (size_t)(BLOCK_SIZE + esz-1)/esz; in compare() local
5054 size_t total = it.size, blocksize = std::min(total, blocksize0); in compare()
5714 size_t blocksize0 = (size_t)(BLOCK_SIZE + esz-1)/esz; in inRange() local
5725 size_t total = it.size, blocksize = std::min(total, blocksize0); in inRange()
Dconvert.cpp835 int blocksize0 = (BLOCK_SIZE + esz-1)/esz; in split() local
848 int total = (int)it.size, blocksize = cn <= 4 ? total : std::min(total, blocksize0); in split()
984 int blocksize0 = (int)((BLOCK_SIZE + esz-1)/esz); in merge() local
994 int total = (int)it.size, blocksize = cn <= 4 ? total : std::min(total, blocksize0); in merge()