Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/opencl/
H A Dconv_layer_spatial.cl858 int curr_x1 = ( ( global_y * TILE_M + 1 ) % output_width ) * STRIDE_X;
872 + curr_x1 - INPUT_PAD_W; // x offset
916 if (curr_x1 + pos < input_width)
944 curr_x1 + pos * DILATION_X >= INPUT_PAD_W &&
945 curr_x1 + pos * DILATION_X < input_width + INPUT_PAD_W)
1097 + curr_x1 - INPUT_PAD_W; // x offset
1142 curr_x1 + pos * DILATION_X >= INPUT_PAD_W &&
1143 curr_x1 + pos * DILATION_X < input_width + INPUT_PAD_W)
1622 + curr_x1 - INPUT_PAD_W; // x offset
1676 curr_x1 + pos * DILATION_X >= INPUT_PAD_W &&
[all …]
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/vimode/modes/
H A Dmodebase.cpp1229 int curr_x1 = current_point.x(); in switchView() local
1268 if (view != m_view && x2 <= curr_x1 in switchView()