Draft: LSF_LVQ_RESTRUCTURE
- Related issues: #2303
- Requested reviewers: @vasilache
Reason why this change is needed
-
This MR follows #2303 (comment 109324): several LSF LVQ static buffers are defined in every core-encoder and core-decoder structure in BASOP while there were removed in FLOAT. Their memory impact is 9,892 bytes per transport channel, both at the encoder and the decoder.
This issue is worked on in #2492 and this MR is an intermediate step that shows the static RAM savings in IVAS formats.
Description of the change
- Allocate LSF LVQ static buffers only in the EVS mode. Consequently, 9,892 bytes of static RAM per transport channel are saved both at the encoder and the decoder.
Affected operating points
- All is BE.
Edited by vaclav