Commit b6d98cb2 authored by vaclav's avatar vaclav
Browse files

comments

parent 8161d353
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -211,6 +211,7 @@ void ivas_transient_det_close(
 *
 * Transient detection process call
 *-----------------------------------------------------------------------------------------*/

void ivas_transient_det_process(
    ivas_trans_det_state_t *hTranDet, /* i/o: SPAR TD handle                          */
    float *pIn_pcm,                   /* i  : input audio channels                    */
+1 −1
Original line number Diff line number Diff line
@@ -580,7 +580,7 @@ ivas_error ivas_mc_enc_config(

static ivas_error ivas_mc_enc_reconfig(
    Encoder_Struct *st_ivas,   /* i/o: IVAS encoder structure      */
    const int16_t last_mc_mode /* i: last frame mc mode            */
    const int16_t last_mc_mode /* i  : last frame MC mode          */
)
{
    int16_t nchan_transport_old, nSCE_old, nCPE_old;
+8 −7
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ static void sincResample( const float *input, float *output, const int16_t lengt
 *
 * Apply ITD by delaying late channel
 *---------------------------------------------------------------------*/

void TDREND_Apply_ITD(
    float *input,        /* i  : Input subframe to be time adjusted    */
    float *out_left,     /* o  : Output left channel with ITD applied  */
+19 −19
Original line number Diff line number Diff line
@@ -352,7 +352,7 @@ void TDREND_SRC_REND_UpdateFiltersFromSpatialParams(
    int16_t *filterlength,                                      /* o  : Length of filters                       */
    int16_t *itd,                                               /* o  : ITD value                               */
    float *Gain,                                                /* o  : Gain value                              */
    TDREND_SRC_t *Src_p,
    TDREND_SRC_t *Src_p,                                        /* i/o: Source pointer                          */
    const int16_t subframe_idx                                  /* i  : Subframe index to 5 ms subframe         */
);

+10 −10

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+13 −13

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

Loading