Searched refs:deviationFactor1 (Results 1 – 1 of 1) sorted by relevance
1060 uint32_t deviationFactor1 = ((deviation >> 12) * invSynthFreq) + in LRF_programShape() local1064 uint32_t deviationFactor2 = ((((deviationFactor1 >> 15) * scale) >> 1) + in LRF_programShape()1065 (((deviationFactor1 & 0x7FFF) * scale) >> 16) + (1 << 4)) >> 5; in LRF_programShape()