OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aCoeff
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_wave.c
42
Sint16
aCoeff
[7][2];
73
MS_ADPCM_state.
aCoeff
[i][0] = ((rogue_feel[1]<<8)|rogue_feel[0]);
75
MS_ADPCM_state.
aCoeff
[i][1] = ((rogue_feel[1]<<8)|rogue_feel[0]);
166
coeff[0] = MS_ADPCM_state.
aCoeff
[state[0]->hPredictor];
167
coeff[1] = MS_ADPCM_state.
aCoeff
[state[1]->hPredictor];
/external/zxing/core/
core.jar
Completed in 48 milliseconds