Commit 0bcb6225 authored by vaclav's avatar vaclav
Browse files

move declaration

parent 5c139730
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -1876,6 +1876,15 @@ void ivas_mdct_core_invQ_fx(
    const Word16 MCT_flag                                       /* i  : hMCT handle allocated (1) or not (0)    */
);

void ivas_mdct_core_reconstruct_fx(
    CPE_DEC_HANDLE hCPE,                                        /* i/o: CPE decoder structure                   */
    Word32 *x_fx[][NB_DIV],                                     /* i/o: synthesis @internal_FS           Q(q_x) */
    Word16 signal_outFB_fx[CPE_CHANNELS][L_FRAME_PLUS],         /* o  : synthesis @output_FS              e_sig */
    Word16 fUseTns[CPE_CHANNELS][NB_DIV],                       /* i  : flage TNS enabled                       */
    const Word16 MCT_flag,                                      /* i  : hMCT handle allocated (1) or not (0)    */
    Word16 q_x,
    Word16 e_sig[CPE_CHANNELS] );

void ivas_mdct_tcx10_bit_distribution_fx(
    Word16 target_bitsTCX10[NB_DIV],                            /* o  : target bit distribution                 */
    const Word16 nbits_tcx,                                     /* i  : TCX bits                                */
+0 −9
Original line number Diff line number Diff line
@@ -8921,15 +8921,6 @@ void con_tcx_ivas_fx(
    const Word16 *A_cng     /* i  : CNG LP filter coefficients  */
);

void ivas_mdct_core_reconstruct_fx(
    CPE_DEC_HANDLE hCPE,                                /* i/o: CPE decoder structure               */
    Word32 *x_fx[][NB_DIV],                             /* i/o: synthesis @internal_FS               Q(q_x) */
    Word16 signal_outFB_fx[CPE_CHANNELS][L_FRAME_PLUS], /* o  : synthesis @output_FS                 e_sig */
    Word16 fUseTns[CPE_CHANNELS][NB_DIV],               /* i  : flage TNS enabled                   */
    const Word16 MCT_flag,                              /* i  : hMCT handle allocated (1) or not (0)*/
    Word16 q_x,
    Word16 e_sig[CPE_CHANNELS] );

void ari_start_encoding_14bits_ivas_fx(
    Tastat *s );