Searched defs:Diff (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DDC_2I_D16_TRC_WRA_01.c28 LVM_INT32 Diff; local
37 Diff=*(pDataIn++)-(LeftDC>>16);
38 if (Diff > 32767) {
39 Diff = 32767; }
40 else if (Diff < -32768) {
41 Diff = -32768; }
42 *(pDataOut++)=(LVM_INT16)Diff;
43 if (Diff < 0) {
50 Diff=*(pDataIn++)-(RightDC>>16);
51 if (Diff > 3276
[all...]
H A DLVM_Mixer_TimeConstant.c69 LVM_INT32 Diff; local
151 Diff = (LVM_INT32)(Table[Shift] - Table[Shift+1]);
152 MUL32x16INTO32(Diff,Interpolate,Diff,15)
153 Product = Table[Shift+1] + (LVM_UINT32)Diff;

Completed in 46 milliseconds