Commit 1ecdfd6f authored by vaclav's avatar vaclav
Browse files

rename file

parent 2afc0761
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -139,7 +139,7 @@
    <ClCompile Include="..\lib_dec\ACcontextMapping_dec_fx.c">
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</ExcludedFromBuild>
    </ClCompile>
    <ClCompile Include="..\lib_dec\acelp_core_dec_ivas_fx.c" />
    <ClCompile Include="..\lib_dec\acelp_core_dec_fx.c" />
    <ClCompile Include="..\lib_dec\acelp_core_switch_dec_fx.c" />
    <ClCompile Include="..\lib_dec\amr_wb_dec_fx.c" />
    <ClCompile Include="..\lib_dec\arith_coder_dec_fx.c" />
+3 −3
Original line number Diff line number Diff line
@@ -119,9 +119,6 @@
    <ClCompile Include="..\lib_dec\ACcontextMapping_dec_fx.c">
      <Filter>decoder_all_c</Filter>
    </ClCompile>
    <ClCompile Include="..\lib_dec\acelp_core_dec_ivas_fx.c">
      <Filter>decoder_all_c</Filter>
    </ClCompile>
    <ClCompile Include="..\lib_dec\ari_dec_fx.c">
      <Filter>decoder_all_c</Filter>
    </ClCompile>
@@ -515,6 +512,9 @@
    <ClCompile Include="..\lib_dec\ivas_td_low_rate_dec_fx.c">
      <Filter>decoder_ivas_c</Filter>
    </ClCompile>
    <ClCompile Include="..\lib_dec\acelp_core_dec_fx.c">
      <Filter>decoder_all_c</Filter>
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="..\lib_dec\lib_dec.h" />
+11 −3
Original line number Diff line number Diff line
@@ -40,6 +40,13 @@
#include "prot_fx.h"
#include "wmc_auto.h"
#include "ivas_prot_fx.h"

/*-------------------------------------------------------------------*
 * tdm_low_rate_dec_fx()
 *
 * Low-bitrate decoder
 *-------------------------------------------------------------------*/

void tdm_low_rate_dec_fx(
    Decoder_State *st,     /* i/o: decoder static memory							 */
    Word16 dct_epit[],     /* o  : GSC excitation in DCT domain					Q_exc*/
@@ -188,6 +195,7 @@ void tdm_low_rate_dec_fx(
    return;
}


/*---------------------------------------------------------------------*
 * decod_gen_2sbfr()
 *