Loading lib_enc/lib_enc.c +5 −2 Original line number Diff line number Diff line Loading @@ -1639,9 +1639,12 @@ ivas_error IVAS_ENC_EncodeFrameToSerial( /* set pointers to the new buffers of indices in each element */ for ( n = 0; n < st_ivas->nSCE; n++ ) { if ( !( hIvasEnc->hCoreCoder == NULL && hEncoderConfig->ivas_format == MONO_FORMAT ) && ( hEncoderConfig->element_mode_init != EVS_MONO ) ) if ( !( hIvasEnc->hCoreCoder == NULL && hEncoderConfig->ivas_format == MONO_FORMAT ) ) { if ( ( hEncoderConfig->element_mode_init != EVS_MONO ) ) { st_ivas->hSCE[n]->hCoreCoder[0]->hBstr->ind_list = st_ivas->ind_list; } st_ivas->hSCE[n]->hCoreCoder[0]->hBstr->ivas_ind_list_zero = &st_ivas->ind_list; } Loading Loading
lib_enc/lib_enc.c +5 −2 Original line number Diff line number Diff line Loading @@ -1639,9 +1639,12 @@ ivas_error IVAS_ENC_EncodeFrameToSerial( /* set pointers to the new buffers of indices in each element */ for ( n = 0; n < st_ivas->nSCE; n++ ) { if ( !( hIvasEnc->hCoreCoder == NULL && hEncoderConfig->ivas_format == MONO_FORMAT ) && ( hEncoderConfig->element_mode_init != EVS_MONO ) ) if ( !( hIvasEnc->hCoreCoder == NULL && hEncoderConfig->ivas_format == MONO_FORMAT ) ) { if ( ( hEncoderConfig->element_mode_init != EVS_MONO ) ) { st_ivas->hSCE[n]->hCoreCoder[0]->hBstr->ind_list = st_ivas->ind_list; } st_ivas->hSCE[n]->hCoreCoder[0]->hBstr->ivas_ind_list_zero = &st_ivas->ind_list; } Loading