Nuo Mi
Nuo Mi
The fate test. our target is to make sure fate covers 95% of the code and the most important branch. > And where would the results be hosted? All action...
@frankplow , have time for this? thank you
https://github.com/ffvvc/tests/pull/47
@frankplow , are you interested in this? It's a good task to familiarize the code.
@Anant-2005 , thank you for your interest. if you check the [lmcs_filter_luma](https://github.com/ffvvc/FFmpeg/blob/8ad7e5e90b74c0019ae6364eebf0054d536d7009/libavcodec/vvc_filter_template.c#L23) It's very simple, Using VPGATHERDD instruction we can gather 8 pixels at one time. It may speed up...
Please use https://blogs.gnome.org/rbultje/2017/07/14/writing-x86-simd-using-x86inc-asm/ an example is https://github.com/ffvvc/FFmpeg/pull/58
Hi @stone-d-chen thank you for being interested in this for GSOC or just want to help with the project. If for GSOC, please start work on inter or sao for...
> I've already met the qualification requirement (patch accepted for ffmpeg) but I wanted to try this as well. Good to know. > Oh has the non-arm vvc project been...
vvdec has an implementation, you can refer to it :)
you are so fast. not always 128, it can be 32 or 64, not always 2 bytes, it can be 1 bytes for 8 bpc. better start like this: 1....