Commit 38249181 authored by vaclav's avatar vaclav
Browse files

fix build

parent c3dcc2dc
Loading
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -453,12 +453,12 @@ void enc_prm_rf_fx(
void enc_prm_fx(
    const Word16 coder_type,  /* (i) : coding type                      */
    Word16 param[],           /* (i) : parameters                       Q0*/
    Word16 param_lpc[],      /* (i) : LPC parameters                   Q0*/
    const Word16 param_lpc[], /* (i) : LPC parameters                   Q0*/
    Encoder_State *st,        /* i/o : quantization Analysis values     */
    Word16 L_frame,          /* Q0 */
    const Word16 L_frame,     /* Q0 */
    CONTEXT_HM_CONFIG hm_cfg[],
    Word16 *bits_param_lpc,   /* Q0 */
    Word16 no_param_lpc     /* Q0 */
    const Word16 no_param_lpc /* Q0 */
)
{
    Word16 j, k, n, sfr, core, last_core, *prm, tmp;
+10 −8
Original line number Diff line number Diff line
@@ -2501,12 +2501,12 @@ void coder_tcx_post_ivas_fx(
void enc_prm_fx(
    const Word16 coder_type,  /* i  : coding type                        */
    Word16 param[],           /* i  : parameters                         */
    Word16 param_lpc[],      /* i  : LPC parameters                     */
    const Word16 param_lpc[], /* i  : LPC parameters                     */
    Encoder_State *st,        /* i/o: quantization Analysis values       */
    Word16 L_Frame,
    const Word16 L_Frame,
    CONTEXT_HM_CONFIG hm_cfg[],
    Word16 *bits_param_lpc,
    Word16 no_param_lpc );
    const Word16 no_param_lpc );

void IGFEncSetMode_fx(
    const IGF_ENC_INSTANCE_HANDLE hIGFEnc, /* i/o: instance handle of IGF Encoder */
@@ -3738,6 +3738,7 @@ void gain_enc_tc_fx(
    const Word16 Q_xn          /* i  : xn and y1 scaling                                  */
);

#ifndef HARM_COREDECODER_FUNCTIONS
void gain_enc_tc_ivas_fx(
    BSTR_ENC_HANDLE hBstr,     /* i/o: encoder bitstream handle                             */
    const Word16 gains_mode[], /* i  : gain bits                                            Q0*/
@@ -3752,7 +3753,7 @@ void gain_enc_tc_ivas_fx(
    Word32 *norm_gain_code_fx, /* o  : norm. gain of the codebook excitation                Q6*/
    const Word16 Q_xn          /* i  : xn and y1 scaling                                    */
);

#endif
Word16 gaus_encode_fx(
    Encoder_State *st_fx,  /* i/o: encoder state structure                             */
    const Word16 i_subfr,  /* i  : subframe index                                      Q0*/
@@ -3773,6 +3774,7 @@ Word16 gaus_encode_fx(
    Word32 *norm_gain_code /* o  : normalized innovative cb. gain                      Q16*/
);

#ifndef HARM_COREDECODER_FUNCTIONS
Word16 gaus_encode_ivas_fx(
    Encoder_State *st_fx,  /* i/o: encoder state structure */
    const Word16 i_subfr,  /* i  : subframe index                                      Q0*/
@@ -3792,7 +3794,7 @@ Word16 gaus_encode_ivas_fx(
    const Word16 shift,    /* i  : scaling factor                                      */
    Word32 *norm_gain_code /* o  : normalized innovative cb. gain                      Q16*/
);

#endif
void pre_proc_fx(
    Encoder_State *st,             /* i/o: encoder state structure                  */
    const Word16 input_frame,      /* i  : frame length                             */