Loading lib_enc/prot_fx_enc.h +3 −3 Original line number Original line Diff line number Diff line Loading @@ -4039,10 +4039,10 @@ Word16 Pit_exc_contribution_len_fx( Encoder_State *st_fx, /* i/o: state structure */ Encoder_State *st_fx, /* i/o: state structure */ const Word16 *dct_res, /* i : DCT of residual Qnew*/ const Word16 *dct_res, /* i : DCT of residual Qnew*/ Word16 *dct_pitex, /* i/o: DCT of pitch contribution Qnew*/ Word16 *dct_pitex, /* i/o: DCT of pitch contribution Qnew*/ #ifndef FIX_2253_CORRECT_GSC_MINIMUM_PIT_SEARCH Word16 *pitch_buf, /* i/o: Pitch per subframe Q6*/ Word16 *pitch_buf, /* i/o: Pitch per subframe Q6*/ #endif #ifndef FIX_2253_CORRECT_GSC_MINIMUM_PIT_SEARCH const Word16 nb_subfr, /* i : Number of subframe considered Q0*/ const Word16 nb_subfr, /* i : Number of subframe considered Q0*/ #endif Word16 *hangover, /* i : hangover for the time contribution switching Q0*/ Word16 *hangover, /* i : hangover for the time contribution switching Q0*/ Word16 Qnew ); Word16 Qnew ); Loading Loading
lib_enc/prot_fx_enc.h +3 −3 Original line number Original line Diff line number Diff line Loading @@ -4039,10 +4039,10 @@ Word16 Pit_exc_contribution_len_fx( Encoder_State *st_fx, /* i/o: state structure */ Encoder_State *st_fx, /* i/o: state structure */ const Word16 *dct_res, /* i : DCT of residual Qnew*/ const Word16 *dct_res, /* i : DCT of residual Qnew*/ Word16 *dct_pitex, /* i/o: DCT of pitch contribution Qnew*/ Word16 *dct_pitex, /* i/o: DCT of pitch contribution Qnew*/ #ifndef FIX_2253_CORRECT_GSC_MINIMUM_PIT_SEARCH Word16 *pitch_buf, /* i/o: Pitch per subframe Q6*/ Word16 *pitch_buf, /* i/o: Pitch per subframe Q6*/ #endif #ifndef FIX_2253_CORRECT_GSC_MINIMUM_PIT_SEARCH const Word16 nb_subfr, /* i : Number of subframe considered Q0*/ const Word16 nb_subfr, /* i : Number of subframe considered Q0*/ #endif Word16 *hangover, /* i : hangover for the time contribution switching Q0*/ Word16 *hangover, /* i : hangover for the time contribution switching Q0*/ Word16 Qnew ); Word16 Qnew ); Loading