Loading media/libeffects/lvm/lib/Common/src/Add2_Sat_32x32.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -43,11 +43,11 @@ void Add2_Sat_32x32( const LVM_INT32 *src, { { if(a<0) if(a<0) { { c=0x80000000l; c=0x80000000L; } } else else { { c=0x7FFFFFFFl; c=0x7FFFFFFFL; } } } } Loading media/libeffects/lvm/lib/Common/src/DelayAllPass_Sat_32x16To32.c +4 −4 Original line number Original line Diff line number Diff line Loading @@ -53,11 +53,11 @@ void DelayAllPass_Sat_32x16To32( LVM_INT32 *delay, /* Delay { { if(a < 0) if(a < 0) { { c = 0x80000000l; c = 0x80000000L; } } else else { { c = 0x7FFFFFFFl; c = 0x7FFFFFFFL; } } } } *dst = c; *dst = c; Loading @@ -72,11 +72,11 @@ void DelayAllPass_Sat_32x16To32( LVM_INT32 *delay, /* Delay { { if(a < 0) if(a < 0) { { c = 0x80000000l; c = 0x80000000L; } } else else { { c = 0x7FFFFFFFl; c = 0x7FFFFFFFL; } } } } delay[AllPassOffset] = c; delay[AllPassOffset] = c; Loading media/libeffects/lvm/lib/Common/src/Mac3s_Sat_32x16.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -50,11 +50,11 @@ void Mac3s_Sat_32x16( const LVM_INT32 *src, { { if(temp<0) if(temp<0) { { dOutVal=0x80000000l; dOutVal=0x80000000L; } } else else { { dOutVal=0x7FFFFFFFl; dOutVal=0x7FFFFFFFL; } } } } Loading Loading
media/libeffects/lvm/lib/Common/src/Add2_Sat_32x32.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -43,11 +43,11 @@ void Add2_Sat_32x32( const LVM_INT32 *src, { { if(a<0) if(a<0) { { c=0x80000000l; c=0x80000000L; } } else else { { c=0x7FFFFFFFl; c=0x7FFFFFFFL; } } } } Loading
media/libeffects/lvm/lib/Common/src/DelayAllPass_Sat_32x16To32.c +4 −4 Original line number Original line Diff line number Diff line Loading @@ -53,11 +53,11 @@ void DelayAllPass_Sat_32x16To32( LVM_INT32 *delay, /* Delay { { if(a < 0) if(a < 0) { { c = 0x80000000l; c = 0x80000000L; } } else else { { c = 0x7FFFFFFFl; c = 0x7FFFFFFFL; } } } } *dst = c; *dst = c; Loading @@ -72,11 +72,11 @@ void DelayAllPass_Sat_32x16To32( LVM_INT32 *delay, /* Delay { { if(a < 0) if(a < 0) { { c = 0x80000000l; c = 0x80000000L; } } else else { { c = 0x7FFFFFFFl; c = 0x7FFFFFFFL; } } } } delay[AllPassOffset] = c; delay[AllPassOffset] = c; Loading
media/libeffects/lvm/lib/Common/src/Mac3s_Sat_32x16.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -50,11 +50,11 @@ void Mac3s_Sat_32x16( const LVM_INT32 *src, { { if(temp<0) if(temp<0) { { dOutVal=0x80000000l; dOutVal=0x80000000L; } } else else { { dOutVal=0x7FFFFFFFl; dOutVal=0x7FFFFFFFL; } } } } Loading