OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:acoeff
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_wave.c
42
Sint16
aCoeff
[7][2];
75
MS_ADPCM_state.
aCoeff
[i][0] = ((rogue_feel[1]<<8)|rogue_feel[0]);
77
MS_ADPCM_state.
aCoeff
[i][1] = ((rogue_feel[1]<<8)|rogue_feel[0]);
168
coeff[0] = MS_ADPCM_state.
aCoeff
[state[0]->hPredictor];
169
coeff[1] = MS_ADPCM_state.
aCoeff
[state[1]->hPredictor];
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
dtx_dec.cpp
407
Word16
acoeff
[M + 1];
707
// Compute acoeffs Q12
acoeff
is used for level
713
Lsp_Az(lsp_int,
acoeff
);
717
Copy(
acoeff
, &A_t[0], M + 1);
718
Copy(
acoeff
, &A_t[M + 1], M + 1);
719
Copy(
acoeff
, &A_t[2 * (M + 1)], M + 1);
720
Copy(
acoeff
, &A_t[3 * (M + 1)], M + 1);
723
A_Refl(&
acoeff
[1], refl);
862
Word16
acoeff
[M + 1];
local
[
all
...]
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
dtx_dec.cpp
408
Word16
acoeff
[M + 1];
708
// Compute acoeffs Q12
acoeff
is used for level
714
Lsp_Az(lsp_int,
acoeff
);
718
Copy(
acoeff
, &A_t[0], M + 1);
719
Copy(
acoeff
, &A_t[M + 1], M + 1);
720
Copy(
acoeff
, &A_t[2 * (M + 1)], M + 1);
721
Copy(
acoeff
, &A_t[3 * (M + 1)], M + 1);
724
A_Refl(&
acoeff
[1], refl);
863
Word16
acoeff
[M + 1];
local
[
all
...]
Completed in 371 milliseconds