OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p_A
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
levinson.cpp
664
Word16 *
p_A
;
812
p_A
= &A[0];
813
*(
p_A
++) = 4096;
820
st->old_A[i] = *(
p_A
++) = (Word16)((t0 + 0x00002000) >> 14);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c
181
Word16 *
p_A
, *p_Aq; /* ptr to A(z) for the 4 subframes */
428
p_A
= A;
432
Weight_a(
p_A
, Ap, GAMMA1, M);
440
p_A
+= (M + 1);
718
p_A
= A;
768
Weight_a(
p_A
, Ap, GAMMA1, M);
785
Weight_a(
p_A
, Ap, GAMMA1, M);
802
Weight_a(
p_A
, error + M, GAMMA1, M);
[
all
...]
Completed in 290 milliseconds