Searched refs:f1ptr (Results 1 – 3 of 3) sorted by relevance
30 int32_t *f1ptr, *f2ptr; in WebRtcIlbcfix_Lsf2Poly() local40 f1ptr=f[0]; in WebRtcIlbcfix_Lsf2Poly()42 WebRtcIlbcfix_GetLspPoly(&lsp[0],f1ptr); in WebRtcIlbcfix_Lsf2Poly()49 f1ptr=&f[0][5]; in WebRtcIlbcfix_Lsf2Poly()53 (*f1ptr) += (*(f1ptr-1)); in WebRtcIlbcfix_Lsf2Poly()55 f1ptr--; in WebRtcIlbcfix_Lsf2Poly()69 f1ptr=&f[0][1]; in WebRtcIlbcfix_Lsf2Poly()73 tmpW32 = (*f1ptr) + (*f2ptr); in WebRtcIlbcfix_Lsf2Poly()76 tmpW32 = (*f1ptr) - (*f2ptr); in WebRtcIlbcfix_Lsf2Poly()81 f1ptr++; in WebRtcIlbcfix_Lsf2Poly()
36 int16_t *f1ptr, *f2ptr; in WebRtcIlbcfix_Poly2Lsp() local54 f1ptr = f[0]; in WebRtcIlbcfix_Poly2Lsp()56 (*f1ptr) = 1024; /* 1.0 in Q10 */ in WebRtcIlbcfix_Poly2Lsp()59 *(f1ptr + 1) = in WebRtcIlbcfix_Poly2Lsp()60 (int16_t)((((int32_t)(*a_i_ptr) + *a_10mi_ptr) >> 2) - *f1ptr); in WebRtcIlbcfix_Poly2Lsp()65 f1ptr++; in WebRtcIlbcfix_Poly2Lsp()
64 %f1ptr = alloca void (void ()**)*65 store void (void ()**)* @readnone_with_arg, void (void ()**)** %f1ptr66 %f1 = load void (void ()**)*, void (void ()**)** %f1ptr