Re: [libav-devel] [PATCH 5/8] cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC().

2012-03-25 Thread Ronald S. Bultje
Hi, On Sat, Mar 24, 2012 at 11:17 PM, Alexander Strange wrote: > On Mon, Mar 19, 2012 at 10:18 AM, Ronald S. Bultje wrote: >> On Sat, Mar 17, 2012 at 9:34 AM, Ronald S. Bultje wrote: >>> --- >>>  libavcodec/x86/cabac.h     |   10 +- >>>  libavcodec/x86/h264_i386.h |   32 +++

Re: [libav-devel] [PATCH 5/8] cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC().

2012-03-24 Thread Alexander Strange
On Mon, Mar 19, 2012 at 10:18 AM, Ronald S. Bultje wrote: > Hi, > > On Sat, Mar 17, 2012 at 9:34 AM, Ronald S. Bultje wrote: >> --- >>  libavcodec/x86/cabac.h     |   10 +- >>  libavcodec/x86/h264_i386.h |   32 +--- >>  2 files changed, 22 insertions(+), 20 del

Re: [libav-devel] [PATCH 5/8] cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC().

2012-03-19 Thread Ronald S. Bultje
Hi, On Sat, Mar 17, 2012 at 9:34 AM, Ronald S. Bultje wrote: > --- >  libavcodec/x86/cabac.h     |   10 +- >  libavcodec/x86/h264_i386.h |   32 +--- >  2 files changed, 22 insertions(+), 20 deletions(-) Ping for these 4 patches also (5/8-8/8), they touch a dif

[libav-devel] [PATCH 5/8] cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC().

2012-03-17 Thread Ronald S. Bultje
--- libavcodec/x86/cabac.h | 10 +- libavcodec/x86/h264_i386.h | 32 +--- 2 files changed, 22 insertions(+), 20 deletions(-) diff --git a/libavcodec/x86/cabac.h b/libavcodec/x86/cabac.h index adf4fc3..e03a4de 100644 --- a/libavcodec/x86/cabac.h +++ b/li

[libav-devel] [PATCH 5/8] cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC().

2012-03-17 Thread Ronald S. Bultje
--- libavcodec/x86/cabac.h | 10 +- libavcodec/x86/h264_i386.h | 32 +--- 2 files changed, 22 insertions(+), 20 deletions(-) diff --git a/libavcodec/x86/cabac.h b/libavcodec/x86/cabac.h index acf1c46..525ace6 100644 --- a/libavcodec/x86/cabac.h +++ b/li