bx 938 3rdparty/libjasper/jas_cm.c jas_cmreal_t bx; bx 974 3rdparty/libjasper/jas_cm.c bx = ((double) k) / (lut->size - 1); bx 975 3rdparty/libjasper/jas_cm.c sx = (ax + bx) / 2.0; bx 983 3rdparty/libjasper/jas_cm.c bx = ((double) j + 1) / (lut->size - 1); bx 985 3rdparty/libjasper/jas_cm.c (sy - ay) / (by - ay) * (bx - ax); bx 1053 3rdparty/libjasper/jas_image.c jas_image_coord_t bx; bx 1093 3rdparty/libjasper/jas_image.c bx = uptomult(x - oldcmpt->tlx_, oldcmpt->hstep_) + oldcmpt->tlx_; bx 1094 3rdparty/libjasper/jas_image.c if (bx > cmptbrx) bx 1095 3rdparty/libjasper/jas_image.c bx = cmptbrx; bx 1100 3rdparty/libjasper/jas_image.c d1 = (bx - x) * (bx - x) + (ay - y) * (ay - y); bx 1101 3rdparty/libjasper/jas_image.c d2 = (bx - x) * (bx - x) + (by - y) * (by - y); bx 1107 3rdparty/libjasper/jas_image.c oldx = (bx - oldcmpt->tlx_) / oldcmpt->hstep_; bx 1110 3rdparty/libjasper/jas_image.c oldx = (bx - oldcmpt->tlx_) / oldcmpt->hstep_; bx 373 3rdparty/libtiff/tif_fax3.c uint32 x, bx, run; bx 386 3rdparty/libtiff/tif_fax3.c bx = x&7; bx 387 3rdparty/libtiff/tif_fax3.c if (run > 8-bx) { bx 388 3rdparty/libtiff/tif_fax3.c if (bx) { /* align to byte boundary */ bx 389 3rdparty/libtiff/tif_fax3.c *cp++ &= 0xff << (8-bx); bx 390 3rdparty/libtiff/tif_fax3.c run -= 8-bx; bx 413 3rdparty/libtiff/tif_fax3.c cp[0] &= ~(_fillmasks[run]>>bx); bx 421 3rdparty/libtiff/tif_fax3.c bx = x&7; bx 422 3rdparty/libtiff/tif_fax3.c if (run > 8-bx) { bx 423 3rdparty/libtiff/tif_fax3.c if (bx) { /* align to byte boundary */ bx 424 3rdparty/libtiff/tif_fax3.c *cp++ |= 0xff >> bx; bx 425 3rdparty/libtiff/tif_fax3.c run -= 8-bx; bx 448 3rdparty/libtiff/tif_fax3.c cp[0] |= _fillmasks[run]>>bx; bx 80 modules/imgproc/src/convhull.cpp _Tp bx = array[pnext]->x - array[pcur]->x; bx 82 modules/imgproc/src/convhull.cpp _Tp convexity = ay*bx - ax*by; // if >0 then convex angle bx 153 modules/imgproc/src/rotcalipers.cpp double bx = vect[i].x; bx 156 modules/imgproc/src/rotcalipers.cpp double convexity = ax * by - ay * bx; bx 163 modules/imgproc/src/rotcalipers.cpp ax = bx; bx 213 modules/photo/src/fast_nlmeans_denoising_invoker.hpp int bx = start_bx + x; bx 214 modules/photo/src/fast_nlmeans_denoising_invoker.hpp col_dist_sums_row[x] = up_col_dist_sums_row[x] + D::template calcUpDownDist<T>(a_up, a_down, b_up_ptr[bx], b_down_ptr[bx]); bx 308 modules/photo/src/fast_nlmeans_denoising_invoker.hpp int bx = start_bx + x; bx 310 modules/photo/src/fast_nlmeans_denoising_invoker.hpp col_dist_sums[new_last_col_num][y][x] += D::template calcDist<T>(extended_src_, ay + ty, ax, by + ty, bx); bx 343 modules/photo/src/fast_nlmeans_multi_denoising_invoker.hpp int bx = start_bx + x; bx 350 modules/photo/src/fast_nlmeans_multi_denoising_invoker.hpp cur_extended_src.at<T>(by + ty, bx)); bx 185 modules/stitching/src/exposure_compensate.cpp for (int bx = 0; bx < bl_per_img.width; ++bx) bx 187 modules/stitching/src/exposure_compensate.cpp Point bl_tl(bx * bl_width, by * bl_height); bx 216 modules/stitching/src/exposure_compensate.cpp for (int bx = 0; bx < bl_per_img.width; ++bx, ++bl_idx) bx 217 modules/stitching/src/exposure_compensate.cpp gain_map(by, bx) = static_cast<float>(gains[bl_idx]); bx 82 modules/video/src/opencl/optical_flow_farneback.cl const int x = bx * (bdx - 2*polyN) + tx - polyN; bx 175 modules/video/src/opencl/optical_flow_farneback.cl int xExt = (int)(bx * bdx) + i - ksizeHalf; bx 215 modules/video/src/opencl/optical_flow_farneback.cl int xExt = (int)(bx * bdx) + i - ksizeHalf; bx 368 modules/video/src/opencl/optical_flow_farneback.cl int xExt = (int)(bx * bdx) + i - ksizeHalf;