comparison libmpcodecs/native/xa_gsm_int.h @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 4129c8cfa742
children
comparison
equal deleted inserted replaced
29262:7d545a6b8aff 29263:0f1b5b68af32
74 #endif /* SASR */ 74 #endif /* SASR */
75 75
76 76
77 77
78 /* 78 /*
79 * Inlined functions from add.h 79 * Inlined functions from add.h
80 */ 80 */
81 81
82 /* 82 /*
83 * #define GSM_MULT_R(a, b) (* word a, word b, !(a == b == MIN_WORD) *) \ 83 * #define GSM_MULT_R(a, b) (* word a, word b, !(a == b == MIN_WORD) *) \
84 * (0x0FFFF & SASR(((longword)(a) * (longword)(b) + 16384), 15)) 84 * (0x0FFFF & SASR(((longword)(a) * (longword)(b) + 16384), 15))
85 */ 85 */
86 #define GSM_MULT_R(a, b) /* word a, word b, !(a == b == MIN_WORD) */ \ 86 #define GSM_MULT_R(a, b) /* word a, word b, !(a == b == MIN_WORD) */ \
87 (SASR( ((longword)(a) * (longword)(b) + 16384), 15 )) 87 (SASR( ((longword)(a) * (longword)(b) + 16384), 15 ))