On Mon, Feb 01, 2016 at 01:26:37AM +0100, Michael Niedermayer wrote:
>
> breaks on x86-32 it seems
>
> vcodec/x86/vp9dsp_init_12bpp.o
> CC libavcodec/x86/vp9dsp_init_16bpp.o
> STRIP libavcodec/x86/qpeldsp.o
> src/libavcodec/x86/vc1dsp.asm:444: error: invalid combination of opcode and
> op
Hi,
On Mon, Feb 1, 2016 at 11:53 AM, Timothy Gu wrote:
> On Sun, Jan 31, 2016 at 4:19 PM Ronald S. Bultje
> wrote:
>
> > > I wanted to do that at first, but then I realized that to change this
> I'd
> > > need
> > > to change simple_idct and a bunch of other decoders.
> >
> >
> > Wait, what? Ho
On Sun, Jan 31, 2016 at 4:19 PM Ronald S. Bultje wrote:
> > I wanted to do that at first, but then I realized that to change this I'd
> > need
> > to change simple_idct and a bunch of other decoders.
>
>
> Wait, what? How? Isn't this vc1-only code?
>
https://github.com/FFmpeg/FFmpeg/blob/235381e
On 1/31/2016 8:28 PM, Timothy Gu wrote:
> ---
> libavcodec/x86/vc1dsp.asm| 98
> libavcodec/x86/vc1dsp_init.c | 13 +++
> libavcodec/x86/vc1dsp_mmx.c | 207
> ---
> 3 files changed, 111 insertions(+), 207 deletions(-)
>
> diff -
On Sun, Jan 31, 2016 at 03:28:40PM -0800, Timothy Gu wrote:
> ---
> libavcodec/x86/vc1dsp.asm| 98
> libavcodec/x86/vc1dsp_init.c | 13 +++
> libavcodec/x86/vc1dsp_mmx.c | 207
> ---
> 3 files changed, 111 insertions(+), 207 dele
Hi,
On Sun, Jan 31, 2016 at 6:27 PM, Timothy Gu wrote:
> On Sun, Jan 31, 2016 at 06:18:53PM -0300, James Almer wrote:
> > On 1/31/2016 4:48 PM, Timothy Gu wrote:
> > > ---
> > > libavcodec/x86/vc1dsp.asm| 104 ++
> > > libavcodec/x86/vc1dsp_init.c | 13 +++
> > > libavc
---
libavcodec/x86/vc1dsp.asm| 98
libavcodec/x86/vc1dsp_init.c | 13 +++
libavcodec/x86/vc1dsp_mmx.c | 207 ---
3 files changed, 111 insertions(+), 207 deletions(-)
diff --git a/libavcodec/x86/vc1dsp.asm b/libavcodec/x86/vc1dsp.
On Sun, Jan 31, 2016 at 06:18:53PM -0300, James Almer wrote:
> On 1/31/2016 4:48 PM, Timothy Gu wrote:
> > ---
> > libavcodec/x86/vc1dsp.asm| 104 ++
> > libavcodec/x86/vc1dsp_init.c | 13 +++
> > libavcodec/x86/vc1dsp_mmx.c | 207
> >
On Sun, Jan 31, 2016 at 10:18 PM, James Almer wrote:
> On 1/31/2016 4:48 PM, Timothy Gu wrote:
>> +; ff_vc1_inv_trans_?x?_dc_mmxext(uint8_t *dest, int linesize, int16_t
>> *block)
>> +INIT_MMX mmxext
>> +cglobal vc1_inv_trans_4x4_dc, 3,4,0, dest, linesize, block
>> +movsx r3d, WORD [b
On 1/31/2016 6:18 PM, James Almer wrote:
> On 1/31/2016 4:48 PM, Timothy Gu wrote:
>> +; ff_vc1_inv_trans_?x?_dc_mmxext(uint8_t *dest, int linesize, int16_t
>> *block)
>> +INIT_MMX mmxext
>> +cglobal vc1_inv_trans_4x4_dc, 3,4,0, dest, linesize, block
>> +movsx r3d, WORD [blockq]
>
> C
On 1/31/2016 4:48 PM, Timothy Gu wrote:
> ---
> libavcodec/x86/vc1dsp.asm| 104 ++
> libavcodec/x86/vc1dsp_init.c | 13 +++
> libavcodec/x86/vc1dsp_mmx.c | 207
> ---
> 3 files changed, 117 insertions(+), 207 deletions(-)
>
> diff
Hi,
On Sun, Jan 31, 2016 at 2:48 PM, Timothy Gu wrote:
> +; ff_vc1_inv_trans_?x?_dc_mmxext(uint8_t *dest, int linesize, int16_t
> *block)
+INIT_MMX mmxext
> +cglobal vc1_inv_trans_4x4_dc, 3,4,0, dest, linesize, block
>
[..]
> +%define linesize3q r2q
>
DEFINE_ARGS dest, linesize, linesize3
Re
---
libavcodec/x86/vc1dsp.asm| 104 ++
libavcodec/x86/vc1dsp_init.c | 13 +++
libavcodec/x86/vc1dsp_mmx.c | 207 ---
3 files changed, 117 insertions(+), 207 deletions(-)
diff --git a/libavcodec/x86/vc1dsp.asm b/libavcodec/x86/vc1ds
13 matches
Mail list logo