Home
last modified time | relevance | path

Searched refs:image_h (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_tiling.c94 vc5_get_lt_pixel_offset(uint32_t cpp, uint32_t image_h, uint32_t x, uint32_t y) in vc5_get_lt_pixel_offset() argument
136 vc5_get_ublinear_2_column_pixel_offset(uint32_t cpp, uint32_t image_h, in vc5_get_ublinear_2_column_pixel_offset() argument
143 vc5_get_ublinear_1_column_pixel_offset(uint32_t cpp, uint32_t image_h, in vc5_get_ublinear_1_column_pixel_offset() argument
157 vc5_get_uif_pixel_offset(uint32_t cpp, uint32_t image_h, uint32_t x, uint32_t y) in vc5_get_uif_pixel_offset() argument
173 uint32_t mb_h = align(image_h, 1 << log2_mb_height) >> log2_mb_height; in vc5_get_uif_pixel_offset()
199 int cpp, uint32_t image_h, in vc5_move_pixels_general_percpp() argument
202 uint32_t image_h, in vc5_move_pixels_general_percpp()
210 uint32_t pixel_offset = get_pixel_offset(cpp, image_h, in vc5_move_pixels_general_percpp()
236 int cpp, uint32_t image_h, in vc5_move_pixels_general() argument
239 uint32_t image_h, in vc5_move_pixels_general()
[all …]
Dvc5_tiling.h35 uint32_t image_h,
40 uint32_t image_h,
/external/mesa3d/src/amd/vulkan/
Dradv_android.c108 VkImage image_h = VK_NULL_HANDLE; in radv_image_from_gralloc() local
119 &image_h); in radv_image_from_gralloc()
136 image = radv_image_from_handle(image_h); in radv_image_from_gralloc()
144 .image = image_h in radv_image_from_gralloc()
179 radv_BindImageMemory(device_h, image_h, memory_h, 0); in radv_image_from_gralloc()
183 *out_image_h = image_h; in radv_image_from_gralloc()
189 radv_DestroyImage(device_h, image_h, alloc); in radv_image_from_gralloc()
281 VkImage image_h, in radv_AcquireImageANDROID() argument
Dradv_meta_clear.c1364 VkImage image_h, in radv_CmdClearColorImage() argument
1371 RADV_FROM_HANDLE(radv_image, image, image_h); in radv_CmdClearColorImage()
1395 VkImage image_h, in radv_CmdClearDepthStencilImage() argument
1402 RADV_FROM_HANDLE(radv_image, image, image_h); in radv_CmdClearDepthStencilImage()
/external/libxcam/modules/ocl/
Dcv_wiener_filter.cpp37 int image_h = blurred_image.size ().height; in wiener_filter() local
41 cv::Mat padded = cv::Mat::zeros (image_h, image_w, CV_32FC1); in wiener_filter()
50 unknown_ft[0] = cv::Mat::zeros (image_h, image_w, CV_32FC1); in wiener_filter()
51 unknown_ft[1] = cv::Mat::zeros (image_h, image_w, CV_32FC1); in wiener_filter()
Dcl_geo_map_handler.cpp197 CLGeoMapHandler::normalize_geo_map (uint32_t image_w, uint32_t image_h) in normalize_geo_map() argument
205 XCAM_ASSERT (image_w && image_h); in normalize_geo_map()
218 map_ptr [idx + 1] /= image_h; in normalize_geo_map()
Dcl_geo_map_handler.h133 bool normalize_geo_map (uint32_t image_w, uint32_t image_h);
/external/mesa3d/src/intel/vulkan/
Danv_android.c108 VkImage image_h = VK_NULL_HANDLE; in anv_image_from_gralloc() local
171 result = anv_image_create(device_h, &anv_info, alloc, &image_h); in anv_image_from_gralloc()
172 image = anv_image_from_handle(image_h); in anv_image_from_gralloc()
204 *out_image_h = image_h; in anv_image_from_gralloc()
209 anv_DestroyImage(device_h, image_h, alloc); in anv_image_from_gralloc()
313 VkImage image_h, in anv_AcquireImageANDROID() argument
Danv_intel.c43 VkImage image_h; in anv_CreateDmaBufImageINTEL() local
70 pAllocator, &image_h); in anv_CreateDmaBufImageINTEL()
76 image = anv_image_from_handle(image_h); in anv_CreateDmaBufImageINTEL()
Danv_blorp.c835 VkImage image_h, in anv_CmdClearDepthStencilImage() argument
842 ANV_FROM_HANDLE(anv_image, image, image_h); in anv_CmdClearDepthStencilImage()
/external/libxcam/xcore/
Dsurview_fisheye_dewarp.cpp63 …ap_table, uint32_t table_w, uint32_t table_h, uint32_t image_w, uint32_t image_h, const BowlDataCo… in fisheye_dewarp() argument
72 table_w, table_h, image_w, image_h, in fisheye_dewarp()
78 float scale_factor_h = (float)image_h / table_h; in fisheye_dewarp()
83 world_coord = bowl_view_image_to_world (bowl_config, image_w, image_h, out_pos); in fisheye_dewarp()
Dsurview_fisheye_dewarp.h39 …ap_table, uint32_t table_w, uint32_t table_h, uint32_t image_w, uint32_t image_h, const BowlDataCo…
/external/pdfium/third_party/libopenjpeg20/
Dopenjpeg.h825 int image_h; member
/external/libpng/contrib/libtests/
Dpngvalid.c787 png_uint_32 image_h; /* Number of rows in a single image */ member
869 ps->image_h = 0; in store_init()
1128 png_size_t coffset = (nImage * ps->image_h + y) * (ps->cb_row + 5) + 2; in store_image_row()
1198 ps->image_h = cRows; in store_ensure_image()
1238 png_uint_32 rows = ps->image_h; in store_image_check()
1240 image += iImage * (cbRow+5) * ps->image_h; in store_image_check()