Commit 136c03e6 authored by lintervo's avatar lintervo
Browse files

Fix formatting

parent d527fa6e
Loading
Loading
Loading
Loading
Loading
+10 −11
Original line number Diff line number Diff line
@@ -1994,7 +1994,6 @@ void ivas_param_ism_params_to_masa_param_mapping_fx(
#endif



    hParamIsmDec = st_ivas->hParamIsmDec;
    move16();
    hSpatParamRendCom = st_ivas->hSpatParamRendCom;
+31 −32
Original line number Diff line number Diff line
@@ -4147,7 +4147,6 @@ ivas_error IVAS_DEC_GetEditableParameters(
                hIvasEditableParameters->ism_metadata[obj].gain_fx = hIvasDec->st_ivas->hIsmMetaData[obj]->edited_gain_fx;
                hIvasEditableParameters->ism_metadata[obj].non_diegetic_flag = hIvasDec->st_ivas->hIsmMetaData[obj]->non_diegetic_flag;
            }

        }
    }
#endif
+275 −280
Original line number Diff line number Diff line
@@ -5993,7 +5993,6 @@ void ivas_omasa_preProcessStereoTransportsForEditedObjects_fx(
                        subframeEneCh_Q[ch] = 31 - subframeEneCh_e[ch];
                        move32();
                        move32();

                    }
                }
            }
@@ -6139,7 +6138,6 @@ void ivas_omasa_preProcessStereoTransportsForEditedObjects_fx(
                    }



                    /* If separated ism edited, apply gain directly to the separated ism */
                    IF( EQ_16( ismDirIndex, hMasaIsmData->idx_separated_ism ) )
                    {
@@ -6246,7 +6244,6 @@ void ivas_omasa_preProcessStereoTransportsForEditedObjects_fx(
            }



            /* New target total energy ratio divider */
            IF( ratioAccNew > 0 )
            {
@@ -6529,7 +6526,6 @@ void ivas_omasa_preProcessStereoTransportsForEditedObjects_fx(
                }
                ismPreprocMtxNew_e[1 - ch][ch] = Q28; // This may be removed
                move32();

            }

            /* Get increment value for temporal interpolation */
@@ -6571,7 +6567,6 @@ void ivas_omasa_preProcessStereoTransportsForEditedObjects_fx(
                            temp = Mpy_32_32( inIm_fx[inCh][slot][bin], hMasaIsmData->ismPreprocMatrix_fx[outCh][inCh][band_idx] ); // Q = q_cldfb* + 28 - 31 =  q_cldfb*-3
                            outSlotIm[outCh][slot][bin] = L_add( outSlotIm[outCh][slot][bin], L_shl( temp, 3 ) );                   // Q = q_cldfb*
                            move32();

                        }
                    }

+4 −4

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+5 −5

File changed.

Contains only whitespace changes.

+7 −7

File changed.

Contains only whitespace changes.

+24 −24

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+9 −9

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+14 −14

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

Loading