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

  /external/libldac/abr/inc/
ldacBT_abr.h 129 * thSafety4HQSQ unsigned int safety threshold for LDACBT_EQMID_HQ and
136 * The thCritical and thDangerousTrend are used for all eqmid and thSafety4HQSQ is used
139 * thCritical >= thDangerousTrend >= thSafety4HQSQ
142 unsigned int thDangerousTrend, unsigned int thSafety4HQSQ);
  /external/libldac/abr/src/
ldacBT_abr.c 68 unsigned int thSafety4HQSQ;
147 hLdacAbr->thSafety4HQSQ = LDAC_ABR_THRESHOLD_SAFETY_FOR_HQSQ_DEFAULT;
154 unsigned int thDangerousTrend, unsigned int thSafety4HQSQ )
156 ABRDBG( "thCritical=%u, thDangerousTrend=%u, thSafety4HQSQ=%u",
157 thCritical, thDangerousTrend, thSafety4HQSQ);
160 if (thDangerousTrend < thSafety4HQSQ) return -1;
163 hLdacAbr->thSafety4HQSQ = thSafety4HQSQ;
226 else if ((TxQD_curr > hLdacAbr->thSafety4HQSQ) &&

Completed in 698 milliseconds