Loading lib_dec/ivas_dec.c +4 −0 Original line number Diff line number Diff line Loading @@ -600,6 +600,10 @@ ivas_error ivas_dec( #ifdef DEBUG_MODE_INFO dbgwrite( &st_ivas->bfi, sizeof( int16_t ), 1, output_frame, "res/bfi" ); dbgwrite( &st_ivas->BER_detect, sizeof( int16_t ), 1, output_frame, "res/BER_detect" ); { float tmpF = ivas_total_brate / 1000.0f; dbgwrite( &tmpF, sizeof( float ), 1, output_frame, "res/ivas_total_brate.dec" ); } #endif wmops_sub_end(); Loading Loading
lib_dec/ivas_dec.c +4 −0 Original line number Diff line number Diff line Loading @@ -600,6 +600,10 @@ ivas_error ivas_dec( #ifdef DEBUG_MODE_INFO dbgwrite( &st_ivas->bfi, sizeof( int16_t ), 1, output_frame, "res/bfi" ); dbgwrite( &st_ivas->BER_detect, sizeof( int16_t ), 1, output_frame, "res/BER_detect" ); { float tmpF = ivas_total_brate / 1000.0f; dbgwrite( &tmpF, sizeof( float ), 1, output_frame, "res/ivas_total_brate.dec" ); } #endif wmops_sub_end(); Loading