Searched refs:targetIdx (Results 1 – 5 of 5) sorted by relevance
165 const uint32_t targetIdx, in GetTMMBRSet() argument171 if (targetIdx >= candidateSet->sizeOfSet()) { in GetTMMBRSet()182 candidateSet->SetEntry(targetIdx, in GetTMMBRSet()
113 const uint32_t targetIdx,
435 stt->targetIdxOffset = (3 * zeros - stt->targetIdx - 2) / 4; in WebRtcAgc_UpdateAgcThresholds()459 stt->targetIdx = ANALOG_TARGET_LEVEL + OFFSET_ENV_TO_RMS; in WebRtcAgc_UpdateAgcThresholds()461 stt->targetIdx += stt->targetIdxOffset; in WebRtcAgc_UpdateAgcThresholds()465 stt->analogTargetLevel = RXX_BUFFER_LEN * kTargetLevelTable[stt->targetIdx]; /* ex. -20 dBov */ in WebRtcAgc_UpdateAgcThresholds()466 stt->startUpperLimit = RXX_BUFFER_LEN * kTargetLevelTable[stt->targetIdx - 1];/* -19 dBov */ in WebRtcAgc_UpdateAgcThresholds()467 stt->startLowerLimit = RXX_BUFFER_LEN * kTargetLevelTable[stt->targetIdx + 1];/* -21 dBov */ in WebRtcAgc_UpdateAgcThresholds()468 stt->upperPrimaryLimit = RXX_BUFFER_LEN * kTargetLevelTable[stt->targetIdx - 2];/* -18 dBov */ in WebRtcAgc_UpdateAgcThresholds()469 stt->lowerPrimaryLimit = RXX_BUFFER_LEN * kTargetLevelTable[stt->targetIdx + 2];/* -22 dBov */ in WebRtcAgc_UpdateAgcThresholds()470 stt->upperSecondaryLimit = RXX_BUFFER_LEN * kTargetLevelTable[stt->targetIdx - 5];/* -15 dBov */ in WebRtcAgc_UpdateAgcThresholds()471 stt->lowerSecondaryLimit = RXX_BUFFER_LEN * kTargetLevelTable[stt->targetIdx + 5];/* -25 dBov */ in WebRtcAgc_UpdateAgcThresholds()[all …]
69 uint16_t targetIdx; // Table index for corresponding target level member
762 const int targetIdx = dst[cur - 1]; in createInsetRing() local763 for (int i = cur - 1; i >= 0 && dst[i] == targetIdx; i--) { in createInsetRing()