OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hangCount
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
c_g_aver.h
104
Word16
hangCount
; /* counter; */
c_g_aver.cpp
166
state->
hangCount
= 0;
207
state->
hangCount
= 0;
337
st->
hangCount
= 0; // Speech period, reset hangover variable
401
if ((sub(st->
hangCount
, 40) < 0) || (sub(diff, 5325) > 0)) // 0.65 in Q13
436
st->
hangCount
= add(st->
hangCount
, 1);
555
st->
hangCount
= 0;
603
if ((st->
hangCount
< 40) || (diff > 5325)) /* 0.65 in Q13 */
644
st->
hangCount
+= 1;
dtx_dec.cpp
776
averState->
hangCount
= 0;
[
all
...]
Completed in 383 milliseconds