Minor code change to fix some warnings in MIPS build.

R=andrew@webrtc.org, bjornv@webrtc.org, kwiberg@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/26619004

Patch from Ljubomir Papuga <lpapuga@mips.com>.

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7339 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2014-09-30 15:17:50 +00:00
parent 90d1979d77
commit db75a66b0f
2 changed files with 2 additions and 3 deletions

View File

@ -337,7 +337,6 @@ void WebRtcAec_FilterFar_mips(AecCore* aec, float yf[2][PART_LEN1]) {
float* bIm = aec->wfBuf[1] + pos;
float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13;
int len = PART_LEN1 >> 1;
int len1 = PART_LEN1 & 1;
__asm __volatile (
".set push \n\t"

View File

@ -271,8 +271,8 @@ static void bitrv2_128_mips(float* a) {
static void cft1st_128_mips(float* a) {
float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14;
int a_ptr, p1_rdft, p2_rdft, count;
float* first = rdft_wk3ri_first;
float* second = rdft_wk3ri_second;
const float* first = rdft_wk3ri_first;
const float* second = rdft_wk3ri_second;
__asm __volatile (
".set push \n\t"