Home
last modified time | relevance | path

Searched refs:base_p (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image_write.h1477 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core() local
1481 int p = base_p + ((col < width) ? col : (width-1))*comp; in stbi_write_jpg_core()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_write.h1477 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core() local
1481 int p = base_p + ((col < width) ? col : (width-1))*comp; in stbi_write_jpg_core()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c934 struct ttm_base_object **base_p) in vmw_surface_handle_reference() argument
994 *base_p = base; in vmw_surface_handle_reference()