Loading lib_dec/ivas_spar_decoder.c +6 −2 Original line number Diff line number Diff line Loading @@ -341,8 +341,12 @@ ivas_error ivas_spar_dec( st0->bit_stream = bstr_meta; st0->next_bit_pos = 0; st0->bits_frame = min( MAX_BITS_METADATA, last_bit_pos + 1 ); #ifdef FIX_565_SBA_BURST_IN_FEC if ( !st0->bfi ) #endif { st0->total_brate = hDecoderConfig->ivas_total_brate; /* to avoid BER detect */ } ivas_spar_dec_MD( st_ivas, st0 ); *nb_bits_read = st0->next_bit_pos + nb_bits_read_orig; Loading Loading
lib_dec/ivas_spar_decoder.c +6 −2 Original line number Diff line number Diff line Loading @@ -341,8 +341,12 @@ ivas_error ivas_spar_dec( st0->bit_stream = bstr_meta; st0->next_bit_pos = 0; st0->bits_frame = min( MAX_BITS_METADATA, last_bit_pos + 1 ); #ifdef FIX_565_SBA_BURST_IN_FEC if ( !st0->bfi ) #endif { st0->total_brate = hDecoderConfig->ivas_total_brate; /* to avoid BER detect */ } ivas_spar_dec_MD( st_ivas, st0 ); *nb_bits_read = st0->next_bit_pos + nb_bits_read_orig; Loading