OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decoderL
(Results
1 - 3
of
3
) sorted by null
/external/sonivox/arm-wt-22k/lib_src/
eas_imaadpcm.c
84
pState->
decoderL
.step = 0;
113
IMADecoderADPCM(&pState->
decoderL
, (EAS_U8)(pState->srcByte >> 4));
140
{ /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Predictor: Was %d, now %d\n", pState->
decoderL
.acc, sTemp); */ }
142
pState->
decoderL
.acc = pState->
decoderL
.x1 = sTemp;
148
{ /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Step: Was %d, now %d\n", pState->
decoderL
.step, sTemp); */ }
150
pState->
decoderL
.step = sTemp & 0xff;
189
IMADecoderADPCM(&pState->
decoderL
, (EAS_U8)(pState->srcByte & 0x0f));
200
pState->
decoderL
.x1 = pState->
decoderL
.x0
[
all
...]
eas_pcm.c
929
pState->
decoderL
.acc = 0;
930
pState->
decoderL
.output = 0;
931
pState->
decoderL
.x0 = pState->
decoderL
.x1 = 0;
932
pState->
decoderL
.step = 0;
[
all
...]
eas_pcmdata.h
100
S_DECODER_STATE
decoderL
; /* left (mono) ADPCM state */
Completed in 264 milliseconds