OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cdf_lo
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
arith_routines_logist.c
92
uint32_t
cdf_lo
, cdf_hi;
local
103
cdf_lo
= piecewise((*dataQ7 - 64) * *envQ8);
107
while (
cdf_lo
+1 >= cdf_hi) {
111
cdf_hi =
cdf_lo
;
112
cdf_lo
= piecewise((*dataQ7 - 64) * *envQ8);
115
cdf_lo
= cdf_hi;
129
W_lower = W_upper_MSB *
cdf_lo
;
130
W_lower += (W_upper_LSB *
cdf_lo
) >> 16;
arith_routines_hist.c
27
uint32_t
cdf_lo
, cdf_hi;
local
38
cdf_lo
= (uint32_t) *(*cdf + *data);
44
W_lower = W_upper_MSB *
cdf_lo
;
45
W_lower += (W_upper_LSB *
cdf_lo
) >> 16;
Completed in 241 milliseconds