[FFmpeg-devel] [PATCH] Fast half-float to float conversion
Reimar Döffinger
Reimar.Doeffinger
Wed Jul 1 13:18:36 CEST 2009
On Wed, Jul 01, 2009 at 01:12:58PM +0200, Jimmy Christensen wrote:
> The above code is only in the decoder and nowhere else. So it doesn't
> need to be used for anything else. For doing a "general" fast half-float
> to float converter I leave that to someone else, as I'm not up to the task.
You still don't understand. There is no such thing as a "general fast
half-float to float converter". Either you can do a fast non-general
one, but that as I said is pointless as long as we don't know the exact
code. Or you can do a general but maybe rather slow one, which is what I
suggested.
More information about the ffmpeg-devel
mailing list