Home
last modified time | relevance | path

Searched refs:COMPLEN (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dwb_vad.h40 Word16 bckr_est[COMPLEN]; /* background noise estimate */
41 Word16 ave_level[COMPLEN]; /* averaged input components for stationary */
43 Word16 old_level[COMPLEN]; /* input levels of the previous frame */
44 …Word16 sub_level[COMPLEN]; /* input levels calculated at the end of a frame (lookahead…
Dwb_vad_c.h28 #define COMPLEN 12 /* Number of sub-bands used by VAD */ macro
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
Dvad1.h102 Word16 bckr_est[COMPLEN]; /* background noise estimate */
103 Word16 ave_level[COMPLEN]; /* averaged input components for stationary */
105 Word16 old_level[COMPLEN]; /* input levels of the previous frame */
106 Word16 sub_level[COMPLEN]; /* input levels calculated at the end of
Dcnst_vad.h49 #define COMPLEN 9 /* Number of sub-bands used by VAD */ macro
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dwb_vad.c279 for (i = 0; i < COMPLEN; i++) in update_cntrl()
334 for (i = 0; i < COMPLEN; i++) in update_cntrl()
420 for (i = 0; i < COMPLEN; i++) in noise_estimate_update()
446 for (i = 0; i < COMPLEN; i++) in noise_estimate_update()
461 Word16 level[COMPLEN], /* i : sub-band levels of the input frame */ in vad_decision() argument
477 for (i = 0; i < COMPLEN; i++) in vad_decision()
490 for (i = 1; i < COMPLEN; i++) /* ignore lowest band */ in vad_decision()
530 if(L_snr_sum > vo_L_mult(vad_thr, (512 * COMPLEN))) in vad_decision()
692 for (i = 0; i < COMPLEN; i++) in wb_vad_reset()
764 Word16 level[COMPLEN]; in wb_vad()
[all …]
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
Dvad1.cpp794 for (i = 0; i < COMPLEN; i++) in update_cntrl()
856 for (i = 0; i < COMPLEN; i++) in update_cntrl()
1144 for (i = 0; i < COMPLEN; i++) in noise_estimate_update()
1178 for (i = 0; i < COMPLEN; i++) in noise_estimate_update()
1480 Word16 level[COMPLEN], /* i : sub-band levels of the input frame */ in vad_decision() argument
1500 for (i = 0; i < COMPLEN; i++) in vad_decision()
1516 for (i = 0; i < COMPLEN; i++) in vad_decision()
1763 for (i = 0; i < COMPLEN; i++) in vad1_reset()
2294 Word16 level[COMPLEN]; in vad1()