OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endPhaseFrac
(Results
1 - 2
of
2
) sorted by null
/external/sonivox/arm-hybrid-22k/lib_src/
eas_wtsynth.c
449
EAS_U32
endPhaseFrac
;
455
endPhaseFrac
= pWTVoice->phaseFrac + (pWTIntFrame->frame.phaseIncrement << SYNTH_UPDATE_PERIOD_IN_BITS);
456
endPhaseAccum = pWTVoice->phaseAccum + GET_PHASE_INT_PART(
endPhaseFrac
);
474
pWTVoice->phaseFrac =
endPhaseFrac
;
[
all
...]
/external/sonivox/arm-wt-22k/lib_src/
eas_wtsynth.c
449
EAS_U32
endPhaseFrac
;
455
endPhaseFrac
= pWTVoice->phaseFrac + (pWTIntFrame->frame.phaseIncrement << SYNTH_UPDATE_PERIOD_IN_BITS);
456
endPhaseAccum = pWTVoice->phaseAccum + GET_PHASE_INT_PART(
endPhaseFrac
);
478
pWTVoice->phaseFrac =
endPhaseFrac
;
[
all
...]
Completed in 23 milliseconds