Home | History | Annotate | Download | only in source

Lines Matching defs:tmp2

31     WebRtc_Word32 tmp1, tmp2, diff, in32, out32;
47 tmp2 = WEBRTC_SPL_SCALEDIFF32( kResampleAllpass2[1], diff, state[1] );
49 diff = tmp2 - state[3];
51 state[2] = tmp2;
59 tmp2 = WEBRTC_SPL_SCALEDIFF32( kResampleAllpass1[1], diff, state[5] );
61 diff = tmp2 - state[7];
63 state[6] = tmp2;
84 WebRtc_Word32 tmp1, tmp2, diff, in32, out32;
100 tmp2 = WEBRTC_SPL_SCALEDIFF32( kResampleAllpass1[1], diff, state[1] );
102 diff = tmp2 - state[3];
104 state[2] = tmp2;
120 tmp2 = WEBRTC_SPL_SCALEDIFF32( kResampleAllpass2[1], diff, state[5] );
122 diff = tmp2 - state[7];
124 state[6] = tmp2;