OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gainLeft
(Results
1 - 6
of
6
) sorted by null
/external/sonivox/arm-wt-22k/lib_src/
eas_wt_IPC_frame.h
74
EAS_I16
gainLeft
; /* left channel gain */
ARM-E_voice_gain_gnu.s
55
gainLeft
.req r10
88
LDRSH
gainLeft
, [pWTVoice, #m_gainLeft]
91
MOV gainIncLeft,
gainLeft
92
SMULBB
gainLeft
, tmp0,
gainLeft
95
SUB gainIncLeft, gainIncLeft,
gainLeft
96
MOV
gainLeft
,
gainLeft
, ASR #(NUM_MIXER_GUARD_BITS - 2)
112
ADD
gainLeft
,
gainLeft
, gainIncLeft
[
all
...]
eas_wtengine.c
89
EAS_I32
gainLeft
, gainRight;
110
gainLeft
= pWTVoice->
gainLeft
;
135
tmp0 = tmp2 *
gainLeft
;
527
EAS_I32
gainLeft
, gainIncLeft;
533
gainLeft
= (pWTIntFrame->prevGain * pWTVoice->
gainLeft
) << 1;
534
gainIncLeft = (((pWTIntFrame->frame.gainTarget * pWTVoice->
gainLeft
) << 1) -
gainLeft
) >> SYNTH_UPDATE_PERIOD_IN_BITS;
543
gainLeft
,
[
all
...]
eas_pcm.c
454
*
gainLeft
- linear gain multipler in 1.15 fraction format
470
EAS_RESULT EAS_PEUpdateParams (S_EAS_DATA* pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch, EAS_I16
gainLeft
, EAS_I16 gainRight)
473
pState->
gainLeft
=
gainLeft
;
513
*
gainLeft
- linear gain multipler in 1.15 fraction format
940
pState->
gainLeft
= PCM_DEFAULT_GAIN_SETTING;
977
EAS_I32
gainLeft
, gainIncLeft;
1009
pState->currentGainLeft = (EAS_I16) FMUL_15x15(pState->
gainLeft
, pState->volume);
1092
//pState->
gainLeft
= (EAS_U16)((pState->
gainLeft
* (pState->envValue>>7))>>15)
[
all
...]
eas_wtengine.h
133
EAS_I16
gainLeft
; /* current gain, left ch */
eas_pcmdata.h
107
EAS_I16
gainLeft
; /* requested gain */
Completed in 156 milliseconds