Loading lib_enc/ivas_ism_metadata_enc.c +6 −6 Original line number Diff line number Diff line Loading @@ -877,7 +877,7 @@ static void encode_radius( BSTR_ENC_HANDLE hBstr, /* i/o: bitstream handle */ int16_t *last_radius_idx, /* i/o: last radius index */ int16_t *radius_diff_cnt, /* i/o: radius diff coding counter */ const int16_t last_ism_metadata_flag, /* last frame ism_metadata_flag */ const int16_t last_ism_metadata_flag, /* i : last frame ism_metadata_flag */ const int16_t idx_radius_abs, /* i : Azimuth index */ int16_t *flag_abs_radius /* o : Radius encoding mode */ ) Loading lib_rend/lib_rend.c +1 −0 Original line number Diff line number Diff line Loading @@ -3382,6 +3382,7 @@ static ivas_error validateCustomLsLayout( * IVAS_REND_ConfigureCustomOutputLoudspeakerLayout() * * * Note: this will reset custom LFE routings set for any MC input *-------------------------------------------------------------------*/ ivas_error IVAS_REND_ConfigureCustomOutputLoudspeakerLayout( Loading lib_rend/lib_rend.h +5 −7 Original line number Diff line number Diff line Loading @@ -135,7 +135,6 @@ ivas_error IVAS_REND_Open( const int16_t num_subframes /* i : number of subframes */ ); /* Note: this will reset custom LFE routings set for any MC input */ ivas_error IVAS_REND_ConfigureCustomOutputLoudspeakerLayout( IVAS_REND_HANDLE hIvasRend, /* i/o: Renderer handle */ const IVAS_CUSTOM_LS_DATA layout /* i : custom loudspeaker layout for renderer output */ Loading @@ -155,7 +154,6 @@ ivas_error IVAS_REND_AddInput( IVAS_REND_InputId *inputId /* o : ID of the new input */ ); /* Note: this will reset any custom LFE routing set for the input */ ivas_error IVAS_REND_ConfigureCustomInputLoudspeakerLayout( IVAS_REND_HANDLE hIvasRend, /* i/o: Renderer handle */ const IVAS_REND_InputId inputId, /* i : ID of the input */ Loading lib_rend/ivas_prot_rend.h +7 −7 File changed.Contains only whitespace changes. Show changes Loading
lib_enc/ivas_ism_metadata_enc.c +6 −6 Original line number Diff line number Diff line Loading @@ -877,7 +877,7 @@ static void encode_radius( BSTR_ENC_HANDLE hBstr, /* i/o: bitstream handle */ int16_t *last_radius_idx, /* i/o: last radius index */ int16_t *radius_diff_cnt, /* i/o: radius diff coding counter */ const int16_t last_ism_metadata_flag, /* last frame ism_metadata_flag */ const int16_t last_ism_metadata_flag, /* i : last frame ism_metadata_flag */ const int16_t idx_radius_abs, /* i : Azimuth index */ int16_t *flag_abs_radius /* o : Radius encoding mode */ ) Loading
lib_rend/lib_rend.c +1 −0 Original line number Diff line number Diff line Loading @@ -3382,6 +3382,7 @@ static ivas_error validateCustomLsLayout( * IVAS_REND_ConfigureCustomOutputLoudspeakerLayout() * * * Note: this will reset custom LFE routings set for any MC input *-------------------------------------------------------------------*/ ivas_error IVAS_REND_ConfigureCustomOutputLoudspeakerLayout( Loading
lib_rend/lib_rend.h +5 −7 Original line number Diff line number Diff line Loading @@ -135,7 +135,6 @@ ivas_error IVAS_REND_Open( const int16_t num_subframes /* i : number of subframes */ ); /* Note: this will reset custom LFE routings set for any MC input */ ivas_error IVAS_REND_ConfigureCustomOutputLoudspeakerLayout( IVAS_REND_HANDLE hIvasRend, /* i/o: Renderer handle */ const IVAS_CUSTOM_LS_DATA layout /* i : custom loudspeaker layout for renderer output */ Loading @@ -155,7 +154,6 @@ ivas_error IVAS_REND_AddInput( IVAS_REND_InputId *inputId /* o : ID of the new input */ ); /* Note: this will reset any custom LFE routing set for the input */ ivas_error IVAS_REND_ConfigureCustomInputLoudspeakerLayout( IVAS_REND_HANDLE hIvasRend, /* i/o: Renderer handle */ const IVAS_REND_InputId inputId, /* i : ID of the input */ Loading