Lines Matching defs:c1
5034 int32_t c1 = signExtendNybble((in.orientation & 0xf0) >> 4);5036 if (c1 != 0 || c2 != 0) {5037 orientation = atan2f(c1, c2) * 0.5f;5038 float confidence = hypotf(c1, c2);