[FFmpeg-devel] [PATCH] RV30 Loop Filter, should be final version

Kostya kostya.shishkov
Sat Dec 20 07:11:37 CET 2008


On Sat, Dec 20, 2008 at 12:42:54AM +0100, Michael Niedermayer wrote:
> On Fri, Dec 19, 2008 at 07:23:04PM +0200, Kostya wrote:
> > On Fri, Dec 19, 2008 at 10:53:12AM +0100, Michael Niedermayer wrote:
> > > On Wed, Dec 17, 2008 at 10:24:40PM +0200, Kostya wrote:
> > > > $subj
> > > [...]
> > > > +    mb_pos = row * s->mb_stride;
> > > > +    for(mb_x = 0; mb_x < s->mb_width; mb_x++, mb_pos++){
> > > > +        cur_lim = rv30_lims[s->current_picture_ptr->qscale_table[mb_pos]];
> > > > +        if(mb_x)
> > > > +            left_lim = rv30_lims[s->current_picture_ptr->qscale_table[mb_pos - 1]];
> > > > +        for(j = 0; j < 16; j += 4){
> > > > +            Y = s->current_picture_ptr->data[0] + mb_x*16 + (row*16 + j) * s->linesize;
> > > 
> > > > +            for(i = 0; i < 4; i++, Y += 4){
> > > > +                int ij = i + j;
> > > > +                if(!i && !mb_x)
> > > > +                    continue;
> > > 
> > > for(i=!mb_x; ...
> > 
> > changed
> 
> looks ok

applied
 
> [...]
> -- 
> Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB




More information about the ffmpeg-devel mailing list