Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_resize.h364 float x_scale, float y_scale,
2559 float x_scale, float y_scale, in stbir_resize_subpixel() argument
2564 transform[1] = y_scale; in stbir_resize_subpixel()
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image_resize.h364 float x_scale, float y_scale,
2559 float x_scale, float y_scale, in stbir_resize_subpixel() argument
2564 transform[1] = y_scale; in stbir_resize_subpixel()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgsl_point_id.c356 static int y_scale; variable
2942 y_scale = (conf[4]==0) ? 4 : conf[4]; in GestureSet()
3040 if (abs(gesture_buf[i].other.y - middle_y)<(int)drv_num_nokey * 64 / y_scale)//screen_x_max/8)//25 in GestureLRUD()