No subject

bogus at does.not.exist.com bogus at does.not.exist.com
Tue Aug 25 22:50:44 CEST 2009


    x4->params.b_deblocking_filter         = avctx->flags &
CODEC_FLAG_LOOP_FILTER;
    x4->params.i_deblocking_filter_alphac0 = avctx->deblockalpha;
    x4->params.i_deblocking_filter_beta    = avctx->deblockbeta;

Just turns them of or on.

struct SliceData in ipp contains basically the same:

   Ipp8u       disable_deblocking_filter_idc;  // deblock filter control,
0=filter all edges 
    Ipp8s       slice_alpha_c0_offset;          // deblock filter c0, alpha
table offset 
    Ipp8s       slice_beta_offset;              // deblock filter beta table
offset


Erik




More information about the ffmpeg-devel mailing list