Home
last modified time | relevance | path

Searched refs:tloc2 (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Drefiner.c43 size_t tloc, tloc2, i; in WebRtcIlbcfix_Refiner() local
105 tloc2 = (tloc + 3) >> 2; in WebRtcIlbcfix_Refiner()
109 if (ENH_FL0 > (searchSegStartPos + tloc2)) { in WebRtcIlbcfix_Refiner()
110 const size_t st = ENH_FL0 - searchSegStartPos - tloc2; in WebRtcIlbcfix_Refiner()
114 const size_t st = searchSegStartPos + tloc2 - ENH_FL0; in WebRtcIlbcfix_Refiner()
126 polyPtr = (int16_t*)WebRtcIlbcfix_kEnhPolyPhaser[tloc2 * ENH_UPS0 - tloc]; in WebRtcIlbcfix_Refiner()