Searched refs:shapeGain (Results 1 – 1 of 1) sorted by relevance
1067 int32_t shapeGain = 8 - countLeadingZeros(deviationFactor2 >> 11); in LRF_programShape() local1068 if (shapeGain < 0) in LRF_programShape()1070 shapeGain = 0; in LRF_programShape()1080 … ((deviationFactor2 * txShape->coeff[i]) + (1 << (18 + shapeGain))) >> (19 + shapeGain); in LRF_programShape()1091 if (shapeGain > 3) in LRF_programShape()1094 shapeGain = 3; in LRF_programShape()1096 …G_READ_LRF(LRFDRFE_BASE + LRFDRFE_O_MOD0) & ~LRFDRFE_MOD0_SHPGAIN_M) | (shapeGain << LRFDRFE_MOD0_… in LRF_programShape()