search for: filters_arm4_new

Displaying 1 result from an estimated 1 matches for "filters_arm4_new".

2005 Dec 06
1
ARM4 filter code
...ult in 0. Don't know if it is an issue that the fixed point arm code is not bit exact. I have included a patch against the 1.1.11.1 that will make the filter_mem2 bit exact with the C. -Fritz -------------- next part -------------- --- filters_arm4.h 2005-11-16 06:08:28.000000000 -0500 +++ filters_arm4_new.h 2005-12-06 11:06:51.012221200 -0500 @@ -240,9 +240,11 @@ "\tmov %8, %8, lsr #15\n" "\tadd %10, %8, %9, lsl #17\n" "\tldrsh %6, [%2], #2\n" - "\tsmull %8, %9, %5, %6\n" - "\tadd %10, %10, %8,...