[FFmpeg-devel] [PATCH] VP8 decoder

Ronald S. Bultje rsbultje
Tue Jun 22 16:11:59 CEST 2010


Hi,

2010/6/22 M?ns Rullg?rd <mans at mansr.com>:
> "Ronald S. Bultje" <rsbultje at gmail.com> writes:
>> On Tue, Jun 15, 2010 at 10:22 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
>>> On Tue, Jun 15, 2010 at 09:12:30AM -0400, David Conrad wrote:
>>>> +static void pred4x4_vertical_vp8_c(uint8_t *src, const uint8_t *topright, int stride){
>>>> + ? ?const int lt= src[-1-1*stride];
>>>> + ? ?LOAD_TOP_EDGE
>>>> + ? ?LOAD_TOP_RIGHT_EDGE
>>>> +
>>>> + ? ?// 32-bit stores maybe
>>>
>>> yes
>>
>> Fixed, I think (I wanted to use AV_WN32() instead of AV_WL/B32, so I
>
> If it's aligned you should use AV_WN32A().

It's aligned and I indeed use AV_WN32A(), sorry for the confusion.

Ronald



More information about the ffmpeg-devel mailing list