Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/ilbc/
Denh_upsample.c31 int32_t *pu1, *pu11; in WebRtcIlbcfix_EnhUpsample() local
38 pu11=pu1; in WebRtcIlbcfix_EnhUpsample()
42 *pu11 = (*ps--) * *pp++; in WebRtcIlbcfix_EnhUpsample()
43 *pu11 += (*ps--) * *pp++; in WebRtcIlbcfix_EnhUpsample()
44 *pu11 += (*ps--) * *pp++; in WebRtcIlbcfix_EnhUpsample()
45 pu11+=ENH_UPS0; in WebRtcIlbcfix_EnhUpsample()
49 *pu11 = (*ps--) * *pp++; in WebRtcIlbcfix_EnhUpsample()
50 *pu11 += (*ps--) * *pp++; in WebRtcIlbcfix_EnhUpsample()
51 *pu11 += (*ps--) * *pp++; in WebRtcIlbcfix_EnhUpsample()
52 *pu11 += (*ps--) * *pp++; in WebRtcIlbcfix_EnhUpsample()
[all …]