Searched refs:deviationFactor2 (Results 1 – 1 of 1) sorted by relevance
1064 uint32_t deviationFactor2 = ((((deviationFactor1 >> 15) * scale) >> 1) + in LRF_programShape() local1067 int32_t shapeGain = 8 - countLeadingZeros(deviationFactor2 >> 11); in LRF_programShape()1080 … ((deviationFactor2 * txShape->coeff[i]) + (1 << (18 + shapeGain))) >> (19 + shapeGain); in LRF_programShape()