Commit 06964495 authored by vaclav's avatar vaclav
Browse files

Merge branch '2179-ref-non-be-difference-in-basop-of-be-port-376' into 'ivas-float-update'

Non-BE difference in BASOP of BE port 376 to ivas-float-update

See merge request !2504
parents 74b339e0 8b625375
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -190,6 +190,7 @@
#define FIX_1370_EXTERNAL_ORIENTATION_CHECK             /* Nokia: add sanity check for Euler angles for external orientations */
#define FIX_1413_IGF_INIT_PRINTOUT                      /* FhG: use correct variable for IGF initiliazation */
#define FIX_1330_JBM_MEMORY                             /* VA: issue 1330: memory savings in the JBM decoder */
#define FIX_1330_JBM_MEMORY_FIX                         /* VA: basop issue: 2179 fix non-BE difference in FIX_1330_JBM_MEMORY */
#define CODE_IMPROVEMENTS
#define NONBE_1359_FIX_IVASREND_OMASA_BINAURAL_LOUDNESS /* Nokia: issue 1339: Apply scaling to the object-part of OMASA for binaural rendering in IVAS_rend. */
#define NONBE_1362_FIX_OMASA_TO_MASA1_RENDERING         /* Nokia: Fix OMASA to MASA1 rendering in IVAS_rend */
+3 −0
Original line number Diff line number Diff line
@@ -804,6 +804,9 @@ void ivas_jbm_dec_feed_tc_to_renderer(
            for ( ch = 0; ch < max( hTcBuffer->nchan_transport_jbm, hTcBuffer->nchan_buffer_full ); ch++ )
            {
                hTcBuffer->tc[ch] = &hTcBuffer->tc_buffer[offset];
#ifdef FIX_1330_JBM_MEMORY_FIX
                st_ivas->p_output_f[ch] = hTcBuffer->tc[ch];
#endif
                offset += len_offset;
            }
        }