Searched refs:CS_ptrQ9 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dentropy_coding.c209 const int16_t *CS_ptrQ9; local
246 CS_ptrQ9 = WebRtcIsacfix_kCos[0];
259 diffQ16[n] = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(CS_ptrQ9[n], WEBRTC_SPL_RSHIFT_W32(CorrQ11[1], shftVal)) + 2, 2);
261 CS_ptrQ9 = WebRtcIsacfix_kCos[k];
263 diffQ16[n] += WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(CS_ptrQ9[n], WEBRTC_SPL_RSHIFT_W32(CorrQ11[k+1], shftVal)) + 2, 2);
281 const int16_t *CS_ptrQ9; local
319 CS_ptrQ9 = WebRtcIsacfix_kCos[0];
332 diffQ16[n] = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(CS_ptrQ9[n], WEBRTC_SPL_RSHIFT_W32(CorrQ11[1], shftVal)) + 2, 2);
334 CS_ptrQ9 = WebRtcIsacfix_kCos[k];
336 diffQ16[n] += WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(CS_ptrQ9[
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dentropy_coding.c61 const int16_t* CS_ptrQ9; local
78 CS_ptrQ9 = WebRtcIsac_kCos[k];
80 sum += (CS_ptrQ9[n] * diff[n] + 256) >> 9;
86 CS_ptrQ9 = WebRtcIsac_kCos[k];
88 sum += (CS_ptrQ9[n] * summ[n] + 256) >> 9;
101 const int16_t* CS_ptrQ9; local
144 CS_ptrQ9 = WebRtcIsac_kCos[0];
159 CS_ptrQ9[n], WEBRTC_SPL_RSHIFT_W32(CorrQ11[1], shftVal)) + 2, 2);
162 CS_ptrQ9 = WebRtcIsac_kCos[k];
165 CS_ptrQ9[
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dentropy_coding.c175 const WebRtc_Word16 *CS_ptrQ9; local
212 CS_ptrQ9 = WebRtcIsacfix_kCos[0];
225 diffQ16[n] = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(CS_ptrQ9[n], WEBRTC_SPL_RSHIFT_W32(CorrQ11[1], shftVal)) + 2, 2);
227 CS_ptrQ9 = WebRtcIsacfix_kCos[k];
229 diffQ16[n] += WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(CS_ptrQ9[n], WEBRTC_SPL_RSHIFT_W32(CorrQ11[k+1], shftVal)) + 2, 2);
247 const WebRtc_Word16 *CS_ptrQ9; local
285 CS_ptrQ9 = WebRtcIsacfix_kCos[0];
298 diffQ16[n] = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(CS_ptrQ9[n], WEBRTC_SPL_RSHIFT_W32(CorrQ11[1], shftVal)) + 2, 2);
300 CS_ptrQ9 = WebRtcIsacfix_kCos[k];
302 diffQ16[n] += WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(CS_ptrQ9[
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dentropy_coding.c61 const WebRtc_Word16* CS_ptrQ9; local
78 CS_ptrQ9 = WebRtcIsac_kCos[k];
80 sum += (CS_ptrQ9[n] * diff[n] + 256) >> 9;
86 CS_ptrQ9 = WebRtcIsac_kCos[k];
88 sum += (CS_ptrQ9[n] * summ[n] + 256) >> 9;
101 const WebRtc_Word16* CS_ptrQ9; local
144 CS_ptrQ9 = WebRtcIsac_kCos[0];
159 CS_ptrQ9[n], WEBRTC_SPL_RSHIFT_W32(CorrQ11[1], shftVal)) + 2, 2);
162 CS_ptrQ9 = WebRtcIsac_kCos[k];
165 CS_ptrQ9[
[all...]

Completed in 969 milliseconds