Home
last modified time | relevance | path

Searched refs:f2ptr (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
41 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()
Dpoly_to_lsp.c36 int16_t *f1ptr, *f2ptr; in WebRtcIlbcfix_Poly2Lsp() local
55 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()
/external/llvm-project/llvm/test/Other/
Dcgscc-devirt-iteration.ll84 %f2ptr = alloca void ()*
85 store void ()* @readnone, void ()** %f2ptr
88 call void @test2_a(void ()** %f2ptr)
90 %f2 = load void ()*, void ()** %f2ptr