Loading Workspace_msvc/lib_dec.vcxproj +1 −1 Original line number Diff line number Diff line Loading @@ -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" /> Loading Workspace_msvc/lib_dec.vcxproj.filters +3 −3 Original line number Diff line number Diff line Loading @@ -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> Loading Loading @@ -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" /> Loading lib_dec/acelp_core_dec_ivas_fx.c→lib_dec/acelp_core_dec_fx.c +0 −0 File moved. View file lib_dec/ivas_td_low_rate_dec_fx.c +11 −3 Original line number Diff line number Diff line Loading @@ -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*/ Loading Loading @@ -188,6 +195,7 @@ void tdm_low_rate_dec_fx( return; } /*---------------------------------------------------------------------* * decod_gen_2sbfr() * Loading Loading
Workspace_msvc/lib_dec.vcxproj +1 −1 Original line number Diff line number Diff line Loading @@ -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" /> Loading
Workspace_msvc/lib_dec.vcxproj.filters +3 −3 Original line number Diff line number Diff line Loading @@ -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> Loading Loading @@ -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" /> Loading
lib_dec/ivas_td_low_rate_dec_fx.c +11 −3 Original line number Diff line number Diff line Loading @@ -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*/ Loading Loading @@ -188,6 +195,7 @@ void tdm_low_rate_dec_fx( return; } /*---------------------------------------------------------------------* * decod_gen_2sbfr() * Loading