Home
last modified time | relevance | path

Searched refs:im_op (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daacps.c61 INT64FLOAT im_op = 0.0f; //imag out of phase in hybrid2_re() local
64 im_op += (INT64FLOAT)filter[j+1] * (in[j+1][1] + in[12-j-1][1]); in hybrid2_re()
69 im_op = (im_op + 0x40000000) >> 31; in hybrid2_re()
73 out[ reverse][i][1] = (INTFLOAT)(im_in + im_op); in hybrid2_re()
75 out[!reverse][i][1] = (INTFLOAT)(im_in - im_op); in hybrid2_re()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_atheros.c445 mlme.im_op = IEEE80211_MLME_AUTHORIZE; in atheros_set_sta_authorized()
447 mlme.im_op = IEEE80211_MLME_UNAUTHORIZE; in atheros_set_sta_authorized()
694 mlme.im_op = IEEE80211_MLME_CLEAR_STATS; in atheros_sta_clear_stats()
773 mlme.im_op = IEEE80211_MLME_DEAUTH; in atheros_sta_deauth()
797 mlme.im_op = IEEE80211_MLME_DISASSOC; in atheros_sta_disassoc()
1095 mlme.im_op = IEEE80211_MLME_AUTH_FILS; in atheros_sta_auth()
1103 mlme.im_op = IEEE80211_MLME_AUTH; in atheros_sta_auth()
1106 mlme.im_op = IEEE80211_MLME_AUTH; in atheros_sta_auth()
1146 mlme.im_op = IEEE80211_MLME_REASSOC; in atheros_sta_assoc()
1148 mlme.im_op = IEEE80211_MLME_ASSOC; in atheros_sta_assoc()
Ddriver_bsd.c291 mlme.im_op = op; in bsd_send_mlme_param()
1131 mlme.im_op = IEEE80211_MLME_ASSOC; in wpa_driver_bsd_associate()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_atheros.c439 mlme.im_op = IEEE80211_MLME_AUTHORIZE; in atheros_set_sta_authorized()
441 mlme.im_op = IEEE80211_MLME_UNAUTHORIZE; in atheros_set_sta_authorized()
690 mlme.im_op = IEEE80211_MLME_CLEAR_STATS; in atheros_sta_clear_stats()
769 mlme.im_op = IEEE80211_MLME_DEAUTH; in atheros_sta_deauth()
793 mlme.im_op = IEEE80211_MLME_DISASSOC; in atheros_sta_disassoc()
1088 mlme.im_op = IEEE80211_MLME_AUTH_FILS; in atheros_sta_auth()
1096 mlme.im_op = IEEE80211_MLME_AUTH; in atheros_sta_auth()
1099 mlme.im_op = IEEE80211_MLME_AUTH; in atheros_sta_auth()
1139 mlme.im_op = IEEE80211_MLME_REASSOC; in atheros_sta_assoc()
1141 mlme.im_op = IEEE80211_MLME_ASSOC; in atheros_sta_assoc()
Ddriver_bsd.c289 mlme.im_op = op; in bsd_send_mlme_param()
1271 mlme.im_op = IEEE80211_MLME_ASSOC; in wpa_driver_bsd_associate()