Commit 16a62090 authored by vaclav's avatar vaclav
Browse files

Merge branch 'revision_of_todos' into 'main'

Revision of todos 2

See merge request !727
parents eef03f9d 5443cc85
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -292,7 +292,7 @@ ivas_error ivas_jbm_dec_tc(
        }
        else if ( st_ivas->ivas_format == SBA_FORMAT && ( st_ivas->renderer_type == RENDERER_BINAURAL_PARAMETRIC || st_ivas->renderer_type == RENDERER_BINAURAL_PARAMETRIC_ROOM ) )
        {
            float gain = 0.8414f; /* Todo: Temporary gain for roughly matching the loudness. To be tuned later together with other outputs. */
            float gain = 0.8414f; /* Todo: Temporary gain for roughly matching the loudness. To be tuned later together with other outputs. Also, this is not inline with ivas_dec() */

            for ( n = 0; n < nchan_remapped; n++ )
            {
+1 −1
Original line number Diff line number Diff line
@@ -704,7 +704,7 @@ ivas_error init_encoder(
     * TCX core
     *-----------------------------------------------------------------*/

    // ToDo: reduction possible for MCT_CHAN_MODE_LFE channel - see I1-172
    // ToDo: reduction possible for MCT_CHAN_MODE_LFE channel
    if ( idchan == 0 || st->element_mode == IVAS_CPE_MDCT )
    {
        if ( ( st->hTcxEnc = (TCX_ENC_HANDLE) malloc( sizeof( TCX_ENC_DATA ) ) ) == NULL )
+0 −5
Original line number Diff line number Diff line
@@ -145,11 +145,6 @@ ivas_error IVAS_REND_ConfigureCustomOutputLoudspeakerLayout(
    const IVAS_CUSTOM_LS_DATA layout                /* i  : custom loudspeaker layout for renderer output       */
);

/* Note: this affects output delay */
ivas_error IVAS_REND_SetCustomHrtf(
    IVAS_REND_HANDLE hIvasRend,                     /* i/o: Renderer handle                                     */
    void* TODO
);

/* Functions to be called before/during rendering */