Remove unused constants, so chrome can enable a warning for that. Patch from thakis@
R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2296006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4844 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -27,11 +27,6 @@ static const int kSegments = 5;
|
||||
// A division factor of 1/5 in Q15.
|
||||
static const int16_t kDivFactor = 6553;
|
||||
|
||||
// Filter coefficicients in Q15.
|
||||
static const int16_t kDampFilter[PITCH_DAMPORDER] = {
|
||||
-2294, 8192, 20972, 8192, -2294
|
||||
};
|
||||
|
||||
// Interpolation coefficients; generated by design_pitch_filter.m.
|
||||
// Coefficients are stored in Q14.
|
||||
static const int16_t kIntrpCoef[PITCH_FRACS][PITCH_FRACORDER] = {
|
||||
|
Reference in New Issue
Block a user