OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_Aq
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c
181
Word16 *p_A, *
p_Aq
; /* ptr to A(z) for the 4 subframes */
657
p_Aq
= Aq;
661
Residu_opt(
p_Aq
, &speech[i_subfr], &exc[i_subfr], L_SUBFR);
663
Residu(
p_Aq
, &speech[i_subfr], &exc[i_subfr], L_SUBFR);
665
p_Aq
+= (M + 1);
719
p_Aq
= Aq;
763
Residu_opt(
p_Aq
, &speech[i_subfr], &exc[i_subfr], L_SUBFR);
765
Residu(
p_Aq
, &speech[i_subfr], &exc[i_subfr], L_SUBFR);
767
Syn_filt(
p_Aq
, &exc[i_subfr], error + M, L_SUBFR, error, 0);
789
Residu_opt(
p_Aq
,code + M, cn, L_SUBFR / 2)
[
all
...]
/frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder.cpp
318
int16 *
p_Aq
; /* ptr to A(z) for the 4 subframes */
563
p_Aq
= Aq; /* pointer to interpolated LPC parameters */
[
all
...]
Completed in 113 milliseconds