OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Aq
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cod_amr.cpp
824
Word16 *A, *
Aq
; // Pointer on A_t and Aq_t
1025
Aq
= Aq_t; // pointer to interpolated quantized LPC parameters
1049
gamma2, A,
Aq
, &st->speech[i_subfr],
1057
gamma2, A,
Aq
, &st->speech[i_subfr],
[
all
...]
/frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder.cpp
303
int16 *
Aq
= &old_exc[(L_FRAME + 1) + PIT_MAX + L_INTERPOL];/* A(z) quantized for the 4 subframes */
305
int16 *ispnew = &
Aq
[NB_SUBFR * (M + 1)];/* immittance spectral pairs at 4nd sfr */
438
Isp_Az(ispnew,
Aq
, M, 1);
454
synthesis_amr_wb(
Aq
,
524
interpolate_isp(st->ispold, ispnew, interpol_frac,
Aq
);
563
p_Aq =
Aq
; /* pointer to interpolated LPC parameters */
[
all
...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c
71
Word16
Aq
[], /* A(z) : quantized Az */
181
Word16
Aq
[NB_SUBFR * (M + 1)]; /* A(z) quantized for the 4 subframes */
569
Isp_Az(ispnew_q,
Aq
, M, 0);
573
corr_gain = synthesis(
Aq
, &exc2[i_subfr], 0, &speech16k[i_subfr * 5 / 4], st);
650
Int_isp(st->ispold_q, ispnew_q, interpol_frac,
Aq
);
655
p_Aq =
Aq
;
715
p_Aq =
Aq
;
[
all
...]
Completed in 3437 milliseconds