OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pCurrentPhaseInt
(Results
1 - 2
of
2
) sorted by null
/external/sonivox/arm-hybrid-22k/lib_src/
eas_wtengine.c
560
const EAS_I8 *
pCurrentPhaseInt
;
580
pCurrentPhaseInt
= pWTVoice->pPhaseAccum;
588
tmp0 = (EAS_I32)(
pCurrentPhaseInt
- pLoopEnd);
590
pCurrentPhaseInt
= pLoopStart + tmp0;
592
tmp0 = *
pCurrentPhaseInt
;
593
tmp1 = *(
pCurrentPhaseInt
+ 1);
602
pCurrentPhaseInt
+= (tmp2 >> NUM_PHASE_FRAC_BITS);
618
pWTVoice->pPhaseAccum =
pCurrentPhaseInt
;