Re: [FFmpeg-devel] libavcodec/exr : add SSE SIMD for reorder_pixels v2 (WIP)

2017-09-03 Thread Martin Vignali
Hello, Thanks Ivan for your comments and explanations, --- > > [...] > > +;** > > > + > > +%include "libavutil/x86/x86util.asm" > > Still missing explicit x86inc.asm > if i include x86inc instead of x86util, i have

Re: [FFmpeg-devel] libavcodec/exr : add SSE SIMD for reorder_pixels v2 (WIP)

2017-08-29 Thread Ivan Kalvachev
On 8/26/17, Martin Vignali wrote: > Hello, > > in attach new patch for SSE simd of reorder pixels in exr decoder (use by > zip and rle uncompress), > after comments on the previous patch by Ivan Kalvachev. > > After testing only on a small buffer, i fix the overread

[FFmpeg-devel] libavcodec/exr : add SSE SIMD for reorder_pixels v2 (WIP)

2017-08-26 Thread Martin Vignali
Hello, in attach new patch for SSE simd of reorder pixels in exr decoder (use by zip and rle uncompress), after comments on the previous patch by Ivan Kalvachev. After testing only on a small buffer, i fix the overread problem of the previous patch (who hid the last loop trouble) pass fate test