Re: [PATCH 2/2] media: venus: venc: Apply inloop deblocking filter

2017-11-24 Thread Stanimir Varbanov
Hi Loic, Thanks for the patch! On 11/24/2017 11:34 AM, Loic Poulain wrote: > Deblocking filter allows to reduce blocking artifacts and improve > visual quality. This is configurable via the V4L2 API but eventually > not applied to the encoder. > > Note that alpha and beta deblocking values are

[PATCH 2/2] media: venus: venc: Apply inloop deblocking filter

2017-11-24 Thread Loic Poulain
Deblocking filter allows to reduce blocking artifacts and improve visual quality. This is configurable via the V4L2 API but eventually not applied to the encoder. Note that alpha and beta deblocking values are 32-bit signed (-6;+6). Signed-off-by: Loic Poulain ---