Commit e0010a4d authored by multrus's avatar multrus
Browse files

formatting

parent d4e59031
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -176,14 +176,12 @@


#define NONBE_FIX_787_PARAM_UPMIX_LEVEL                       /* Dlb: issue 787: fix level of Mono/Stereo for ParamUpmix mode */

#define NONBE_FIX_774_OSBA_MONO_DEC_CRASH                     /* FhG: issue 774: decoder crash for OSBA to mono */
#define NONBE_FIX_802_PARAMUPMIX_HIGHPASS                     /* Dlb: issue 802: Move HighPass filter operation for ParamUpmix */
#define NONBE_FIX_809_EXTERNAL_TARGET_INTERPOLATION           /* FhG: issue 809: unify external target interpolation inter and intra frame behaviour */
#define NONBE_FIX_775_OSBA_BR_SWITCHING_CRASH                 /* FhG: issue 775: fix crash in OSBA with bitrate switching and output order lower than input order */

#define JBM_FOR_OSBA                                          /* FhG: implement OSBA format in the JBM path */

#ifdef JBM_FOR_OSBA
#define OSBA_ROOM_IR
#endif
+0 −1
Original line number Diff line number Diff line
@@ -413,7 +413,6 @@ ivas_error ivas_enc(

            /* get SBA TCs */
            ivas_sba_getTCs( &data_f[n], st_ivas, input_frame );

        }

        /* core-coding of transport channels */
+13 −14
Original line number Diff line number Diff line
@@ -6233,8 +6233,7 @@ static ivas_error renderIsmToMc(
            if ( ( error = getEfapGains( *ismInput->base.ctx.pEfapOutWrapper,
                                         (int16_t) floorf( ismInput->previousPos.azimuth + 0.5f ),
                                         (int16_t) floorf( ismInput->previousPos.elevation + 0.5f ),
                                         ismInput->prev_pan_gains
                                         ) ) != IVAS_ERR_OK )
                                         ismInput->prev_pan_gains ) ) != IVAS_ERR_OK )
            {
                return error;
            }
+5 −5

File changed.

Contains only whitespace changes.

+18 −18

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+29 −29

File changed.

Contains only whitespace changes.

+28 −28

File changed.

Contains only whitespace changes.

Loading