OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:f1ptr
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
lsf_to_poly.c
30
int32_t *
f1ptr
, *f2ptr;
local
40
f1ptr
=f[0];
42
WebRtcIlbcfix_GetLspPoly(&lsp[0],
f1ptr
);
49
f1ptr
=&f[0][5];
53
(*
f1ptr
) += (*(
f1ptr
-1));
55
f1ptr
--;
69
f1ptr
=&f[0][1];
73
tmpW32 = (*
f1ptr
) + (*f2ptr);
76
tmpW32 = (*
f1ptr
) - (*f2ptr)
[
all
...]
poly_to_lsp.c
36
int16_t *
f1ptr
, *f2ptr;
local
54
f1ptr
= f[0];
56
(*
f1ptr
) = 1024; /* 1.0 in Q10 */
59
*(
f1ptr
+ 1) =
60
(int16_t)((((int32_t)(*a_i_ptr) + *a_10mi_ptr) >> 2) - *
f1ptr
);
65
f1ptr
++;
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp
253
void (*
F1Ptr
)() =
262
F1Ptr
();
370
void (*
F1Ptr
)() =
373
F1Ptr
();
Completed in 2291 milliseconds