Quoting Ronald S. Bultje (2016-07-07 13:53:13)
> Hi,
> 
> On Thu, Jul 7, 2016 at 5:25 AM, Alexandra Hájková <
> [email protected]> wrote:
> 
> >          else if (lc->cu.pred_mode == MODE_INTRA && c_idx == 0 &&
> >                   log2_trafo_size == 2)
> > -            s->hevcdsp.transform_4x4_luma_add(dst, coeffs, stride);
> > +            s->hevcdsp.idct_4x4_luma(coeffs);
> >
> 
> This is not an idct.

Strictly speaking nothing here is an IDCT.

-- 
Anton Khirnov
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to