Home
last modified time | relevance | path

Searched refs:sVal (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DMSTo2i_Sat_16x16.c33 LVM_INT32 temp,mVal,sVal; in MSTo2i_Sat_16x16() local
42 sVal=(LVM_INT32)*srcS; in MSTo2i_Sat_16x16()
45 temp = mVal + sVal; in MSTo2i_Sat_16x16()
61 temp = mVal - sVal; in MSTo2i_Sat_16x16()