Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/signal_processing/
Drefl_coef_to_lpc.c23 int16_t *aptr, *aptr2, *anyptr; in WebRtcSpl_ReflCoefToLpc() local
38 anyptr = any; in WebRtcSpl_ReflCoefToLpc()
39 anyptr++; in WebRtcSpl_ReflCoefToLpc()
44 *anyptr = *aptr + (int16_t)((*aptr2 * *kptr) >> 15); in WebRtcSpl_ReflCoefToLpc()
45 anyptr++; in WebRtcSpl_ReflCoefToLpc()
51 anyptr = any; in WebRtcSpl_ReflCoefToLpc()
54 *aptr = *anyptr; in WebRtcSpl_ReflCoefToLpc()
56 anyptr++; in WebRtcSpl_ReflCoefToLpc()
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
Dcng_helpfuns.c20 int16_t *aptr, *aptr2, *anyptr; in WebRtcCng_K2a16() local
33 anyptr = any; in WebRtcCng_K2a16()
34 anyptr++; in WebRtcCng_K2a16()
38 *anyptr++ = (*aptr++) + in WebRtcCng_K2a16()
43 anyptr = any; in WebRtcCng_K2a16()
45 *aptr++ = *anyptr++; in WebRtcCng_K2a16()
/external/boringssl/src/crypto/x509v3/
Dpcy_tree.c569 X509_POLICY_NODE *node, *anyptr; in tree_calculate_authority_set() local
590 if (!(anyptr = curr->anyPolicy)) in tree_calculate_authority_set()
595 if ((node->parent == anyptr) in tree_calculate_authority_set()