Home
last modified time | relevance | path

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

/external/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/modules/audio_coding/codecs/cng/
Dwebrtc_cng.cc403 int16_t* anyptr; in WebRtcCng_K2a16() local
416 anyptr = any; in WebRtcCng_K2a16()
417 anyptr++; in WebRtcCng_K2a16()
421 *anyptr++ = in WebRtcCng_K2a16()
427 anyptr = any; in WebRtcCng_K2a16()
429 *aptr++ = *anyptr++; in WebRtcCng_K2a16()
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dpcy_tree.c571 X509_POLICY_NODE *node, *anyptr; in tree_calculate_authority_set() local
592 if (!(anyptr = curr->anyPolicy)) in tree_calculate_authority_set()
597 if ((node->parent == anyptr) in tree_calculate_authority_set()
/external/boringssl/src/crypto/x509v3/
Dpcy_tree.c571 X509_POLICY_NODE *node, *anyptr; in tree_calculate_authority_set() local
592 if (!(anyptr = curr->anyPolicy)) in tree_calculate_authority_set()
597 if ((node->parent == anyptr) in tree_calculate_authority_set()