Lines Matching refs:tx
92 for(float tx = -block_radius; tx <= block_radius; ++tx) in nlm_kernel() local
94 … value_type bv = saturate_cast<value_type>(src(i + y + ty, j + x + tx)); in nlm_kernel()
95 … value_type av = saturate_cast<value_type>(src(i + ty, j + tx)); in nlm_kernel()
116 for(float tx = -block_radius; tx <= block_radius; ++tx) in nlm_kernel() local
118 … value_type bv = saturate_cast<value_type>(b.at(i + y + ty, j + x + tx, src)); in nlm_kernel()
119 … value_type av = saturate_cast<value_type>(b.at(i + ty, j + tx, src)); in nlm_kernel()
303 for(int tx = 0; tx < block_window; ++tx) in initSums_BruteForce() local
304 col_sums(tx, index) = 0; in initSums_BruteForce()
316 for (int tx = -block_radius; tx <= block_radius; ++tx) in initSums_BruteForce() local
321 int dist = calcDist(src(ay + ty, ax + tx), src(by + ty, bx + tx)); in initSums_BruteForce()
326 col_sums(tx + block_radius, index) = col_sum; in initSums_BruteForce()
330 for (int tx = -block_radius; tx <= block_radius; ++tx) in initSums_BruteForce() local
332 int dist = calcDist(src(ay + ty, ax + tx), src(by + ty, bx + tx)); in initSums_BruteForce()
335 col_sums(tx + block_radius, index) += dist; in initSums_BruteForce()