OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CS_ptrQ9
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.c
200
const int16_t *
CS_ptrQ9
;
237
CS_ptrQ9
= WebRtcIsacfix_kCos[0];
250
diffQ16[n] = (
CS_ptrQ9
[n] * (CorrQ11[1] >> shftVal) + 2) >> 2;
252
CS_ptrQ9
= WebRtcIsacfix_kCos[k];
254
diffQ16[n] += (
CS_ptrQ9
[n] * (CorrQ11[k + 1] >> shftVal) + 2) >> 2;
273
const int16_t *
CS_ptrQ9
;
311
CS_ptrQ9
= WebRtcIsacfix_kCos[0];
324
diffQ16[n] = (
CS_ptrQ9
[n] * (CorrQ11[1] >> shftVal) + 2) >> 2;
326
CS_ptrQ9
= WebRtcIsacfix_kCos[k];
328
diffQ16[n] += (
CS_ptrQ9
[n] * (CorrQ11[k + 1] >> shftVal) + 2) >> 2
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c
61
const int16_t*
CS_ptrQ9
;
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
;
141
CS_ptrQ9
= WebRtcIsac_kCos[0];
155
diffQ16[n] = (
CS_ptrQ9
[n] * (CorrQ11[1] >> shftVal) + 2) >> 2;
158
CS_ptrQ9
= WebRtcIsac_kCos[k];
160
diffQ16[n] += (
CS_ptrQ9
[n] * (CorrQ11[k + 1] >> shftVal) + 2) >> 2
[
all
...]
Completed in 272 milliseconds