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/src/modules/audio_coding/codecs/isac/fix/source/
arith_routines_logist.c
247
WebRtc_Word16
candQ7
;
303
candQ7
= - *dataQ7 + 64;
304
cdfTmp = WebRtcIsacfix_Piecewise(WEBRTC_SPL_MUL_16_U16(
candQ7
, tmpARSpecQ8));
312
candQ7
+= 128;
313
cdfTmp = WebRtcIsacfix_Piecewise(WEBRTC_SPL_MUL_16_U16(
candQ7
, tmpARSpecQ8));
321
candQ7
+= 128;
323
WEBRTC_SPL_MUL_16_U16(
candQ7
, tmpARSpecQ8));
336
*dataQ7 =
candQ7
- 64;
341
candQ7
-= 128;
342
cdfTmp = WebRtcIsacfix_Piecewise(WEBRTC_SPL_MUL_16_U16(
candQ7
, tmpARSpecQ8))
[
all
...]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
arith_routines_logist.c
185
WebRtc_Word16
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 235 milliseconds