Commit 18ce0a33 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

disable some changes for now

parent 341fb63a
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1984,7 +1984,7 @@ void ivas_param_ism_params_to_masa_param_mapping_fx(
    Word16 azimuth[2];
    Word16 elevation[2];
    Word16 power_ratio_fx[2]; /* Q15 */
#ifdef OBJ_EDITING_PARAMISM_BIN
#if 0
    MASA_ISM_DATA_HANDLE hMasaIsmData;
    int16_t obj;
    int16_t obj_idx;
@@ -2000,7 +2000,7 @@ void ivas_param_ism_params_to_masa_param_mapping_fx(
    move16();
    nBins = hSpatParamRendCom->num_freq_bands;
    move16();
#ifdef OBJ_EDITING_PARAMISM_BIN
#if 0
    hMasaIsmData = st_ivas->hMasaIsmData;
    move16();
#endif
+2 −2
Original line number Diff line number Diff line
@@ -4701,8 +4701,8 @@ void ivas_jbm_dec_prepare_renderer(
#ifdef OMASA_OBJECT_EDITING
            IF( st_ivas->ism_mode == ISM_MASA_MODE_DISC && st_ivas->renderer_type == RENDERER_BINAURAL_PARAMETRIC )
            {
                Word16 tcBufferSize;
                tcBufferSize = st_ivas->hSpatParamRendCom->num_slots * st_ivas->hSpatParamRendCom->slot_size;
                //Word16 tcBufferSize;
                //tcBufferSize = st_ivas->hSpatParamRendCom->num_slots * st_ivas->hSpatParamRendCom->slot_size;

                IF( st_ivas->hMasaIsmData->masa_gain_is_edited )
                {