Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
Dcng_helpfuns.c21 const int16_t *kptr; in WebRtcCng_K2a16() local
24 kptr = k; in WebRtcCng_K2a16()
29 kptr++; in WebRtcCng_K2a16()
36 any[m + 1] = (*kptr + 4) >> 3; in WebRtcCng_K2a16()
39 (int16_t)((((int32_t)(*aptr2--) * (int32_t) * kptr) + 16384) >> 15); in WebRtcCng_K2a16()
/external/webrtc/webrtc/common_audio/signal_processing/
Drefl_coef_to_lpc.c24 const int16_t *kptr; in WebRtcSpl_ReflCoefToLpc() local
27 kptr = k; in WebRtcSpl_ReflCoefToLpc()
34 kptr++; in WebRtcSpl_ReflCoefToLpc()
41 any[m + 1] = *kptr >> 3; in WebRtcSpl_ReflCoefToLpc()
44 *anyptr = *aptr + (int16_t)((*aptr2 * *kptr) >> 15); in WebRtcSpl_ReflCoefToLpc()
/external/clang/test/CodeGen/
Dms-inline-asm-functions.c10 int (*kptr)(int); variable
28 __asm call kptr; in foo() local
43 __asm mov eax, kptr; in baz() local