HomeSort by relevance Sort by last modified time
    Searched refs:pow_sum (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
wb_vad.c 354 /* if the input power (pow_sum) is lower than a threshold, clear counters and set VAD_flag to "0" */
462 Word32 pow_sum /* i : power of the input frame */
534 /* check if the input power (pow_sum) is lower than a threshold" */
535 if(pow_sum < VAD_POW_LOW)
767 Word32 L_temp, pow_sum; local
776 /* pow_sum = power of current frame and previous frame */
777 pow_sum = L_add(L_temp, st->prev_pow_sum);
783 if (pow_sum < POW_TONE_THR)
791 VAD_flag = vad_decision(st, level, pow_sum);
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
vad1.cpp 973 /* if the input power (pow_sum) is lower than a threshold, clear
2295 Word32 pow_sum; local
    [all...]

Completed in 82 milliseconds