Commit c622638d authored by vaclav's avatar vaclav
Browse files

apply .clang-format

parent a9145101
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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(
+2 −1
Original line number Diff line number Diff line
@@ -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;