Commit e40a121b authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Fix for 3GPP issue 1060: [SBA at 32 kbps] Core coder output with 8 to 15 kHz zeroed out

link #1060
parent be823d0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1278,7 +1278,7 @@ void analysisCldfbEncoder_ivas_fx(
        scale_sig32( st->cldfbAnaEnc->cldfb_state_fx, sub( st->cldfbAnaEnc->p_filter_length, st->cldfbAnaEnc->no_channels ), shift );
    }

    scale->lb_scale = sub( 16 + 5, sub( timeInq, shift ) );
    scale->lb_scale = sub( Q31, sub( sub( timeInq, shift ), Q5 ) );
    enerScale.lb_scale = negate( scale->lb_scale );
    enerScale.lb_scale16 = negate( scale->lb_scale );
    move16();