Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dgain_quant.c35 const int16_t *cbPtr, *cb; in WebRtcIlbcfix_GainQuant() local
61 cbPtr = cb + loc; /* Centre of CB */ in WebRtcIlbcfix_GainQuant()
65 measure1 = scale * *cbPtr; in WebRtcIlbcfix_GainQuant()
71 cbPtr+=noMoves; in WebRtcIlbcfix_GainQuant()
74 cbPtr-=noMoves; in WebRtcIlbcfix_GainQuant()
81 measure1 = scale * *cbPtr; in WebRtcIlbcfix_GainQuant()
84 measure2 = scale * cbPtr[1]; in WebRtcIlbcfix_GainQuant()
90 measure2 = scale * cbPtr[-1]; in WebRtcIlbcfix_GainQuant()