OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:candQ7
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
arith_routines_logist.c
245
int16_t
candQ7
;
300
candQ7
= - *dataQ7 + 64;
301
cdfTmp = WebRtcIsacfix_Piecewise(WEBRTC_SPL_MUL_16_U16(
candQ7
, tmpARSpecQ8));
309
candQ7
+= 128;
310
cdfTmp = WebRtcIsacfix_Piecewise(WEBRTC_SPL_MUL_16_U16(
candQ7
, tmpARSpecQ8));
318
candQ7
+= 128;
320
WEBRTC_SPL_MUL_16_U16(
candQ7
, tmpARSpecQ8));
333
*dataQ7 =
candQ7
- 64;
338
candQ7
-= 128;
339
cdfTmp = WebRtcIsacfix_Piecewise(WEBRTC_SPL_MUL_16_U16(
candQ7
, tmpARSpecQ8))
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
arith_routines_logist.c
185
int16_t
candQ7
;
209
candQ7
= - *ditherQ7 + 64;
210
cdf_tmp = piecewise(
candQ7
* *envQ8);
217
candQ7
+= 128;
218
cdf_tmp = piecewise(
candQ7
* *envQ8);
225
candQ7
+= 128;
226
cdf_tmp = piecewise(
candQ7
* *envQ8);
237
*dataQ7 =
candQ7
- 64;
242
candQ7
-= 128;
243
cdf_tmp = piecewise(
candQ7
* *envQ8)
[
all
...]
Completed in 65 milliseconds