Home
last modified time | relevance | path

Searched refs:image_x (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/gil/example/
Dharris.cpp83 int image_x = x - filterWidth / 2 + filter_x; in apply_gaussian_blur() local
85 if (image_x >= input_view.width() || image_x < 0 in apply_gaussian_blur()
89 auto& pixel = input_view(image_x, image_y); in apply_gaussian_blur()
Dhessian.cpp87 int image_x = x - filter_width / 2 + filter_x; in apply_gaussian_blur() local
89 if (image_x >= input_view.width() || image_x < 0 || in apply_gaussian_blur()
94 const auto& pixel = input_view(image_x, image_y); in apply_gaussian_blur()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_mipmap_tree.c2384 unsigned int image_x, image_y; in brw_miptree_map_map() local
2411 brw_miptree_get_image_offset(mt, level, slice, &image_x, &image_y); in brw_miptree_map_map()
2412 x += image_x; in brw_miptree_map_map()
2697 uint32_t image_x; in brw_miptree_map_movntdqa() local
2699 brw_miptree_get_image_offset(mt, level, slice, &image_x, &image_y); in brw_miptree_map_movntdqa()
2700 image_x += map->x; in brw_miptree_map_movntdqa()
2710 src += image_x * mt->cpp; in brw_miptree_map_movntdqa()
2752 unsigned int image_x, image_y; in brw_miptree_unmap_s8() local
2756 brw_miptree_get_image_offset(mt, level, slice, &image_x, &image_y); in brw_miptree_unmap_s8()
2761 image_x + x + map->x, in brw_miptree_unmap_s8()
[all …]
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_mipmap_tree.c698 unsigned int image_x, image_y; in intel_miptree_map_gtt() local
718 intel_miptree_get_image_offset(mt, level, slice, &image_x, &image_y); in intel_miptree_map_gtt()
719 x += image_x; in intel_miptree_map_gtt()