Wrong comment in function find_poc_peak_fx()
# Basic info
- Fixed point:
- Encoder (fixed): efc6c0cf3f8bc617ce0b633d6f85eb6df518a09b
- Decoder (fixed): efc6c0cf3f8bc617ce0b633d6f85eb6df518a09b
# Issue description
It appears that in function `find_poc_peak_fx()` a wrong comment exists. As far as static analysis goes there is no problem functionally.
```
tmp15 = BASOP_Util_Add_Mant32Exp( 644245120 /*0.75f in Q31*/, 0, L_negate( tmp14 ), tmp13_e, &tmp15_e );
```
The comment :
```
/*0.75f in Q31*/
```
is wrong and must be 0.3. Please fix it to avoid future refactoring problems.
issue