Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mark Harris
Opus
Commits
1c2f5633
Commit
1c2f5633
authored
Sep 16, 2011
by
Jean-Marc Valin
Browse files
Removed all the silk_ prefixes in source file names (not symbols)
parent
fb3a437c
Changes
176
Hide whitespace changes
Inline
Side-by-side
silk/
silk_
A2NLSF.c
→
silk/A2NLSF.c
View file @
1c2f5633
...
...
@@ -35,8 +35,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include
"config.h"
#endif
#include
"
silk_
SigProc_FIX.h"
#include
"
silk_
tables.h"
#include
"SigProc_FIX.h"
#include
"tables.h"
/* Number of binary divisions, when not in low complexity mode */
#define BIN_DIV_STEPS_A2NLSF_FIX 3
/* must be no higher than 16 - log2( LSF_COS_TAB_SZ_FIX ) */
...
...
silk/
silk_
API.h
→
silk/API.h
View file @
1c2f5633
...
...
@@ -28,9 +28,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef SILK_API_H
#define SILK_API_H
#include
"
silk_
control.h"
#include
"
silk_
typedef.h"
#include
"
silk_
errors.h"
#include
"control.h"
#include
"typedef.h"
#include
"errors.h"
#include
"entenc.h"
#include
"entdec.h"
...
...
silk/
silk_
CNG.c
→
silk/CNG.c
View file @
1c2f5633
...
...
@@ -29,7 +29,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include
"config.h"
#endif
#include
"
silk_
main.h"
#include
"main.h"
/* Generates excitation for CNG LPC synthesis */
static
inline
void
silk_CNG_exc
(
...
...
silk/
silk_
HP_variable_cutoff.c
→
silk/HP_variable_cutoff.c
View file @
1c2f5633
...
...
@@ -29,11 +29,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include
"config.h"
#endif
#ifdef FIXED_POINT
#include
"
silk_
main_FIX.h"
#include
"main_FIX.h"
#else
#include
"
silk_
main_FLP.h"
#include
"main_FLP.h"
#endif
#include
"
silk_
tuning_parameters.h"
#include
"tuning_parameters.h"
/* High-pass filter with cutoff frequency adaptation based on pitch lag statistics */
void
silk_HP_variable_cutoff
(
...
...
silk/
silk_
Inlines.h
→
silk/Inlines.h
View file @
1c2f5633
File moved
silk/
silk_
LPC_analysis_filter.c
→
silk/LPC_analysis_filter.c
View file @
1c2f5633
...
...
@@ -29,7 +29,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include
"config.h"
#endif
#include
"
silk_
SigProc_FIX.h"
#include
"SigProc_FIX.h"
/*******************************************/
/* LPC analysis filter */
...
...
silk/
silk_
LPC_inv_pred_gain.c
→
silk/LPC_inv_pred_gain.c
View file @
1c2f5633
...
...
@@ -29,7 +29,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include
"config.h"
#endif
#include
"
silk_
SigProc_FIX.h"
#include
"SigProc_FIX.h"
#define QA 16
#define A_LIMIT SILK_FIX_CONST( 0.99975, QA )
...
...
silk/
silk_
LP_variable_cutoff.c
→
silk/LP_variable_cutoff.c
View file @
1c2f5633
...
...
@@ -36,7 +36,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[0.95 : 0.15 : 0.35] normalized cut off frequencies.
*/
#include
"
silk_
main.h"
#include
"main.h"
/* Helper function, interpolates the filter taps */
static
inline
void
silk_LP_interpolate_filter_taps
(
...
...
silk/
silk_
MacroCount.h
→
silk/MacroCount.h
View file @
1c2f5633
File moved
silk/
silk_
MacroDebug.h
→
silk/MacroDebug.h
View file @
1c2f5633
File moved
silk/
silk_
NLSF2A.c
→
silk/NLSF2A.c
View file @
1c2f5633
...
...
@@ -35,8 +35,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/* therefore the result is not accurate LSFs, but the two */
/* functions are accurate inverses of each other */
#include
"
silk_
SigProc_FIX.h"
#include
"
silk_
tables.h"
#include
"SigProc_FIX.h"
#include
"tables.h"
#define QA 16
...
...
silk/
silk_
NLSF_VQ.c
→
silk/NLSF_VQ.c
View file @
1c2f5633
...
...
@@ -29,7 +29,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include
"config.h"
#endif
#include
"
silk_
main.h"
#include
"main.h"
/* Compute quantization errors for an LPC_order element input vector for a VQ codebook */
void
silk_NLSF_VQ
(
...
...
silk/
silk_
NLSF_VQ_weights_laroia.c
→
silk/NLSF_VQ_weights_laroia.c
View file @
1c2f5633
...
...
@@ -29,8 +29,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include
"config.h"
#endif
#include
"
silk_
define.h"
#include
"
silk_
SigProc_FIX.h"
#include
"define.h"
#include
"SigProc_FIX.h"
/*
R. Laroia, N. Phamdo and N. Farvardin, "Robust and Efficient Quantization of Speech LSP
...
...
silk/
silk_
NLSF_decode.c
→
silk/NLSF_decode.c
View file @
1c2f5633
...
...
@@ -29,7 +29,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include
"config.h"
#endif
#include
"
silk_
main.h"
#include
"main.h"
/* Predictive dequantizer for NLSF residuals */
void
silk_NLSF_residual_dequant
(
/* O Returns RD value in Q30 */
...
...
silk/
silk_
NLSF_del_dec_quant.c
→
silk/NLSF_del_dec_quant.c
View file @
1c2f5633
...
...
@@ -29,7 +29,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include
"config.h"
#endif
#include
"
silk_
main.h"
#include
"main.h"
/* Delayed-decision quantizer for NLSF residuals */
opus_int32
silk_NLSF_del_dec_quant
(
/* O Returns RD value in Q25 */
...
...
silk/
silk_
NLSF_encode.c
→
silk/NLSF_encode.c
View file @
1c2f5633
...
...
@@ -29,7 +29,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include
"config.h"
#endif
#include
"
silk_
main.h"
#include
"main.h"
#define STORE_LSF_DATA_FOR_TRAINING 0
...
...
silk/
silk_
NLSF_stabilize.c
→
silk/NLSF_stabilize.c
View file @
1c2f5633
...
...
@@ -38,7 +38,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/* - Output are sorted NLSF coefficients */
/* */
#include
"
silk_
SigProc_FIX.h"
#include
"SigProc_FIX.h"
/* Constant Definitions */
#define MAX_LOOPS 20
...
...
silk/
silk_
NLSF_unpack.c
→
silk/NLSF_unpack.c
View file @
1c2f5633
...
...
@@ -29,7 +29,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include
"config.h"
#endif
#include
"
silk_
main.h"
#include
"main.h"
/* Unpack predictor values and indices for entropy coding tables */
void
silk_NLSF_unpack
(
...
...
silk/
silk_
NSQ.c
→
silk/NSQ.c
View file @
1c2f5633
...
...
@@ -29,7 +29,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include
"config.h"
#endif
#include
"
silk_
main.h"
#include
"main.h"
static
inline
void
silk_nsq_scale_states
(
const
silk_encoder_state
*
psEncC
,
/* I Encoder State */
...
...
silk/
silk_
NSQ_del_dec.c
→
silk/NSQ_del_dec.c
View file @
1c2f5633
...
...
@@ -29,7 +29,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include
"config.h"
#endif
#include
"
silk_
main.h"
#include
"main.h"
typedef
struct
{
opus_int32
sLPC_Q14
[
MAX_FRAME_LENGTH
/
MAX_NB_SUBFR
+
NSQ_LPC_BUF_LENGTH
];
...
...
Prev
1
2
3
4
5
…
9
Next
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment