Home
last modified time | relevance | path

Searched refs:endt (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudafeatures2d/src/cuda/
Dbf_match.cu97 for (int t = 0, endt = (train.rows + BLOCK_SIZE - 1) / BLOCK_SIZE; t < endt; ++t) in loopUnrolledCached() local
253 for (int t = 0, endt = (train.rows + BLOCK_SIZE - 1) / BLOCK_SIZE; t < endt; ++t) in loopUnrolled() local
409 for (int t = 0, endt = (train.rows + BLOCK_SIZE - 1) / BLOCK_SIZE; t < endt; ++t) in loop() local
Dbf_knnmatch.cu322 for (int t = 0, endt = (train.rows + BLOCK_SIZE - 1) / BLOCK_SIZE; t < endt; ++t) in loopUnrolledCached() local
497 for (int t = 0, endt = (train.rows + BLOCK_SIZE - 1) / BLOCK_SIZE; t < endt; ++t) in loopUnrolled() local
672 for (int t = 0, endt = (train.rows + BLOCK_SIZE - 1) / BLOCK_SIZE; t < endt; ++t) in loop() local
/external/opencv3/modules/features2d/src/opencl/
Dbrute_force_match.cl221 for (int t = 0, endt = (train_rows + BLOCK_SIZE - 1) / BLOCK_SIZE; t < endt; t++)
425 for (int t = 0, endt = (train_rows + BLOCK_SIZE - 1) / BLOCK_SIZE; t < endt ; t++)