Loading lib_dec/ivas_init_dec.c +0 −4 Original line number Diff line number Diff line Loading @@ -1099,14 +1099,10 @@ static ivas_error ivas_read_format( st_ivas->sba_order = st_ivas->bit_stream[*num_bits_read + 1]; st_ivas->sba_order += 2 * st_ivas->bit_stream[*num_bits_read]; *num_bits_read += SBA_ORDER_BITS; #ifdef NONBE_FIX_1209_SID_SIGNALING st_ivas->sba_analysis_order = SBA_FOA_ORDER; /* Hard coded DTX is supported with FOA analysis order only */ #else if ( st_ivas->sba_analysis_order == 0 ) { st_ivas->sba_analysis_order = SBA_FOA_ORDER; } #endif } /* reset bitstream handle to avoid BER detection after reading the 2400 kbps for ch0 */ Loading Loading
lib_dec/ivas_init_dec.c +0 −4 Original line number Diff line number Diff line Loading @@ -1099,14 +1099,10 @@ static ivas_error ivas_read_format( st_ivas->sba_order = st_ivas->bit_stream[*num_bits_read + 1]; st_ivas->sba_order += 2 * st_ivas->bit_stream[*num_bits_read]; *num_bits_read += SBA_ORDER_BITS; #ifdef NONBE_FIX_1209_SID_SIGNALING st_ivas->sba_analysis_order = SBA_FOA_ORDER; /* Hard coded DTX is supported with FOA analysis order only */ #else if ( st_ivas->sba_analysis_order == 0 ) { st_ivas->sba_analysis_order = SBA_FOA_ORDER; } #endif } /* reset bitstream handle to avoid BER detection after reading the 2400 kbps for ch0 */ Loading