Loading lib_dec/ivas_spar_decoder.c +8 −7 Original line number Diff line number Diff line Loading @@ -1502,7 +1502,8 @@ void ivas_spar_dec_upmixer( for ( i = 0; i < nchan_transport; i++ ) { tmp = roundf( output[i][j] * PCM16_TO_FLT_FAC ); pcm = ( tmp > MAX16B_FLT ) ? MAX16B : ( tmp < MIN16B_FLT ) ? MIN16B : (short) tmp; pcm = ( tmp > MAX16B_FLT ) ? MAX16B : ( tmp < MIN16B_FLT ) ? MIN16B : (short) tmp; dbgwrite( &pcm, sizeof( int16_t ), 1, 1, "dmx_dec.raw" ); } } Loading lib_dec/ivas_dirac_dec.c +20 −20 File changed.Contains only whitespace changes. Show changes lib_dec/ivas_dirac_output_synthesis_dec.c +1 −1 File changed.Contains only whitespace changes. Show changes Loading
lib_dec/ivas_spar_decoder.c +8 −7 Original line number Diff line number Diff line Loading @@ -1502,7 +1502,8 @@ void ivas_spar_dec_upmixer( for ( i = 0; i < nchan_transport; i++ ) { tmp = roundf( output[i][j] * PCM16_TO_FLT_FAC ); pcm = ( tmp > MAX16B_FLT ) ? MAX16B : ( tmp < MIN16B_FLT ) ? MIN16B : (short) tmp; pcm = ( tmp > MAX16B_FLT ) ? MAX16B : ( tmp < MIN16B_FLT ) ? MIN16B : (short) tmp; dbgwrite( &pcm, sizeof( int16_t ), 1, 1, "dmx_dec.raw" ); } } Loading
lib_dec/ivas_dirac_output_synthesis_dec.c +1 −1 File changed.Contains only whitespace changes. Show changes