Loading lib_com/ivas_rom_com.c +0 −1 Original line number Diff line number Diff line Loading @@ -887,7 +887,6 @@ const ivas_spar_br_table_t ivas_spar_br_table_consts[IVAS_SPAR_BR_TABLE_LEN] = { /* When AGC is ON additional (AGC_BITS_PER_CH+1) bits may be taken from each core-coder channel so minimum core-coder bitrate per channel can be min core-coder bitrates as per the table - AGC_BITS_PER_CH */ /* preferred tuning (3.2/4.9kbps) with/out TDD */ { 13200, 0, SBA_FOA_ORDER, FB, 24000, 1, WYXZ, 1, 0, { { 10000, 8300, 13150 } }, { { 15, 1, 5, 1 },{ 15, 1, 3, 1 },{ 7, 1, 3, 1 } }, 0, 0, 0 }, Loading lib_enc/ivas_spar_md_enc.c +1 −2 Original line number Diff line number Diff line Loading @@ -1714,8 +1714,7 @@ static void ivas_store_prior_coeffs( for ( i = 0; i < num_bands; i++ ) { b = i; /* TODO: Bitrate switching will require dependence on bands_bw, and changes to time differential coding/prior index storage for 6-12 band switching. e.g. b = (int16_t) floor( i * one_by_bands_bw ); */ for ( j = 0; j < IVAS_SPAR_MAX_CH - 1; j++ ) { hMdEnc->spar_md_prior.band_coeffs_idx[i].pred_index_re[j] = hMdEnc->spar_md.band_coeffs_idx[b].pred_index_re[j]; Loading Loading
lib_com/ivas_rom_com.c +0 −1 Original line number Diff line number Diff line Loading @@ -887,7 +887,6 @@ const ivas_spar_br_table_t ivas_spar_br_table_consts[IVAS_SPAR_BR_TABLE_LEN] = { /* When AGC is ON additional (AGC_BITS_PER_CH+1) bits may be taken from each core-coder channel so minimum core-coder bitrate per channel can be min core-coder bitrates as per the table - AGC_BITS_PER_CH */ /* preferred tuning (3.2/4.9kbps) with/out TDD */ { 13200, 0, SBA_FOA_ORDER, FB, 24000, 1, WYXZ, 1, 0, { { 10000, 8300, 13150 } }, { { 15, 1, 5, 1 },{ 15, 1, 3, 1 },{ 7, 1, 3, 1 } }, 0, 0, 0 }, Loading
lib_enc/ivas_spar_md_enc.c +1 −2 Original line number Diff line number Diff line Loading @@ -1714,8 +1714,7 @@ static void ivas_store_prior_coeffs( for ( i = 0; i < num_bands; i++ ) { b = i; /* TODO: Bitrate switching will require dependence on bands_bw, and changes to time differential coding/prior index storage for 6-12 band switching. e.g. b = (int16_t) floor( i * one_by_bands_bw ); */ for ( j = 0; j < IVAS_SPAR_MAX_CH - 1; j++ ) { hMdEnc->spar_md_prior.band_coeffs_idx[i].pred_index_re[j] = hMdEnc->spar_md.band_coeffs_idx[b].pred_index_re[j]; Loading