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

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
c_g_aver.h 151 Word16 inBackgroundNoise, /* i : background noise decision */
c_g_aver.cpp 230 inBackgroundNoise = background noise decision (Word16)
274 Word16 inBackgroundNoise, // i : background noise decision
347 (sub(voicedHangover, 1) > 0) && (inBackgroundNoise != 0) &&
416 if (((bfi != 0) || (prev_bf != 0)) && (inBackgroundNoise != 0) &&
473 Word16 inBackgroundNoise, /* i : background noise decision */
569 && (inBackgroundNoise != 0)
622 if (((bfi != 0) || (prev_bf != 0)) && (inBackgroundNoise != 0)
dec_amr.h 141 Word16 inBackgroundNoise;
dec_amr.cpp 174 s->inBackgroundNoise = 0;
239 s->inBackgroundNoise = 0;
343 state->inBackgroundNoise = 0;
445 state->inBackgroundNoise = 0;
795 if ( st->inBackgroundNoise != 0 &&
1083 if ( (st->prev_bf != 0 || bfi != 0) && st->inBackgroundNoise != 0 &&
    [all...]

Completed in 105 milliseconds