Skip to content

Fix for false BER_detect in FIX_685_BER_IN_HVQ

norvell requested to merge 685-ism4-decoder-detects-ber into main

Related to #685 (closed)

Fixes a false BER_detect flag observed in ISM operation. In EVS, the bit rate would not go below 24.4 kbps for the HVQ. This means the pvq_bands was always larger than 0. With the variable rate core, the pvq_bands may be zero for low bit rates, so the warning should not be raised there.

Merge request reports

Loading