Searched refs:f2ptr (Results 1 – 3 of 3) sorted by relevance
30 int32_t *f1ptr, *f2ptr; in WebRtcIlbcfix_Lsf2Poly() local41 f2ptr=f[1]; in WebRtcIlbcfix_Lsf2Poly()43 WebRtcIlbcfix_GetLspPoly(&lsp[1],f2ptr); in WebRtcIlbcfix_Lsf2Poly()50 f2ptr=&f[1][5]; in WebRtcIlbcfix_Lsf2Poly()54 (*f2ptr) -= (*(f2ptr-1)); in WebRtcIlbcfix_Lsf2Poly()56 f2ptr--; in WebRtcIlbcfix_Lsf2Poly()70 f2ptr=&f[1][1]; in WebRtcIlbcfix_Lsf2Poly()73 tmpW32 = (*f1ptr) + (*f2ptr); in WebRtcIlbcfix_Lsf2Poly()76 tmpW32 = (*f1ptr) - (*f2ptr); in WebRtcIlbcfix_Lsf2Poly()82 f2ptr++; in WebRtcIlbcfix_Lsf2Poly()
36 int16_t *f1ptr, *f2ptr; in WebRtcIlbcfix_Poly2Lsp() local55 f2ptr = f[1]; in WebRtcIlbcfix_Poly2Lsp()57 (*f2ptr) = 1024; /* 1.0 in Q10 */ in WebRtcIlbcfix_Poly2Lsp()61 *(f2ptr + 1) = in WebRtcIlbcfix_Poly2Lsp()62 (int16_t)((((int32_t)(*a_i_ptr) - *a_10mi_ptr) >> 2) + *f2ptr); in WebRtcIlbcfix_Poly2Lsp()66 f2ptr++; in WebRtcIlbcfix_Poly2Lsp()
84 %f2ptr = alloca void ()*85 store void ()* @readnone, void ()** %f2ptr88 call void @test2_a(void ()** %f2ptr)90 %f2 = load void ()*, void ()** %f2ptr