Home
last modified time | relevance | path

Searched refs:x_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
2563 transform[0] = x_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
2563 transform[0] = x_scale; in stbir_resize_subpixel()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgsl_point_id.c355 static int x_scale; variable
2941 x_scale = (conf[3]==0) ? 4 : conf[3]; in GestureSet()
3036 if (abs(gesture_buf[i].other.x - middle_x)<(int)sen_num_nokey * 64 / x_scale)//screen_y_max/8)//30 in GestureLRUD()