Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgsl_point_id.c1254 int buf_x[PS_DEEP],buf_y[PS_DEEP]; in PointMedian() local
1270 buf_x[j] = ps[j][i].other.x; in PointMedian()
1273 SortBubble(buf_x,deep); in PointMedian()
1275 pr[0][i].other.x = buf_x[deep / 2]; in PointMedian()