Commit 518426e8 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

clang patch

parent 8720a844
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -9962,7 +9962,8 @@ void tcx_arith_render_envelope_ivas_fx(

#ifdef HARMONIZE_2598_tcx_arith_decode_envelope
void tcx_arith_decode_envelope_fx(
    Decoder_State *st,                       /* i/o: coder state                   */ /*EVS: move argument 5->1 */
    Decoder_State *st,
    /* i/o: coder state                   */ /*EVS: move argument 5->1 */
    Word32 q_spectrum[],                     /* o  : quantised MDCT coefficients Q(31-q_spectrum_e)  */
    Word16 *q_spectrum_e,                    /* o  : MDCT exponent                 */
    const Word16 L_frame,                    /* i  : frame or MDCT length          */
+16 −15
Original line number Diff line number Diff line
@@ -311,7 +311,8 @@ void tcx_arith_decode_envelope_fx(
    Word16 tcxltp_pitch,                     /* i  : TCX LTP pitch in FD, -1 if n/a*/
    Word16 *arith_bits,                      /* o  : bits used for ari. coding     */
    Word16 *signaling_bits,                  /* o  : bits used for signaling       */
    Word16 *nf_seed, /* o  : noise filling seed         Q0 */ /*IVAS: 0*/
    Word16 *nf_seed,
    /* o  : noise filling seed         Q0 */ /*IVAS: 0*/
    const Word16 low_complexity              /* i  : low-complexity flag           */
#else
void tcx_arith_decode_envelope_ivas_fx(