[x264-devel] Re: Qusestion : x264_malloc()
Ikseong Bae
iambaeba1 at yahoo.com
Thu Jun 30 10:26:29 CEST 2005
Thanks... ^_^
M?s Rullg?d <mru at inprovide.com> wrote:
Ikseong Bae said:
> Why not x264 use to malloc() ?
> I don't understand the x264_malloc() code.
> For speed, Is below-code used ?
> I want to know the meaning of the x264_malloc() code.
MMX/SSE instructions require 16-byte aligned buffers. The standard malloc()
doesn't guarantee this, so memalign() is used where available, and a hack is
used elsewhere.
--
M?s Rullg?d
mru at inprovide.com
--
This is the x264-devel mailing-list
To unsubscribe, go to: http://developers.videolan.org/lists.html
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.videolan.org/pipermail/x264-devel/attachments/20050630/025d5068/attachment.htm
More information about the x264-devel
mailing list