Loading lib_dec/ivas_core_dec.c +2 −1 Original line number Diff line number Diff line Loading @@ -206,7 +206,8 @@ ivas_error ivas_core_dec( { float gain; gain = ( st->element_mode == IVAS_CPE_MDCT ) ? st->hTcxDec->conceal_eof_gain : ( st->hPlcInfo != NULL ) ? st->hPlcInfo->recovery_gain : 0.0f; gain = ( st->element_mode == IVAS_CPE_MDCT ) ? st->hTcxDec->conceal_eof_gain : ( st->hPlcInfo != NULL ) ? st->hPlcInfo->recovery_gain : 0.0f; if ( ( st->element_mode == IVAS_CPE_MDCT && hMCT == NULL ) || ( st->hPlcInfo != NULL ) ) { Loading lib_dec/ivas_tcx_core_dec.c +2 −3 Original line number Diff line number Diff line Loading @@ -963,8 +963,7 @@ static void dec_prm_tcx( static void stereo_tcx_dec_mode_switch_reconf( Decoder_State *st, const int16_t MCT_flag, const int16_t last_element_mode ) const int16_t last_element_mode ) { int16_t frame_size_index; Loading lib_enc/ivas_sba_enc.c +4 −4 File changed.Contains only whitespace changes. Show changes Loading
lib_dec/ivas_core_dec.c +2 −1 Original line number Diff line number Diff line Loading @@ -206,7 +206,8 @@ ivas_error ivas_core_dec( { float gain; gain = ( st->element_mode == IVAS_CPE_MDCT ) ? st->hTcxDec->conceal_eof_gain : ( st->hPlcInfo != NULL ) ? st->hPlcInfo->recovery_gain : 0.0f; gain = ( st->element_mode == IVAS_CPE_MDCT ) ? st->hTcxDec->conceal_eof_gain : ( st->hPlcInfo != NULL ) ? st->hPlcInfo->recovery_gain : 0.0f; if ( ( st->element_mode == IVAS_CPE_MDCT && hMCT == NULL ) || ( st->hPlcInfo != NULL ) ) { Loading
lib_dec/ivas_tcx_core_dec.c +2 −3 Original line number Diff line number Diff line Loading @@ -963,8 +963,7 @@ static void dec_prm_tcx( static void stereo_tcx_dec_mode_switch_reconf( Decoder_State *st, const int16_t MCT_flag, const int16_t last_element_mode ) const int16_t last_element_mode ) { int16_t frame_size_index; Loading