Browse thread
[Caml-list] doing MMX through ocaml
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Ken Rose <kenrose@t...> |
| Subject: | Re: [Caml-list] doing MMX through ocaml |
Brian Hurt wrote: > I'm pretty sure you need at least SSE for MPEG. The core function is an > 8x8 2D FFT. You *might* be able to do in fixed point (and thus in MMX), > but the SSE version would be a lot easier to get right. It's actually an 8x8 Discrete Cosine Transform. It can be done in fixed point. IIRC, you need 18 bits. - ken