Searched refs:vecfloat_union (Results 1 - 1 of 1) sorted by relevance
/third_party/lame/libmp3lame/vector/ |
H A D | xmm_quantize_sub.c | 43 } vecfloat_union; typedef 72 const vecfloat_union fabs_mask = {{ 0x7FFFFFFF, 0x7FFFFFFF, 0x7FFFFFFF, 0x7FFFFFFF }}; in init_xrpow_core_sse() 74 vecfloat_union vec_xrpow_max; in init_xrpow_core_sse() 75 vecfloat_union vec_sum; in init_xrpow_core_sse() 76 vecfloat_union vec_tmp; in init_xrpow_core_sse() 127 vecfloat_union r; in store4() 195 static const vecfloat_union sign_mask = {{0x80000000,0,0,0}}; in fht_SSE2() 199 static const vecfloat_union sign_mask = {{0,0x80000000,0,0}}; in fht_SSE2() 203 static const vecfloat_union sign_mask = {{0,0,0x80000000,0x80000000}}; in fht_SSE2()
|
Completed in 1 milliseconds