Searched refs:burst_len (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dwb_vad.c351 Word16 burst_len /* i : minimum burst length for hangover addition */
365 if(st->burst_count >= burst_len)
470 Word16 hang_len, burst_len; local
545 /* Calculate values for hang_len and burst_len based on vad_thr */
551 burst_len = add1(vo_mult(BURST_SLOPE, (vad_thr - BURST_P1)), BURST_HIGH);
553 return (hangover_addition(st, low_power_flag, hang_len, burst_len));
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dvad1.cpp953 Word16 burst_len; local
956 Calculate burst_len and hang_len
957 burst_len: number of consecutive intermediate vad flags with "1"-decision
964 burst_len = BURST_LEN_HIGH_NOISE;
969 burst_len = BURST_LEN_LOW_NOISE;
1014 if (st->burst_count >= burst_len)

Completed in 67 milliseconds