Loading lib_dec/acelp_core_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -1079,7 +1079,7 @@ ivas_error acelp_core_dec( * Formant post-filter *-----------------------------------------------------------------*/ if ( st->hPFstat != NULL && st->last_bwidth >= WB && ( st->core_brate > ACELP_24k40 || st->element_mode > EVS_MONO ) && st->core_brate <= ACELP_32k ) /* TODO: TBV for TD stereo */ if ( st->hPFstat != NULL && st->last_bwidth >= WB && ( st->core_brate > ACELP_24k40 || st->element_mode > EVS_MONO ) && st->core_brate <= ACELP_32k ) { mvr2r( syn, temp_buf + L_SYN_MEM, L_FRAME16k ); Loading Loading
lib_dec/acelp_core_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -1079,7 +1079,7 @@ ivas_error acelp_core_dec( * Formant post-filter *-----------------------------------------------------------------*/ if ( st->hPFstat != NULL && st->last_bwidth >= WB && ( st->core_brate > ACELP_24k40 || st->element_mode > EVS_MONO ) && st->core_brate <= ACELP_32k ) /* TODO: TBV for TD stereo */ if ( st->hPFstat != NULL && st->last_bwidth >= WB && ( st->core_brate > ACELP_24k40 || st->element_mode > EVS_MONO ) && st->core_brate <= ACELP_32k ) { mvr2r( syn, temp_buf + L_SYN_MEM, L_FRAME16k ); Loading