-
* Port as much for [HEVC deblock asm to VVC ](https://github.com/ffvvc/FFmpeg/blob/e81b6d78fc2ddf8edd53a6a052713354ef8d27c2/libavcodec/x86/hevc_deblock.asm)code as possible
* Add VVC specific debloc…
-
Is it possible to control the deblocking of the VCEEnc H265 version? I compared x264, x265, VCEEnc H264 and VCEEnc H265 for a long time. The conclusion is that VCEEnc H265 removes blocks much worse th…
-
We cannot find the training code of the deblocking model of DPIR to train deblocking model. Please provide the training code of the deblocking. Thank you very much!
-
Hi all,
The blacklisting has been in place since November 2022. Unfortunately, this breaks some R installers (like gert, which uses libgit2). I was wondering what may have caused the listing and if…
-
It would be interesting to see the impact deblocking has especially at lower bitrates.
-
The attached .264 file produces a different output from the [JM reference decoder](http://iphome.hhi.de/suehring/) at frames 14, 15, 16, and 19. The issue seems to be in the boundary strength calculat…
-
Can somebody tell me how can I create training data with blocking effects?
I notice that there is a MATLAB code for creating training data, named **createJPEGDeblockingTrainingSet** [https://ww2.math…
-
Hello, to make the media player even more faster and more energy and battery efficient and to avoid the noise of the fans during this hot summer, I prefer disable options which are not useful to me be…
-
The array is_pcm should be memseted to zero, at the beginning of each frame, or deblocking will be encounter an error.
//memset is_pcm to zeros
if (s->sh.first_slice_in_pic_flag)
{
memset(s->i…
-
Just finish a profile on rav1e. I use following command: "rav1e 1080p.y4m -o test.ivf -l 10".
![image](https://user-images.githubusercontent.com/6667546/58080799-7361e200-7be6-11e9-9cba-ad024398a451.…