Loading lib_dec/ivas_sba_dec.c +3 −13 Original line number Diff line number Diff line Loading @@ -877,15 +877,6 @@ ivas_error ivas_sba_dec_reconfigure( st_ivas->hSCE[0]->hCoreCoder[0]->cng_sba_flag = 1; } else if ( st_ivas->nchan_transport == 2 ) { if ( st_ivas->sba_mode == SBA_MODE_SPAR ) { for ( n = 0; n < CPE_CHANNELS; n++ ) { st_ivas->hCPE[0]->hCoreCoder[n]->cng_sba_flag = 1; } } else { for ( n = 0; n < CPE_CHANNELS; n++ ) { Loading @@ -893,7 +884,6 @@ ivas_error ivas_sba_dec_reconfigure( st_ivas->hCPE[0]->hCoreCoder[n]->cng_sba_flag = 1; } } } else { for ( cpe_id = 0; cpe_id < st_ivas->nCPE; cpe_id++ ) Loading lib_enc/ivas_init_enc.c +3 −3 Original line number Diff line number Diff line Loading @@ -480,7 +480,7 @@ ivas_error ivas_init_encoder( } } /* Metadata only initialized for the last cpe index */ /* Metadata only initialized for the last CPE index */ if ( cpe_id == st_ivas->nCPE - 1 ) { st_ivas->hCPE[cpe_id]->hMetaData->ind_list = ind_list_metadata[st_ivas->nSCE]; Loading Loading @@ -558,7 +558,7 @@ ivas_error ivas_init_encoder( reset_indices_enc( st_ivas->hCPE[cpe_id]->hCoreCoder[n]->hBstr, MAX_NUM_INDICES ); } /* Metadata only initialized for the last cpe index*/ /* Metadata only initialized for the last CPE index*/ if ( cpe_id == st_ivas->nCPE - 1 ) { st_ivas->hCPE[cpe_id]->hMetaData->ind_list = ind_list_metadata[st_ivas->nSCE]; Loading Loading @@ -643,7 +643,7 @@ ivas_error ivas_init_encoder( reset_indices_enc( st_ivas->hCPE[cpe_id]->hCoreCoder[n]->hBstr, MAX_NUM_INDICES ); } /* Metadata only initialized for the last cpe index*/ /* Metadata only initialized for the last CPE index*/ if ( cpe_id == st_ivas->nCPE - 1 ) { st_ivas->hCPE[cpe_id]->hMetaData->ind_list = ind_list_metadata[st_ivas->nSCE]; Loading Loading
lib_dec/ivas_sba_dec.c +3 −13 Original line number Diff line number Diff line Loading @@ -877,15 +877,6 @@ ivas_error ivas_sba_dec_reconfigure( st_ivas->hSCE[0]->hCoreCoder[0]->cng_sba_flag = 1; } else if ( st_ivas->nchan_transport == 2 ) { if ( st_ivas->sba_mode == SBA_MODE_SPAR ) { for ( n = 0; n < CPE_CHANNELS; n++ ) { st_ivas->hCPE[0]->hCoreCoder[n]->cng_sba_flag = 1; } } else { for ( n = 0; n < CPE_CHANNELS; n++ ) { Loading @@ -893,7 +884,6 @@ ivas_error ivas_sba_dec_reconfigure( st_ivas->hCPE[0]->hCoreCoder[n]->cng_sba_flag = 1; } } } else { for ( cpe_id = 0; cpe_id < st_ivas->nCPE; cpe_id++ ) Loading
lib_enc/ivas_init_enc.c +3 −3 Original line number Diff line number Diff line Loading @@ -480,7 +480,7 @@ ivas_error ivas_init_encoder( } } /* Metadata only initialized for the last cpe index */ /* Metadata only initialized for the last CPE index */ if ( cpe_id == st_ivas->nCPE - 1 ) { st_ivas->hCPE[cpe_id]->hMetaData->ind_list = ind_list_metadata[st_ivas->nSCE]; Loading Loading @@ -558,7 +558,7 @@ ivas_error ivas_init_encoder( reset_indices_enc( st_ivas->hCPE[cpe_id]->hCoreCoder[n]->hBstr, MAX_NUM_INDICES ); } /* Metadata only initialized for the last cpe index*/ /* Metadata only initialized for the last CPE index*/ if ( cpe_id == st_ivas->nCPE - 1 ) { st_ivas->hCPE[cpe_id]->hMetaData->ind_list = ind_list_metadata[st_ivas->nSCE]; Loading Loading @@ -643,7 +643,7 @@ ivas_error ivas_init_encoder( reset_indices_enc( st_ivas->hCPE[cpe_id]->hCoreCoder[n]->hBstr, MAX_NUM_INDICES ); } /* Metadata only initialized for the last cpe index*/ /* Metadata only initialized for the last CPE index*/ if ( cpe_id == st_ivas->nCPE - 1 ) { st_ivas->hCPE[cpe_id]->hMetaData->ind_list = ind_list_metadata[st_ivas->nSCE]; Loading