Home
last modified time | relevance | path

Searched refs:f1ptr (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/ilbc/
Dlsf_to_poly.c30 int32_t *f1ptr, *f2ptr; in WebRtcIlbcfix_Lsf2Poly() local
40 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()
Dpoly_to_lsp.c36 int16_t *f1ptr, *f2ptr; in WebRtcIlbcfix_Poly2Lsp() local
54 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()
/external/llvm-project/llvm/test/Other/
Dcgscc-devirt-iteration.ll64 %f1ptr = alloca void (void ()**)*
65 store void (void ()**)* @readnone_with_arg, void (void ()**)** %f1ptr
66 %f1 = load void (void ()**)*, void (void ()**)** %f1ptr