Stone Chen
Stone Chen
> > hmm saw the checkasm segfaults on windows .. will need to investigate > > You can use the VS to debug the checkasm. If the function crashes, it...
> > > hmm saw the checkasm segfaults on windows .. will need to investigate > > > > > > You can use the VS to debug the checkasm....
Pushed the changes, confirmed working on windows, will send to ML soon.
> @stone-d-chen , we have merged the alf asm. remember rebase before you send to upstream. > > thank you Hi @nuomi2021, yeah the current version here and on ML...
Hi all, Pushed another version with Ronald's suggested change here and sent to the ML. I might have messed up the send-email, let me know if I need to re-send...
Latest version (v5) with Ronald's additional feedback pushed and sent to ML. One thing of note was changing the function signature to have intptr_t dx, dy which removed the need...
### Chroma Deblocking Notes VVC has three types of Chroma deblocking filter operations: - long-tap filter `FUNC(loop_filter_chroma_strong)` - short-tap filter ``FUNC(loop_filter_chroma_weak)` (equivalent to the HEVC chroma deblocking) - long-tap filter...
I've started some initial work here: https://github.com/stone-d-chen/ffvvc/pull/6
16bpc seems mostly done, I'll run a few more benchmarks before moving onto 8bpc ``` VVC_HFR_UHDTV2_OpenGOP_7680x4320_100fps_SDR.bit 0.89% 0.88% ffmpeg_g ffmpeg_g [.] ff_vvc_sad_16_16bpc_avx2 + 0.87% 0.86% vf#0:0 ffmpeg_g [.] ff_sad16_sse2 0.30%...
Hi @nuomi2021 (cc @QSXW ) I've made a pull request here https://github.com/ffvvc/FFmpeg/pull/213 Though I realized that maybe I should've been basing my code off of ffvvc/main and not ffvvc/up?