Commit 605584c3 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

Update LC3plus version to V1.5.1

parent 4809dfb1
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line

DisableFormat: true
SortIncludes: Never
+1 −8
Original line number Diff line number Diff line
/******************************************************************************
*                        ETSI TS 103 634 V1.4.3                               *
*                        ETSI TS 103 634 V1.5.1                               *
*              Low Complexity Communication Codec Plus (LC3plus)              *
*                                                                             *
* Copyright licence is solely granted through ETSI Intellectual Property      *
@@ -7,7 +7,6 @@
* estoppel or otherwise.                                                      *
******************************************************************************/


#include "options.h"
#include "wmc_auto.h"
#include "functions.h"
@@ -19,11 +18,7 @@ void processAdjustGlobalGain_fl(LC3_INT* gg_idx, LC3_INT gg_idx_min, LC3_INT gg_
    LC3_FLOAT delta;
    LC3_INT   delta2;
    LC3_INT   gg_idx_inc;
#ifdef CR8_G_ADD_75MS
    LC3_FLOAT factor;
#else
    LC3_INT   factor;
#endif

    if (frame_dms == 25)
    {
@@ -37,12 +32,10 @@ void processAdjustGlobalGain_fl(LC3_INT* gg_idx, LC3_INT gg_idx_min, LC3_INT gg_
    {
        factor = 2;
    }
#ifdef CR8_G_ADD_75MS
    else if (frame_dms == 75)
    {
        factor = 1.2;
    }
#endif
    else
    {
        factor = 1;
+1 −3
Original line number Diff line number Diff line
/******************************************************************************
*                        ETSI TS 103 634 V1.4.3                               *
*                        ETSI TS 103 634 V1.5.1                               *
*              Low Complexity Communication Codec Plus (LC3plus)              *
*                                                                             *
* Copyright licence is solely granted through ETSI Intellectual Property      *
@@ -7,7 +7,6 @@
* estoppel or otherwise.                                                      *
******************************************************************************/


#include "options.h"
#include "wmc_auto.h"
#include "stdint.h"
@@ -715,7 +714,6 @@ LC3_INT32 fec_decoder(LC3_UINT8 *iobuf, LC3_INT16 slot_bytes, LC3_INT32 *data_by

    if (*bfi == 1)
    {
         
        return ERROR_REPORT_BEC_MASK;
    }

+1 −2
Original line number Diff line number Diff line
/******************************************************************************
*                        ETSI TS 103 634 V1.4.3                               *
*                        ETSI TS 103 634 V1.5.1                               *
*              Low Complexity Communication Codec Plus (LC3plus)              *
*                                                                             *
* Copyright licence is solely granted through ETSI Intellectual Property      *
@@ -7,7 +7,6 @@
* estoppel or otherwise.                                                      *
******************************************************************************/


#include "options.h"
#include "wmc_auto.h"
#include "functions.h"
+1 −818

File changed.

Preview size limit exceeded, changes collapsed.

Loading