Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Opus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexander Traud
Opus
Commits
09a84c8e
Commit
09a84c8e
authored
13 years ago
by
Jean-Marc Valin
Browse files
Options
Downloads
Patches
Plain Diff
Fixes a minor issue on CELT->SILK switching
parent
38c6a150
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
celt/celt.vcxproj
+125
-125
125 additions, 125 deletions
celt/celt.vcxproj
silk/fixed/encode_frame_FIX.c
+25
-35
25 additions, 35 deletions
silk/fixed/encode_frame_FIX.c
silk/float/encode_frame_FLP.c
+25
-27
25 additions, 27 deletions
silk/float/encode_frame_FLP.c
with
175 additions
and
187 deletions
celt/celt.vcxproj
+
125
−
125
View file @
09a84c8e
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|Win32"
>
<Configuration>
Release
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{245603E3-F580-41A5-9632-B25FE3372CBF}
</ProjectGuid>
<Keyword>
Win32Proj
</Keyword>
<RootNamespace>
celt
</RootNamespace>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<CharacterSet>
Unicode
</CharacterSet>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
false
</UseDebugLibraries>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<CharacterSet>
Unicode
</CharacterSet>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
>
</ImportGroup>
<ImportGroup
Label=
"PropertySheets"
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Label=
"PropertySheets"
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup
/>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<Optimization>
Disabled
</Optimization>
<PreprocessorDefinitions>
HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<AdditionalIncludeDirectories>
..
\
win32;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>
Windows
</SubSystem>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<ClCompile>
<WarningLevel>
Level3
</WarningLevel>
<PrecompiledHeader>
</PrecompiledHeader>
<Optimization>
MaxSpeed
</Optimization>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
<PreprocessorDefinitions>
HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<AdditionalIncludeDirectories>
..
\
win32;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>
Windows
</SubSystem>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
<OptimizeReferences>
true
</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<None
Include=
"ReadMe.txt"
/>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\win32\config.h"
/>
<ClInclude
Include=
"arch.h"
/>
<ClInclude
Include=
"bands.h"
/>
<ClInclude
Include=
"celt.h"
/>
<ClInclude
Include=
"celt_header.h"
/>
<ClInclude
Include=
"celt_types.h"
/>
<ClInclude
Include=
"cwrs.h"
/>
<ClInclude
Include=
"ecintrin.h"
/>
<ClInclude
Include=
"entcode.h"
/>
<ClInclude
Include=
"entdec.h"
/>
<ClInclude
Include=
"entenc.h"
/>
<ClInclude
Include=
"fixed_debug.h"
/>
<ClInclude
Include=
"fixed_generic.h"
/>
<ClInclude
Include=
"float_cast.h"
/>
<ClInclude
Include=
"kiss_fft.h"
/>
<ClInclude
Include=
"laplace.h"
/>
<ClInclude
Include=
"mathops.h"
/>
<ClInclude
Include=
"mdct.h"
/>
<ClInclude
Include=
"modes.h"
/>
<ClInclude
Include=
"os_support.h"
/>
<ClInclude
Include=
"pitch.h"
/>
<ClInclude
Include=
"celt_lpc.h"
/>
<ClInclude
Include=
"quant_bands.h"
/>
<ClInclude
Include=
"rate.h"
/>
<ClInclude
Include=
"stack_alloc.h"
/>
<ClInclude
Include=
"vq.h"
/>
</ItemGroup>
<ItemGroup>
<ClCompile
Include=
"bands.c"
/>
<ClCompile
Include=
"celt.c"
/>
<ClCompile
Include=
"cwrs.c"
/>
<ClCompile
Include=
"entcode.c"
/>
<ClCompile
Include=
"entdec.c"
/>
<ClCompile
Include=
"entenc.c"
/>
<ClCompile
Include=
"kiss_fft.c"
/>
<ClCompile
Include=
"laplace.c"
/>
<ClCompile
Include=
"mathops.c"
/>
<ClCompile
Include=
"mdct.c"
/>
<ClCompile
Include=
"modes.c"
/>
<ClCompile
Include=
"pitch.c"
/>
<ClCompile
Include=
"celt_lpc.c"
/>
<ClCompile
Include=
"quant_bands.c"
/>
<ClCompile
Include=
"rate.c"
/>
<ClCompile
Include=
"vq.c"
/>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
<ProjectConfiguration
Include=
"Release|Win32"
>
<Configuration>
Release
</Configuration>
<Platform>
Win32
</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{245603E3-F580-41A5-9632-B25FE3372CBF}
</ProjectGuid>
<Keyword>
Win32Proj
</Keyword>
<RootNamespace>
celt
</RootNamespace>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<CharacterSet>
Unicode
</CharacterSet>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
false
</UseDebugLibraries>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<CharacterSet>
Unicode
</CharacterSet>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
>
</ImportGroup>
<ImportGroup
Label=
"PropertySheets"
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<ImportGroup
Label=
"PropertySheets"
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<Import
Project=
"$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props"
Condition=
"exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')"
Label=
"LocalAppDataPlatform"
/>
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup
/>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<Optimization>
Disabled
</Optimization>
<PreprocessorDefinitions>
HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<AdditionalIncludeDirectories>
..
/
win32;
../include;
%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>
Windows
</SubSystem>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<ClCompile>
<WarningLevel>
Level3
</WarningLevel>
<PrecompiledHeader>
</PrecompiledHeader>
<Optimization>
MaxSpeed
</Optimization>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
<PreprocessorDefinitions>
HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<AdditionalIncludeDirectories>
..
/
win32;
../include;
%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>
Windows
</SubSystem>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
<OptimizeReferences>
true
</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<None
Include=
"ReadMe.txt"
/>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\..\win32\config.h"
/>
<ClInclude
Include=
"arch.h"
/>
<ClInclude
Include=
"bands.h"
/>
<ClInclude
Include=
"celt.h"
/>
<ClInclude
Include=
"celt_header.h"
/>
<ClInclude
Include=
"celt_types.h"
/>
<ClInclude
Include=
"cwrs.h"
/>
<ClInclude
Include=
"ecintrin.h"
/>
<ClInclude
Include=
"entcode.h"
/>
<ClInclude
Include=
"entdec.h"
/>
<ClInclude
Include=
"entenc.h"
/>
<ClInclude
Include=
"fixed_debug.h"
/>
<ClInclude
Include=
"fixed_generic.h"
/>
<ClInclude
Include=
"float_cast.h"
/>
<ClInclude
Include=
"kiss_fft.h"
/>
<ClInclude
Include=
"laplace.h"
/>
<ClInclude
Include=
"mathops.h"
/>
<ClInclude
Include=
"mdct.h"
/>
<ClInclude
Include=
"modes.h"
/>
<ClInclude
Include=
"os_support.h"
/>
<ClInclude
Include=
"pitch.h"
/>
<ClInclude
Include=
"celt_lpc.h"
/>
<ClInclude
Include=
"quant_bands.h"
/>
<ClInclude
Include=
"rate.h"
/>
<ClInclude
Include=
"stack_alloc.h"
/>
<ClInclude
Include=
"vq.h"
/>
</ItemGroup>
<ItemGroup>
<ClCompile
Include=
"bands.c"
/>
<ClCompile
Include=
"celt.c"
/>
<ClCompile
Include=
"cwrs.c"
/>
<ClCompile
Include=
"entcode.c"
/>
<ClCompile
Include=
"entdec.c"
/>
<ClCompile
Include=
"entenc.c"
/>
<ClCompile
Include=
"kiss_fft.c"
/>
<ClCompile
Include=
"laplace.c"
/>
<ClCompile
Include=
"mathops.c"
/>
<ClCompile
Include=
"mdct.c"
/>
<ClCompile
Include=
"modes.c"
/>
<ClCompile
Include=
"pitch.c"
/>
<ClCompile
Include=
"celt_lpc.c"
/>
<ClCompile
Include=
"quant_bands.c"
/>
<ClCompile
Include=
"rate.c"
/>
<ClCompile
Include=
"vq.c"
/>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
This diff is collapsed.
Click to expand it.
silk/fixed/encode_frame_FIX.c
+
25
−
35
View file @
09a84c8e
...
...
@@ -119,47 +119,37 @@ opus_int silk_encode_frame_FIX(
/*******************************************/
silk_memcpy
(
x_frame
+
LA_SHAPE_MS
*
psEnc
->
sCmn
.
fs_kHz
,
psEnc
->
sCmn
.
inputBuf
+
1
,
psEnc
->
sCmn
.
frame_length
*
sizeof
(
opus_int16
)
);
/*****************************************/
/* Find pitch lags, initial LPC analysis */
/*****************************************/
silk_find_pitch_lags_FIX
(
psEnc
,
&
sEncCtrl
,
res_pitch
,
x_frame
);
if
(
!
psEnc
->
sCmn
.
prefillFlag
)
{
/*****************************************/
/* Find pitch lags, initial LPC analysis */
/*****************************************/
silk_find_pitch_lags_FIX
(
psEnc
,
&
sEncCtrl
,
res_pitch
,
x_frame
);
/************************/
/* Noise shape analysis */
/************************/
silk_noise_shape_analysis_FIX
(
psEnc
,
&
sEncCtrl
,
res_pitch_frame
,
x_frame
);
/************************/
/* Noise shape analysis */
/************************/
silk_noise_shape_analysis_FIX
(
psEnc
,
&
sEncCtrl
,
res_pitch_frame
,
x_frame
);
/***************************************************/
/* Find linear prediction coefficients (LPC + LTP) */
/***************************************************/
silk_find_pred_coefs_FIX
(
psEnc
,
&
sEncCtrl
,
res_pitch
,
x_frame
,
condCoding
);
/***************************************************/
/* Find linear prediction coefficients (LPC + LTP) */
/***************************************************/
silk_find_pred_coefs_FIX
(
psEnc
,
&
sEncCtrl
,
res_pitch
,
x_frame
,
condCoding
);
/****************************************/
/* Process gains */
/****************************************/
silk_process_gains_FIX
(
psEnc
,
&
sEncCtrl
,
condCoding
);
/****************************************/
/* Process gains */
/****************************************/
silk_process_gains_FIX
(
psEnc
,
&
sEncCtrl
,
condCoding
);
/*****************************************/
/* Prefiltering for noise shaper */
/*****************************************/
silk_prefilter_FIX
(
psEnc
,
&
sEncCtrl
,
xfw
,
x_frame
);
/*****************************************/
/* Prefiltering for noise shaper */
/*****************************************/
silk_prefilter_FIX
(
psEnc
,
&
sEncCtrl
,
xfw
,
x_frame
);
/****************************************/
/* Low Bitrate Redundant Encoding */
/****************************************/
silk_LBRR_encode_FIX
(
psEnc
,
&
sEncCtrl
,
xfw
,
condCoding
);
/****************************************/
/* Low Bitrate Redundant Encoding */
/****************************************/
silk_LBRR_encode_FIX
(
psEnc
,
&
sEncCtrl
,
xfw
,
condCoding
);
if
(
psEnc
->
sCmn
.
prefillFlag
)
{
if
(
psEnc
->
sCmn
.
nStatesDelayedDecision
>
1
||
psEnc
->
sCmn
.
warping_Q16
>
0
)
{
silk_NSQ_del_dec
(
&
psEnc
->
sCmn
,
&
psEnc
->
sCmn
.
sNSQ
,
&
psEnc
->
sCmn
.
indices
,
xfw
,
psEnc
->
sCmn
.
pulses
,
sEncCtrl
.
PredCoef_Q12
[
0
],
sEncCtrl
.
LTPCoef_Q14
,
sEncCtrl
.
AR2_Q13
,
sEncCtrl
.
HarmShapeGain_Q14
,
sEncCtrl
.
Tilt_Q14
,
sEncCtrl
.
LF_shp_Q14
,
sEncCtrl
.
Gains_Q16
,
sEncCtrl
.
pitchL
,
sEncCtrl
.
Lambda_Q10
,
sEncCtrl
.
LTP_scale_Q14
);
}
else
{
silk_NSQ
(
&
psEnc
->
sCmn
,
&
psEnc
->
sCmn
.
sNSQ
,
&
psEnc
->
sCmn
.
indices
,
xfw
,
psEnc
->
sCmn
.
pulses
,
sEncCtrl
.
PredCoef_Q12
[
0
],
sEncCtrl
.
LTPCoef_Q14
,
sEncCtrl
.
AR2_Q13
,
sEncCtrl
.
HarmShapeGain_Q14
,
sEncCtrl
.
Tilt_Q14
,
sEncCtrl
.
LF_shp_Q14
,
sEncCtrl
.
Gains_Q16
,
sEncCtrl
.
pitchL
,
sEncCtrl
.
Lambda_Q10
,
sEncCtrl
.
LTP_scale_Q14
);
}
}
else
{
/* Loop over quantizer and entropy coding to control bitrate */
maxIter
=
5
;
gainMult_Q8
=
SILK_FIX_CONST
(
1
,
8
);
...
...
This diff is collapsed.
Click to expand it.
silk/float/encode_frame_FLP.c
+
25
−
27
View file @
09a84c8e
...
...
@@ -128,39 +128,37 @@ opus_int silk_encode_frame_FLP(
x_frame
[
LA_SHAPE_MS
*
psEnc
->
sCmn
.
fs_kHz
+
i
*
(
psEnc
->
sCmn
.
frame_length
>>
3
)
]
+=
(
1
-
(
i
&
2
)
)
*
1e-6
f
;
}
/*****************************************/
/* Find pitch lags, initial LPC analysis */
/*****************************************/
silk_find_pitch_lags_FLP
(
psEnc
,
&
sEncCtrl
,
res_pitch
,
x_frame
);
if
(
!
psEnc
->
sCmn
.
prefillFlag
)
{
/*****************************************/
/* Find pitch lags, initial LPC analysis */
/*****************************************/
silk_find_pitch_lags_FLP
(
psEnc
,
&
sEncCtrl
,
res_pitch
,
x_frame
);
/************************/
/* Noise shape analysis */
/************************/
silk_noise_shape_analysis_FLP
(
psEnc
,
&
sEncCtrl
,
res_pitch_frame
,
x_frame
);
/************************/
/* Noise shape analysis */
/************************/
silk_noise_shape_analysis_FLP
(
psEnc
,
&
sEncCtrl
,
res_pitch_frame
,
x_frame
);
/***************************************************/
/* Find linear prediction coefficients (LPC + LTP) */
/***************************************************/
silk_find_pred_coefs_FLP
(
psEnc
,
&
sEncCtrl
,
res_pitch
,
x_frame
,
condCoding
);
/***************************************************/
/* Find linear prediction coefficients (LPC + LTP) */
/***************************************************/
silk_find_pred_coefs_FLP
(
psEnc
,
&
sEncCtrl
,
res_pitch
,
x_frame
,
condCoding
);
/****************************************/
/* Process gains */
/****************************************/
silk_process_gains_FLP
(
psEnc
,
&
sEncCtrl
,
condCoding
);
/****************************************/
/* Process gains */
/****************************************/
silk_process_gains_FLP
(
psEnc
,
&
sEncCtrl
,
condCoding
);
/*****************************************/
/* Prefiltering for noise shaper */
/*****************************************/
silk_prefilter_FLP
(
psEnc
,
&
sEncCtrl
,
xfw
,
x_frame
);
/*****************************************/
/* Prefiltering for noise shaper */
/*****************************************/
silk_prefilter_FLP
(
psEnc
,
&
sEncCtrl
,
xfw
,
x_frame
);
/****************************************/
/* Low Bitrate Redundant Encoding */
/****************************************/
silk_LBRR_encode_FLP
(
psEnc
,
&
sEncCtrl
,
xfw
,
condCoding
);
/****************************************/
/* Low Bitrate Redundant Encoding */
/****************************************/
silk_LBRR_encode_FLP
(
psEnc
,
&
sEncCtrl
,
xfw
,
condCoding
);
if
(
psEnc
->
sCmn
.
prefillFlag
)
{
silk_NSQ_wrapper_FLP
(
psEnc
,
&
sEncCtrl
,
&
psEnc
->
sCmn
.
indices
,
&
psEnc
->
sCmn
.
sNSQ
,
psEnc
->
sCmn
.
pulses
,
xfw
);
}
else
{
/* Loop over quantizer and entroy coding to control bitrate */
maxIter
=
5
;
gainMult_Q8
=
SILK_FIX_CONST
(
1
,
8
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment