Remove OMASA redundancies (fix 863)
- Related issues: 863
- Requested reviewers: @vaclav
Reason why this change is needed
- Redundant / unreachable condition in OMASA
Description of the change
- Condition
!( hCPE->element_brate == IVAS_48k && ivas_total_brate == IVAS_32k )
is removed from stereo_classifier because it is not reached, andif ( ivas_total_brate - ism_total_brate < MASA_STEREO_MIN_BITRATE || ivas_total_brate - ism_total_brate < MIN_BRATE_MDCT_STEREO )
is reduced to one comparison since it is on the same parameter.
Affected operating points
- OMASA Produced bitstream should be BE compared to previous state.
Related to #863 (closed)