Searched refs:p_tmp (Results 1 – 7 of 7) sorted by relevance
117 OMX_FC32* p_tmp = p_buf + offset; in mips_FFTInv_CCSToR_F32_complex() local119 tmp1 = p_tmp[0].Re + p_tmp[1].Re; in mips_FFTInv_CCSToR_F32_complex()120 tmp2 = p_tmp[0].Im + p_tmp[1].Im; in mips_FFTInv_CCSToR_F32_complex()121 tmp3 = p_tmp[0].Re - p_tmp[1].Re; in mips_FFTInv_CCSToR_F32_complex()122 tmp4 = p_tmp[0].Im - p_tmp[1].Im; in mips_FFTInv_CCSToR_F32_complex()123 tmp5 = p_tmp[2].Re + p_tmp[3].Re; in mips_FFTInv_CCSToR_F32_complex()124 tmp6 = p_tmp[2].Im + p_tmp[3].Im; in mips_FFTInv_CCSToR_F32_complex()125 tmp8 = p_tmp[2].Im - p_tmp[3].Im; in mips_FFTInv_CCSToR_F32_complex()126 tmp7 = p_tmp[2].Re - p_tmp[3].Re; in mips_FFTInv_CCSToR_F32_complex()128 p_tmp[0].Re = tmp1 + tmp5; in mips_FFTInv_CCSToR_F32_complex()[all …]
63 OMX_FC32* p_tmp = p_buf + offset; in mips_FFTInv_CCSToR_F32_real() local66 tmp1 = p_tmp[0].Re + p_tmp[1].Re; in mips_FFTInv_CCSToR_F32_real()67 tmp5 = p_tmp[2].Re + p_tmp[3].Re; in mips_FFTInv_CCSToR_F32_real()68 tmp2 = p_tmp[0].Im + p_tmp[1].Im; in mips_FFTInv_CCSToR_F32_real()69 tmp6 = p_tmp[2].Im + p_tmp[3].Im; in mips_FFTInv_CCSToR_F32_real()70 tmp3 = p_tmp[0].Re - p_tmp[1].Re; in mips_FFTInv_CCSToR_F32_real()71 tmp8 = p_tmp[2].Im - p_tmp[3].Im; in mips_FFTInv_CCSToR_F32_real()72 tmp4 = p_tmp[0].Im - p_tmp[1].Im; in mips_FFTInv_CCSToR_F32_real()73 tmp7 = p_tmp[2].Re - p_tmp[3].Re; in mips_FFTInv_CCSToR_F32_real()75 p_tmp[0].Re = tmp1 + tmp5; in mips_FFTInv_CCSToR_F32_real()[all …]
50 OMX_FC32* p_tmp = p_buf + offset; in mips_FFTFwd_RToCCS_F32_complex() local59 p_tmp[0].Re = tmp1 + tmp2; in mips_FFTFwd_RToCCS_F32_complex()60 p_tmp[2].Re = tmp1 - tmp2; in mips_FFTFwd_RToCCS_F32_complex()61 p_tmp[0].Im = tmp3 + tmp4; in mips_FFTFwd_RToCCS_F32_complex()62 p_tmp[2].Im = tmp3 - tmp4; in mips_FFTFwd_RToCCS_F32_complex()69 p_tmp[1].Re = tmp1 + tmp4; in mips_FFTFwd_RToCCS_F32_complex()70 p_tmp[3].Re = tmp1 - tmp4; in mips_FFTFwd_RToCCS_F32_complex()71 p_tmp[1].Im = tmp3 - tmp2; in mips_FFTFwd_RToCCS_F32_complex()72 p_tmp[3].Im = tmp3 + tmp2; in mips_FFTFwd_RToCCS_F32_complex()83 OMX_FC32* p_tmp = p_buf + offset; in mips_FFTFwd_RToCCS_F32_complex() local[all …]
54 OMX_FC32* p_tmp = p_buf + offset; in mips_FFTFwd_RToCCS_F32_real() local62 p_tmp[0].Re = tmp1 + tmp2; in mips_FFTFwd_RToCCS_F32_real()63 p_tmp[2].Re = tmp1 - tmp2; in mips_FFTFwd_RToCCS_F32_real()64 p_tmp[0].Im = 0.0f; in mips_FFTFwd_RToCCS_F32_real()65 p_tmp[2].Im = 0.0f; in mips_FFTFwd_RToCCS_F32_real()66 p_tmp[1].Re = tmp3; in mips_FFTFwd_RToCCS_F32_real()67 p_tmp[3].Re = tmp3; in mips_FFTFwd_RToCCS_F32_real()68 p_tmp[1].Im = -tmp4; in mips_FFTFwd_RToCCS_F32_real()69 p_tmp[3].Im = tmp4; in mips_FFTFwd_RToCCS_F32_real()82 OMX_FC32* p_tmp = p_buf; in mips_FFTFwd_RToCCS_F32_real() local[all …]
662 uint8_t *p_tmp = p; in hci_mct_send_msg() local672 p_tmp++; in hci_mct_send_msg()673 STREAM_TO_UINT16(lay_spec, p_tmp); in hci_mct_send_msg()
1245 tSDP_DISC_REC *p_rec, *p_tmp; in bta_jv_service_select()1259 p_tmp = p_bta_jv_cfg->p_sdp_db->p_first_rec; in bta_jv_service_select()1260 while(raw_used && p && p_tmp) in bta_jv_service_select()1265 if(p_tmp == p_rec) in bta_jv_service_select()1286 p_tmp = p_tmp->p_next_rec; in bta_jv_service_select()
2357 tINQ_DB_ENT *p_tmp = NULL; in btm_sort_inq_result() local2365 if((p_tmp = (tINQ_DB_ENT *)GKI_getbuf(sizeof(tINQ_DB_ENT))) != NULL) in btm_sort_inq_result()2374 memcpy (p_tmp, p_next, size); in btm_sort_inq_result()2376 memcpy (p_ent, p_tmp, size); in btm_sort_inq_result()2381 GKI_freebuf(p_tmp); in btm_sort_inq_result()