Loading lib_enc/avq_cod_fx.c +4 −2 Original line number Diff line number Diff line Loading @@ -14,8 +14,9 @@ * Local prototypes *-------------------------------------------------------------------*/ static void wrte_cv( BSTR_ENC_HANDLE hBstr, const Word16 nq, const Word16 i_ind, const Word16 kv_ind, UWord16 I, Word16 kv[], Word16 *bits ); #ifndef REUSE_EVS_BE_ACELP_AVQ static void wrte_cv_ivas_fx( BSTR_ENC_HANDLE hBstr, const Word16 nq, const Word16 i_ind, const Word16 kv_ind, UWord16 I, Word16 kv[], Word16 *bits ); #endif /*-------------------------------------------------------------------* * Function AVQ_cod() * * * Loading Loading @@ -1184,7 +1185,7 @@ static void wrte_cv( move16(); return; } #ifdef REUSE_EVS_BE_ACELP_AVQ static void wrte_cv_ivas_fx( BSTR_ENC_HANDLE hBstr, /* i/o: encoder bitstream handle */ const Word16 nq, /* i : AVQ nq index */ Loading Loading @@ -1244,3 +1245,4 @@ static void wrte_cv_ivas_fx( move16(); return; } #endif No newline at end of file Loading
lib_enc/avq_cod_fx.c +4 −2 Original line number Diff line number Diff line Loading @@ -14,8 +14,9 @@ * Local prototypes *-------------------------------------------------------------------*/ static void wrte_cv( BSTR_ENC_HANDLE hBstr, const Word16 nq, const Word16 i_ind, const Word16 kv_ind, UWord16 I, Word16 kv[], Word16 *bits ); #ifndef REUSE_EVS_BE_ACELP_AVQ static void wrte_cv_ivas_fx( BSTR_ENC_HANDLE hBstr, const Word16 nq, const Word16 i_ind, const Word16 kv_ind, UWord16 I, Word16 kv[], Word16 *bits ); #endif /*-------------------------------------------------------------------* * Function AVQ_cod() * * * Loading Loading @@ -1184,7 +1185,7 @@ static void wrte_cv( move16(); return; } #ifdef REUSE_EVS_BE_ACELP_AVQ static void wrte_cv_ivas_fx( BSTR_ENC_HANDLE hBstr, /* i/o: encoder bitstream handle */ const Word16 nq, /* i : AVQ nq index */ Loading Loading @@ -1244,3 +1245,4 @@ static void wrte_cv_ivas_fx( move16(); return; } #endif No newline at end of file