Loading lib_com/ivas_prot.h +7 −2 Original line number Diff line number Diff line Loading @@ -313,9 +313,9 @@ void stereo_dmx_evs_close_encoder( STEREO_DMX_EVS_ENC_HANDLE *hStereoDmxEVS /* i/o: Stereo downmix for EVS encoder handle */ ); ivas_error ivas_dec_tc( ivas_error ivas_dec( Decoder_Struct *st_ivas, /* i/o: IVAS decoder structure */ float *data /* o : output synthesis signals */ int16_t *data /* o : output synthesis signals */ ); ivas_error ivas_dec_render( Loading Loading @@ -782,6 +782,11 @@ void ivas_apply_non_diegetic_panning( * decoder->rendering TC buffer prototypes *----------------------------------------------------------------------------------*/ ivas_error ivas_dec_tc( Decoder_Struct *st_ivas, /* i/o: IVAS decoder structure */ float *data /* o : output synthesis signals */ ); ivas_error ivas_jbm_dec_flush_renderer( Decoder_Struct *st_ivas, /* i/o: IVAS decoder structure */ const int16_t tc_granularity_new, /* i : new renderer granularity */ Loading lib_dec/ivas_jbm_dec.c +1 −1 File changed.Contains only whitespace changes. Show changes Loading
lib_com/ivas_prot.h +7 −2 Original line number Diff line number Diff line Loading @@ -313,9 +313,9 @@ void stereo_dmx_evs_close_encoder( STEREO_DMX_EVS_ENC_HANDLE *hStereoDmxEVS /* i/o: Stereo downmix for EVS encoder handle */ ); ivas_error ivas_dec_tc( ivas_error ivas_dec( Decoder_Struct *st_ivas, /* i/o: IVAS decoder structure */ float *data /* o : output synthesis signals */ int16_t *data /* o : output synthesis signals */ ); ivas_error ivas_dec_render( Loading Loading @@ -782,6 +782,11 @@ void ivas_apply_non_diegetic_panning( * decoder->rendering TC buffer prototypes *----------------------------------------------------------------------------------*/ ivas_error ivas_dec_tc( Decoder_Struct *st_ivas, /* i/o: IVAS decoder structure */ float *data /* o : output synthesis signals */ ); ivas_error ivas_jbm_dec_flush_renderer( Decoder_Struct *st_ivas, /* i/o: IVAS decoder structure */ const int16_t tc_granularity_new, /* i : new renderer granularity */ Loading