Loading lib_com/prot.h +2 −1 Original line number Diff line number Diff line Loading @@ -8128,7 +8128,8 @@ void con_tcx( const float coh, /* i : coherence of stereo signal */ int16_t *noise_seed, /* i/o: noise seed for stereo */ const int16_t only_left, /* i : TD-PLC only in left channel */ const float A_cng[] ); const float A_cng[] /* i : CNG LP filter coefficients */ ); /*! r: codebook index */ int16_t tcxlpc_get_cdk( Loading lib_dec/er_dec_tcx.c +2 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,8 @@ void con_tcx( const float coh, /* i : coherence of stereo signal */ int16_t *noise_seed, /* i/o: noise seed for stereo */ const int16_t only_left, /* i : TD-PLC only in left channel */ const float A_cng[] ) const float A_cng[] /* i : CNG LP filter coefficients */ ) { int16_t i, n, L_frame, L_subfr, fLowPassFilter, T0; int16_t offset = 0; Loading Loading
lib_com/prot.h +2 −1 Original line number Diff line number Diff line Loading @@ -8128,7 +8128,8 @@ void con_tcx( const float coh, /* i : coherence of stereo signal */ int16_t *noise_seed, /* i/o: noise seed for stereo */ const int16_t only_left, /* i : TD-PLC only in left channel */ const float A_cng[] ); const float A_cng[] /* i : CNG LP filter coefficients */ ); /*! r: codebook index */ int16_t tcxlpc_get_cdk( Loading
lib_dec/er_dec_tcx.c +2 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,8 @@ void con_tcx( const float coh, /* i : coherence of stereo signal */ int16_t *noise_seed, /* i/o: noise seed for stereo */ const int16_t only_left, /* i : TD-PLC only in left channel */ const float A_cng[] ) const float A_cng[] /* i : CNG LP filter coefficients */ ) { int16_t i, n, L_frame, L_subfr, fLowPassFilter, T0; int16_t offset = 0; Loading