Lines Matching refs:coe
343 int coe; member
694 static unsigned int CCO(unsigned int x,unsigned int coe[],int k) in CCO() argument
699 return (x & ~31)+(31 - (coe[31-(x&31)] & 31)); in CCO()
701 return (x & ~31)+(coe[x&31] & 31); in CCO()
706 return (x & ~63)+(63 - (coe[63-(x&63)] & 63)); in CCO()
708 return (x & ~63)+(coe[x&63] & 63); in CCO()
712 return (x & ~63)+(coe[x&63] & 63); in CCO()
1529 int coe; in PointEdge() member
1600 stretch->left[i].coe/128; in PointEdge()
1619 stretch->right[i].coe/128; in PointEdge()
1638 stretch->up[i].coe/128; in PointEdge()
1657 stretch->down[i].coe/128; in PointEdge()
1678 int coe; in PointStretch() member
1768 dc[0] = (shake_all[0].coe*100+64)/128; in PointStretch()
1845 dc[i+1] = shake_all[i].coe;//;ds[i+1] * shake_all[i].coe; in PointStretch()
1847 if(shake_all[0].coe >= 128 || shake_all[0].coe <= shake_all[1].coe) in PointStretch()
1854 ds[0] = ds[1] + (128 - shake_all[0].coe) * in PointStretch()
1855 (ds[1]-ds[2])/(shake_all[0].coe - shake_all[1].coe); in PointStretch()
2904 ret_offset = ret_offset / n * model[j].coe / 0x10;//coe <0x3fff in GestureModel()