Instrumentation misuse in function unclr_classifier_dft_fx()
# Basic info - Fixed point: - Encoder (fixed): a7049067ef4c66ddc86df97a241231c1e165ee57 - Decoder (fixed): a7049067ef4c66ddc86df97a241231c1e165ee57 # Issue description In function `unclr_classifier_dft_fx()` One instance of a `Word32` variable was assigned a value and `move16()` was used. This is a violation of the rules of STL_manual_basop. ``` relE_ST = hStereoClassif->relE_buf_fx[0]; move16(); ``` Please fix it to `move32()` .
issue