Commit 6d0d7634 authored by multrus's avatar multrus
Browse files

Merge branch 'cleanup_20260413' into 'main'

Cleanup 20260413

Closes #2452, #2451, and #2450

See merge request !2944
parents a8ff39cd eeb16d97
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -714,7 +714,6 @@ Word16 getScaleFactor16( /* o: measured headroom in range [
    return i;
}

#ifdef OPTIMIZE_FFT_STACK
/* o: measured headroom in range [0..31], 0 if all x[i] == 0 */
Word16 getScaleFactor32_cmplx(
    cmplx *x,          /* i: array containing 32-bit data */
@@ -772,7 +771,6 @@ Word16 getScaleFactor32_cmplx(

    return s_min( i_re, i_im );
}
#endif


/********************************************************************/
+0 −2
Original line number Diff line number Diff line
@@ -221,13 +221,11 @@ Word16 getScaleFactor16(
    const Word16 *x,      /* i: array containing 16-bit data */
    const Word16 len_x ); /* i: length of the array to scan  */

#ifdef OPTIMIZE_FFT_STACK
/* o: measured headroom in range [0..31], 0 if all x[i] == 0 */
Word16 getScaleFactor32_cmplx(
    cmplx *x,          /* i: array containing 32-bit data */
    const Word16 len_x /* i: length of the array to scan  */
);
#endif

/********************************************************************/
/*!
+15 −366

File changed.

Preview size limit exceeded, changes collapsed.

+0 −1208

File changed.

Preview size limit exceeded, changes collapsed.

+0 −402

File changed.

Preview size limit exceeded, changes collapsed.

Loading