Home
last modified time | relevance | path

Searched refs:complex_hang_count (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
Dvad1.cpp979 st->complex_hang_count = 0; in hangover_addition()
986 if (st->complex_hang_count < CVAD_HANG_LENGTH) in hangover_addition()
988 st->complex_hang_count = CVAD_HANG_LENGTH; in hangover_addition()
993 if (st->complex_hang_count != 0) in hangover_addition()
996 st->complex_hang_count = sub(st->complex_hang_count, 1, pOverflow); in hangover_addition()
1122 && (st->complex_hang_count == 0)) in noise_estimate_update()
1130 && (st->complex_hang_count == 0)) in noise_estimate_update()
1746 state->complex_hang_count = 0; in vad1_reset()
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
Dvad1.h126 Word16 complex_hang_count; /* complex hangover counter, used by VAD */ member