Re: [libav-devel] [PATCH] vp8: pack struct VP8ThreadData more efficiently

2012-08-01 Thread Janne Grunau
On 2012-08-01 14:01:11 +0100, Måns Rullgård wrote: > Reordering the members in this struct reduces the holes required > to maintain alignment. With this order, the only remaining, and > unavoidable, hole is 3 bytes following left_nnz. > > Signed-off-by: Mans Rullgard > --- > libavcodec/vp8.h |

Re: [libav-devel] [PATCH] vp8: pack struct VP8ThreadData more efficiently

2012-08-01 Thread Kostya Shishkov
On Wed, Aug 01, 2012 at 02:01:11PM +0100, Mans Rullgard wrote: > Reordering the members in this struct reduces the holes required > to maintain alignment. With this order, the only remaining, and > unavoidable, hole is 3 bytes following left_nnz. > > Signed-off-by: Mans Rullgard > --- > libavco

[libav-devel] [PATCH] vp8: pack struct VP8ThreadData more efficiently

2012-08-01 Thread Mans Rullgard
Reordering the members in this struct reduces the holes required to maintain alignment. With this order, the only remaining, and unavoidable, hole is 3 bytes following left_nnz. Signed-off-by: Mans Rullgard --- libavcodec/vp8.h | 34 +- 1 file changed, 17 inserti