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

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dwb_vad.c347 static Word16 hangover_addition( /* return: VAD_flag indicating final VAD decision */
354 /* if the input power (pow_sum) is lower than a threshold, clear counters and set VAD_flag to "0" */
455 * Purpose : Calculates VAD_flag
459 static Word16 vad_decision( /* return value : VAD_flag */
766 Word16 VAD_flag, temp; local
791 VAD_flag = vad_decision(st, level, pow_sum);
803 return (VAD_flag);

Completed in 20 milliseconds