OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f1ptr
(Results
1 - 2
of
2
) 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
++;
Completed in 519 milliseconds