Commit 37875f0b authored by Jouni Paulus's avatar Jouni Paulus
Browse files

address MR formatting comments

parent cab9c0e4
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -491,6 +491,7 @@ ivas_error ivas_omasa_dec_config(
                return error;
            }
        }

#endif
        /*-----------------------------------------------------------------*
         * TD Decorrelator
@@ -850,6 +851,7 @@ void ivas_omasa_rearrange_channels(
}

#ifdef OMASA_EXT_OUTPUT

/*-------------------------------------------------------------------------*
 * ivas_omasa_combine_separate_ism_with_masa_open()
 *
@@ -885,6 +887,7 @@ ivas_error ivas_omasa_combine_separate_ism_with_masa_open(
    return IVAS_ERR_OK;
}


/*--------------------------------------------------------------------------*
 * ivas_omasa_combine_separate_ism_with_masa()
 *
@@ -1033,6 +1036,7 @@ void ivas_omasa_combine_separate_ism_with_masa(
    return;
}


/*-------------------------------------------------------------------------*
 * ivas_omasa_render_objects_from_mix_open()
 *
@@ -1066,6 +1070,7 @@ ivas_error ivas_omasa_render_objects_from_mix_open(
    return IVAS_ERR_OK;
}


/*--------------------------------------------------------------------------*
 * ivas_omasa_render_objects_from_mix()
 *
+1 −0
Original line number Diff line number Diff line
@@ -884,6 +884,7 @@ typedef struct ivas_masa_ism_ext_data_structure
    float masa_render_proto_energy[CLDFB_NO_CHANNELS_MAX];
    float masa_render_target_energy[CLDFB_NO_CHANNELS_MAX];
    float masa_render_masa_to_total[MAX_PARAM_SPATIAL_SUBFRAMES + DELAY_MASA_PARAM_DEC_SFR][CLDFB_NO_CHANNELS_MAX];

} MASA_ISM_EXT_DATA, *MASA_ISM_EXT_DATA_HANDLE;
#endif