Searched refs:pct_i (Results 1 – 1 of 1) sorted by relevance
516 static uint32_t RCL_Handler_BLE_CS_convertPct(int16_t pct_i, int16_t pct_q, uint8_t channelIdx);1427 void RCL_Handler_BLE_CS_rotateVector(int16_t *pct_i, int16_t *pct_q, int16_t theta) in RCL_Handler_BLE_CS_rotateVector() argument1457 int32_t x = ((int32_t) *pct_i); in RCL_Handler_BLE_CS_rotateVector()1463 y = +((int32_t) *pct_i); in RCL_Handler_BLE_CS_rotateVector()1469 y = -((int32_t) *pct_i); in RCL_Handler_BLE_CS_rotateVector()1502 *pct_i = (x >> NBITS); in RCL_Handler_BLE_CS_rotateVector()1510 static uint32_t RCL_Handler_BLE_CS_convertPct(int16_t pct_i, int16_t pct_q, uint8_t channelIdx) in RCL_Handler_BLE_CS_convertPct() argument1520 RCL_Handler_BLE_CS_rotateVector(&pct_i, &pct_q, CALC_ANGLE(channelIdx)); in RCL_Handler_BLE_CS_convertPct()1524 | ( (pct_i >> 1) & 0x0FFF); in RCL_Handler_BLE_CS_convertPct()