summaryrefslogtreecommitdiff
path: root/apps/codecs/libtremor/asm_mcf5249.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libtremor/asm_mcf5249.h')
-rw-r--r--apps/codecs/libtremor/asm_mcf5249.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/codecs/libtremor/asm_mcf5249.h b/apps/codecs/libtremor/asm_mcf5249.h
index 621beadde8..3266113771 100644
--- a/apps/codecs/libtremor/asm_mcf5249.h
+++ b/apps/codecs/libtremor/asm_mcf5249.h
@@ -250,16 +250,4 @@ void vect_mult_bw(ogg_int32_t *data, LOOKUP_T *window, int n)
250#endif 250#endif
251 251
252#endif 252#endif
253/* not used anymore */
254/*
255#ifndef _V_CLIP_MATH
256#define _V_CLIP_MATH
257
258static inline ogg_int32_t CLIP_TO_15(register ogg_int32_t x) {
259 register ogg_int32_t hi=32767, lo=-32768;
260 return (x>=hi ? hi : (x<=lo ? lo : x));
261}
262
263#endif
264*/
265#endif 253#endif