Searched refs:ak (Results 26 - 50 of 84) sorted by relevance

1234

/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_psk_common.h68 int __must_check eap_psk_key_setup(const u8 *psk, u8 *ak, u8 *kdk);
/external/wpa_supplicant_8/src/crypto/
H A Dmilenage.h25 u8 *res, u8 *ck, u8 *ik, u8 *ak, u8 *akstar);
/external/wpa_supplicant_8/src/eap_common/
H A Deap_pax_common.h88 int eap_pax_initial_key_derivation(u8 mac_id, const u8 *ak, const u8 *e,
H A Deap_psk_common.h68 int __must_check eap_psk_key_setup(const u8 *psk, u8 *ak, u8 *kdk);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dmilenage.h25 u8 *res, u8 *ck, u8 *ik, u8 *ak, u8 *akstar);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_pax_common.h88 int eap_pax_initial_key_derivation(u8 mac_id, const u8 *ak, const u8 *e,
H A Deap_psk_common.h68 int __must_check eap_psk_key_setup(const u8 *psk, u8 *ak, u8 *kdk);
/external/chromium_org/third_party/speex/libspeex/
H A Dcb_search.c102 spx_coef_t ak[], /* LPCs for this subframe */
234 syn_percep_zero16(r2, ak, awk1, awk2, r2, nsf,p, stack);
244 spx_coef_t ak[], /* LPCs for this subframe */
297 split_cb_search_shape_sign_N1(target,ak,awk1,awk2,par,p,nsf,exc,r,bits,stack,update_target);
507 syn_percep_zero16(r2, ak, awk1, awk2, r2, nsf,p, stack);
574 spx_coef_t ak[], /* LPCs for this subframe */
591 residue_percep_zero16(target, ak, awk1, awk2, tmp, nsf, p, stack);
100 split_cb_search_shape_sign_N1( spx_word16_t target[], spx_coef_t ak[], spx_coef_t awk1[], spx_coef_t awk2[], const void *par, int p, int nsf, spx_sig_t *exc, spx_word16_t *r, SpeexBits *bits, char *stack, int update_target ) argument
242 split_cb_search_shape_sign( spx_word16_t target[], spx_coef_t ak[], spx_coef_t awk1[], spx_coef_t awk2[], const void *par, int p, int nsf, spx_sig_t *exc, spx_word16_t *r, SpeexBits *bits, char *stack, int complexity, int update_target ) argument
572 noise_codebook_quant( spx_word16_t target[], spx_coef_t ak[], spx_coef_t awk1[], spx_coef_t awk2[], const void *par, int p, int nsf, spx_sig_t *exc, spx_word16_t *r, SpeexBits *bits, char *stack, int complexity, int update_target ) argument
H A Dlsp.c50 LSPs are used to encode the LPC filter coefficients {ak} for
53 direct quantisation of {ak}.
55 A(z) is a polynomial of order lpcrdr with {ak} as the coefficients.
76 To convert back to ak we just evaluate (1), "clocking" an impulse
78 {ak}.
403 void lsp_to_lpc(spx_lsp_t *freq,spx_coef_t *ak,int lpcrdr, char *stack) argument
405 /* float *ak array of LPC coefficients */
510 /* hard limit ak's to +/- 32767 */
514 ak[j-1] = (short)a;
522 void lsp_to_lpc(spx_lsp_t *freq,spx_coef_t *ak,in argument
[all...]
H A Dfilters.c379 void syn_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack) argument
386 iir_mem16(xx, ak, y, N, ord, mem, stack);
391 void residue_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack) argument
398 filter_mem16(xx, ak, awk1, y, N, ord, mem, stack);
406 void compute_impulse_response(const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack) argument
432 mem2[j] = MAC16_16(mem2[j+1], ak[j],ny2i);
435 mem2[ord-1] = MULT16_16(ak[ord-1],ny2i);
656 spx_coef_t *ak, /*LPC filter coefs*/
653 multicomb( spx_word16_t *exc, spx_word16_t *new_exc, spx_coef_t *ak, int p, int nsf, int pitch, int max_pitch, spx_word16_t comb_gain, char *stack ) argument
H A Dltp.c350 const spx_coef_t ak[], /* LPCs for this subframe */
419 iir_mem16(e, ak, e, nsf, p, mm, stack);
531 spx_coef_t ak[], /* LPCs for this subframe */
621 err=pitch_gain_search_3tap(target, ak, awk1, awk2, exc, gain_cdbk, gain_cdbk_size, pitch, p, nsf,
758 spx_coef_t ak[], /* LPCs for this subframe */
798 syn_percep_zero16(res, ak, awk1, awk2, res, nsf, p, stack);
348 pitch_gain_search_3tap( const spx_word16_t target[], const spx_coef_t ak[], const spx_coef_t awk1[], const spx_coef_t awk2[], spx_sig_t exc[], const signed char *gain_cdbk, int gain_cdbk_size, int pitch, int p, int nsf, SpeexBits *bits, char *stack, const spx_word16_t *exc2, const spx_word16_t *r, spx_word16_t *new_target, int *cdbk_index, int plc_tuning, spx_word32_t cumul_gain, int scaledown ) argument
528 pitch_search_3tap( spx_word16_t target[], spx_word16_t *sw, spx_coef_t ak[], spx_coef_t awk1[], spx_coef_t awk2[], spx_sig_t exc[], const void *par, int start, int end, spx_word16_t pitch_coef, int p, int nsf, SpeexBits *bits, char *stack, spx_word16_t *exc2, spx_word16_t *r, int complexity, int cdbk_offset, int plc_tuning, spx_word32_t *cumul_gain ) argument
755 forced_pitch_quant( spx_word16_t target[], spx_word16_t *sw, spx_coef_t ak[], spx_coef_t awk1[], spx_coef_t awk2[], spx_sig_t exc[], const void *par, int start, int end, spx_word16_t pitch_coef, int p, int nsf, SpeexBits *bits, char *stack, spx_word16_t *exc2, spx_word16_t *r, int complexity, int cdbk_offset, int plc_tuning, spx_word32_t *cumul_gain ) argument
/external/speex/libspeex/
H A Dcb_search.c102 spx_coef_t ak[], /* LPCs for this subframe */
234 syn_percep_zero16(r2, ak, awk1, awk2, r2, nsf,p, stack);
244 spx_coef_t ak[], /* LPCs for this subframe */
297 split_cb_search_shape_sign_N1(target,ak,awk1,awk2,par,p,nsf,exc,r,bits,stack,update_target);
507 syn_percep_zero16(r2, ak, awk1, awk2, r2, nsf,p, stack);
574 spx_coef_t ak[], /* LPCs for this subframe */
591 residue_percep_zero16(target, ak, awk1, awk2, tmp, nsf, p, stack);
100 split_cb_search_shape_sign_N1( spx_word16_t target[], spx_coef_t ak[], spx_coef_t awk1[], spx_coef_t awk2[], const void *par, int p, int nsf, spx_sig_t *exc, spx_word16_t *r, SpeexBits *bits, char *stack, int update_target ) argument
242 split_cb_search_shape_sign( spx_word16_t target[], spx_coef_t ak[], spx_coef_t awk1[], spx_coef_t awk2[], const void *par, int p, int nsf, spx_sig_t *exc, spx_word16_t *r, SpeexBits *bits, char *stack, int complexity, int update_target ) argument
572 noise_codebook_quant( spx_word16_t target[], spx_coef_t ak[], spx_coef_t awk1[], spx_coef_t awk2[], const void *par, int p, int nsf, spx_sig_t *exc, spx_word16_t *r, SpeexBits *bits, char *stack, int complexity, int update_target ) argument
H A Dlsp.c50 LSPs are used to encode the LPC filter coefficients {ak} for
53 direct quantisation of {ak}.
55 A(z) is a polynomial of order lpcrdr with {ak} as the coefficients.
76 To convert back to ak we just evaluate (1), "clocking" an impulse
78 {ak}.
403 void lsp_to_lpc(spx_lsp_t *freq,spx_coef_t *ak,int lpcrdr, char *stack) argument
405 /* float *ak array of LPC coefficients */
510 /* hard limit ak's to +/- 32767 */
514 ak[j-1] = (short)a;
522 void lsp_to_lpc(spx_lsp_t *freq,spx_coef_t *ak,in argument
[all...]
H A Dfilters.c379 void syn_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack) argument
386 iir_mem16(xx, ak, y, N, ord, mem, stack);
391 void residue_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack) argument
398 filter_mem16(xx, ak, awk1, y, N, ord, mem, stack);
406 void compute_impulse_response(const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack) argument
432 mem2[j] = MAC16_16(mem2[j+1], ak[j],ny2i);
435 mem2[ord-1] = MULT16_16(ak[ord-1],ny2i);
656 spx_coef_t *ak, /*LPC filter coefs*/
653 multicomb( spx_word16_t *exc, spx_word16_t *new_exc, spx_coef_t *ak, int p, int nsf, int pitch, int max_pitch, spx_word16_t comb_gain, char *stack ) argument
H A Dltp.c350 const spx_coef_t ak[], /* LPCs for this subframe */
419 iir_mem16(e, ak, e, nsf, p, mm, stack);
531 spx_coef_t ak[], /* LPCs for this subframe */
621 err=pitch_gain_search_3tap(target, ak, awk1, awk2, exc, gain_cdbk, gain_cdbk_size, pitch, p, nsf,
758 spx_coef_t ak[], /* LPCs for this subframe */
798 syn_percep_zero16(res, ak, awk1, awk2, res, nsf, p, stack);
348 pitch_gain_search_3tap( const spx_word16_t target[], const spx_coef_t ak[], const spx_coef_t awk1[], const spx_coef_t awk2[], spx_sig_t exc[], const signed char *gain_cdbk, int gain_cdbk_size, int pitch, int p, int nsf, SpeexBits *bits, char *stack, const spx_word16_t *exc2, const spx_word16_t *r, spx_word16_t *new_target, int *cdbk_index, int plc_tuning, spx_word32_t cumul_gain, int scaledown ) argument
528 pitch_search_3tap( spx_word16_t target[], spx_word16_t *sw, spx_coef_t ak[], spx_coef_t awk1[], spx_coef_t awk2[], spx_sig_t exc[], const void *par, int start, int end, spx_word16_t pitch_coef, int p, int nsf, SpeexBits *bits, char *stack, spx_word16_t *exc2, spx_word16_t *r, int complexity, int cdbk_offset, int plc_tuning, spx_word32_t *cumul_gain ) argument
755 forced_pitch_quant( spx_word16_t target[], spx_word16_t *sw, spx_coef_t ak[], spx_coef_t awk1[], spx_coef_t awk2[], spx_sig_t exc[], const void *par, int start, int end, spx_word16_t pitch_coef, int p, int nsf, SpeexBits *bits, char *stack, spx_word16_t *exc2, spx_word16_t *r, int complexity, int cdbk_offset, int plc_tuning, spx_word32_t *cumul_gain ) argument
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_psk.c25 u8 ak[EAP_PSK_AK_LEN], kdk[EAP_PSK_KDK_LEN], tek[EAP_PSK_TEK_LEN]; member in struct:eap_psk_data
49 if (eap_psk_key_setup(password, data->ak, data->kdk)) {
53 wpa_hexdump_key(MSG_DEBUG, "EAP-PSK: AK", data->ak, EAP_PSK_AK_LEN);
160 if (omac1_aes_128(data->ak, buf, buflen, hdr2->mac_p)) {
235 if (omac1_aes_128(data->ak, buf, buflen, mac)) {
H A Deap_pax.c37 u8 ak[EAP_PAX_AK_LEN]; member in struct:eap_pax_data
79 os_memcpy(data->ak, password, EAP_PAX_AK_LEN);
180 if (eap_pax_initial_key_derivation(req->mac_id, data->ak, data->rand.e,
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_psk.c27 u8 ak[EAP_PSK_AK_LEN], kdk[EAP_PSK_KDK_LEN], tek[EAP_PSK_TEK_LEN]; member in struct:eap_psk_data
120 if (omac1_aes_128(data->ak, buf, buflen, psk->mac_s)) {
285 if (eap_psk_key_setup(sm->user->password, data->ak, data->kdk)) {
289 wpa_hexdump_key(MSG_DEBUG, "EAP-PSK: AK", data->ak, EAP_PSK_AK_LEN);
310 if (omac1_aes_128(data->ak, buf, buflen, mac)) {
H A Deap_server_pax.c35 u8 ak[EAP_PAX_AK_LEN]; member in struct:eap_pax_data
387 os_memcpy(data->ak, sm->user->password, EAP_PAX_AK_LEN);
389 if (eap_pax_initial_key_derivation(data->mac_id, data->ak,
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_psk.c25 u8 ak[EAP_PSK_AK_LEN], kdk[EAP_PSK_KDK_LEN], tek[EAP_PSK_TEK_LEN]; member in struct:eap_psk_data
49 if (eap_psk_key_setup(password, data->ak, data->kdk)) {
53 wpa_hexdump_key(MSG_DEBUG, "EAP-PSK: AK", data->ak, EAP_PSK_AK_LEN);
160 if (omac1_aes_128(data->ak, buf, buflen, hdr2->mac_p)) {
235 if (omac1_aes_128(data->ak, buf, buflen, mac)) {
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_psk.c27 u8 ak[EAP_PSK_AK_LEN], kdk[EAP_PSK_KDK_LEN], tek[EAP_PSK_TEK_LEN]; member in struct:eap_psk_data
120 if (omac1_aes_128(data->ak, buf, buflen, psk->mac_s)) {
285 if (eap_psk_key_setup(sm->user->password, data->ak, data->kdk)) {
289 wpa_hexdump_key(MSG_DEBUG, "EAP-PSK: AK", data->ak, EAP_PSK_AK_LEN);
310 if (omac1_aes_128(data->ak, buf, buflen, mac)) {
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_psk.c25 u8 ak[EAP_PSK_AK_LEN], kdk[EAP_PSK_KDK_LEN], tek[EAP_PSK_TEK_LEN]; member in struct:eap_psk_data
49 if (eap_psk_key_setup(password, data->ak, data->kdk)) {
53 wpa_hexdump_key(MSG_DEBUG, "EAP-PSK: AK", data->ak, EAP_PSK_AK_LEN);
160 if (omac1_aes_128(data->ak, buf, buflen, hdr2->mac_p)) {
235 if (omac1_aes_128(data->ak, buf, buflen, mac)) {
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_psk.c27 u8 ak[EAP_PSK_AK_LEN], kdk[EAP_PSK_KDK_LEN], tek[EAP_PSK_TEK_LEN]; member in struct:eap_psk_data
120 if (omac1_aes_128(data->ak, buf, buflen, psk->mac_s)) {
285 if (eap_psk_key_setup(sm->user->password, data->ak, data->kdk)) {
289 wpa_hexdump_key(MSG_DEBUG, "EAP-PSK: AK", data->ak, EAP_PSK_AK_LEN);
310 if (omac1_aes_128(data->ak, buf, buflen, mac)) {
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c147 const float ak = util_half_to_float(rowA[k][e]); \
154 dst[i][e] = util_float_to_half((aj + ak + bj + bk + cj + ck + dj + dk) \
341 float aj, ak, bj, bk; local
343 ak = util_half_to_float(rowA[k][comp]);
346 dst[i][comp] = util_float_to_half((aj + ak + bj + bk) * 0.25F);
358 float aj, ak, bj, bk; local
360 ak = util_half_to_float(rowA[k][comp]);
363 dst[i][comp] = util_float_to_half((aj + ak + bj + bk) * 0.25F);
375 float aj, ak, bj, bk; local
377 ak
391 float aj, ak, bj, bk; local
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c147 const float ak = util_half_to_float(rowA[k][e]); \
154 dst[i][e] = util_float_to_half((aj + ak + bj + bk + cj + ck + dj + dk) \
341 float aj, ak, bj, bk; local
343 ak = util_half_to_float(rowA[k][comp]);
346 dst[i][comp] = util_float_to_half((aj + ak + bj + bk) * 0.25F);
358 float aj, ak, bj, bk; local
360 ak = util_half_to_float(rowA[k][comp]);
363 dst[i][comp] = util_float_to_half((aj + ak + bj + bk) * 0.25F);
375 float aj, ak, bj, bk; local
377 ak
391 float aj, ak, bj, bk; local
[all...]

Completed in 307 milliseconds

1234