OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stat_count
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
wb_vad.h
50
Word16
stat_count
; /* stationary counter */
member in struct:__anon9213
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/
vad1.h
113
Word16
stat_count
; /* stationary counter */
member in struct:__anon9174
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/
wb_vad.c
266
/* if a tone has been detected for a while, initialize
stat_count
*/
269
st->
stat_count
=
STAT_COUNT
;
272
/* if 8 last vad-decisions have been "0", reinitialize
stat_count
*/
275
st->
stat_count
=
STAT_COUNT
;
307
/* compare stat_rat with a threshold and update
stat_count
*/
310
st->
stat_count
=
STAT_COUNT
;
316
if (st->
stat_count
!= 0)
[
all
...]
/frameworks/base/media/libstagefright/codecs/amrnb/common/src/
vad1.cpp
706
stat_count
: stationary counter
710
Output :
stat_count
: stationary counter
769
if (st->
stat_count
< CAD_MIN_STAT_COUNT)
771
st->
stat_count
= CAD_MIN_STAT_COUNT;
774
/* NB
stat_count
is allowed to be decreased by one below again */
778
/* if fullband pitch or tone have been detected for a while, initialize
stat_count
*/
782
st->
stat_count
=
STAT_COUNT
;
786
/* if 8 last vad-decisions have been "0", reinitialize
stat_count
*/
789
st->
stat_count
= STAT_COUNT
[
all
...]
Completed in 31 milliseconds