Searched refs:win_x (Results 1 – 3 of 3) sorted by relevance
144 int win_x; in Capture() local152 &root_x, &root_y, &win_x, &win_y, &mask); in Capture()165 webrtc::DesktopVector(win_x, win_y)); in Capture()
339 const int win_x = threadIdx.z; in compute_confidence_hists_kernel_many_blocks() local340 if (blockIdx.x * blockDim.z + win_x >= img_win_width) in compute_confidence_hists_kernel_many_blocks()344 … blockIdx.x * win_block_stride_x * blockDim.z + win_x) * in compute_confidence_hists_kernel_many_blocks()362 … confidences[blockIdx.y * img_win_width + blockIdx.x * blockDim.z + win_x] = product + free_coef; in compute_confidence_hists_kernel_many_blocks()401 const int win_x = threadIdx.z; in classify_hists_kernel_many_blocks() local402 if (blockIdx.x * blockDim.z + win_x >= img_win_width) in classify_hists_kernel_many_blocks()406 … blockIdx.x * win_block_stride_x * blockDim.z + win_x) * in classify_hists_kernel_many_blocks()424 …labels[blockIdx.y * img_win_width + blockIdx.x * blockDim.z + win_x] = (product + free_coef >= thr… in classify_hists_kernel_many_blocks()
272 win_x = 0276 self.winp_geometry = (win_x, win_y, win_width, win_height)