OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Current2Short
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/Common/src/
Core_MixHard_2St_D32C31_SAT.c
38
LVM_INT16
Current2Short
;
41
Current2Short
= (LVM_INT16)(pInstance->Current2 >> 16);
47
MUL32x16INTO32(Temp2,
Current2Short
,Temp1,15)
LVC_Core_MixHard_1St_2i_D16C31_SAT.c
40
LVM_INT16
Current2Short
;
46
Current2Short
= (LVM_INT16)(pInstance2->Current >> 16);
58
Temp = ((LVM_INT32)*(src++) * (LVM_INT32)
Current2Short
)>>15;
LVC_Core_MixHard_2St_D16C31_SAT.c
38
LVM_INT16
Current2Short
;
44
Current2Short
= (LVM_INT16)(pInstance2->Current >> 16);
48
(((LVM_INT32)*(src2++) * (LVM_INT32)
Current2Short
)>>15);
Completed in 42 milliseconds