Searched refs:statev (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | filterbanks_neon.c | 33 int32x4_t statev; in WebRtcIsacfix_AllpassFilter2FixDec16Neon() local 42 statev = vld1q_dup_s32(filter_state_ch1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon() 43 statev = vld1q_lane_s32(filter_state_ch2, statev, 2); in WebRtcIsacfix_AllpassFilter2FixDec16Neon() 53 a = vqdmlal_s16(statev, datav, factorv); in WebRtcIsacfix_AllpassFilter2FixDec16Neon() 57 statev = vqdmlsl_s16(vshll_n_s16(datav, 16), tmp1, factorv); in WebRtcIsacfix_AllpassFilter2FixDec16Neon() 60 statev = vld1q_lane_s32(filter_state_ch1 + 1, statev, 1); in WebRtcIsacfix_AllpassFilter2FixDec16Neon() 61 statev = vld1q_lane_s32(filter_state_ch2 + 1, statev, 3); in WebRtcIsacfix_AllpassFilter2FixDec16Neon() 70 a = vqdmlal_s16(statev, datav, factorv); in WebRtcIsacfix_AllpassFilter2FixDec16Neon() 78 statev = vqdmlsl_s16(vshll_n_s16(datav, 16), tmp1, factorv); in WebRtcIsacfix_AllpassFilter2FixDec16Neon() 85 a = vqdmlal_s16(statev, datav, factorv); in WebRtcIsacfix_AllpassFilter2FixDec16Neon() [all …]
|
/external/libsrtp2/crypto/hash/ |
D | hmac_ossl.c | 147 static srtp_err_status_t srtp_hmac_start(void *statev) in srtp_hmac_start() argument 149 HMAC_CTX *state = (HMAC_CTX *)statev; in srtp_hmac_start() 157 static srtp_err_status_t srtp_hmac_init(void *statev, in srtp_hmac_init() argument 161 HMAC_CTX *state = (HMAC_CTX *)statev; in srtp_hmac_init() 169 static srtp_err_status_t srtp_hmac_update(void *statev, in srtp_hmac_update() argument 173 HMAC_CTX *state = (HMAC_CTX *)statev; in srtp_hmac_update() 184 static srtp_err_status_t srtp_hmac_compute(void *statev, in srtp_hmac_compute() argument 190 HMAC_CTX *state = (HMAC_CTX *)statev; in srtp_hmac_compute()
|
D | hmac.c | 114 static srtp_err_status_t srtp_hmac_init(void *statev, in srtp_hmac_init() argument 118 srtp_hmac_ctx_t *state = (srtp_hmac_ctx_t *)statev; in srtp_hmac_init() 157 static srtp_err_status_t srtp_hmac_start(void *statev) in srtp_hmac_start() argument 159 srtp_hmac_ctx_t *state = (srtp_hmac_ctx_t *)statev; in srtp_hmac_start() 166 static srtp_err_status_t srtp_hmac_update(void *statev, in srtp_hmac_update() argument 170 srtp_hmac_ctx_t *state = (srtp_hmac_ctx_t *)statev; in srtp_hmac_update() 181 static srtp_err_status_t srtp_hmac_compute(void *statev, in srtp_hmac_compute() argument 187 srtp_hmac_ctx_t *state = (srtp_hmac_ctx_t *)statev; in srtp_hmac_compute()
|
D | null_auth.c | 100 static srtp_err_status_t srtp_null_auth_init(void *statev, in srtp_null_auth_init() argument 110 static srtp_err_status_t srtp_null_auth_compute(void *statev, in srtp_null_auth_compute() argument 121 static srtp_err_status_t srtp_null_auth_update(void *statev, in srtp_null_auth_update() argument 130 static srtp_err_status_t srtp_null_auth_start(void *statev) in srtp_null_auth_start() argument
|