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

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
bgnscd.h 84 #define LOWERNOISELIMIT 20 /* 5 */
bgnscd.cpp 297 if ( (sub(maxEnergy, LOWERNOISELIMIT) > 0) &&
299 (sub(currEnergy, LOWERNOISELIMIT) > 0) &&
496 if ((maxEnergy > LOWERNOISELIMIT) &&
498 (currEnergy > LOWERNOISELIMIT) &&

Completed in 410 milliseconds