[FFmpeg-cvslog] tests/checkasm/vvc_mc: for SAD, only test valid subblock sizes

2024-05-29 Thread Stone Chen
ffmpeg | branch: master | Stone Chen | Tue May 28 15:09:02 2024 -0400| [d82c5035558730f0d1f2e5aec66df6d0db7f4e6f] | committer: Nuo Mi tests/checkasm/vvc_mc: for SAD, only test valid subblock sizes According to the VVC specification (section 8.5.1), the maximum width/height of a subblock

[FFmpeg-cvslog] libavcode/x86/vvc: change label to vvc_sad_16 to reflect block sizes

2024-05-29 Thread Stone Chen
ffmpeg | branch: master | Stone Chen | Tue May 28 15:09:00 2024 -0400| [55e9c758f07de6f40489a2fc5f2b35ab368329f0] | committer: Nuo Mi libavcode/x86/vvc: change label to vvc_sad_16 to reflect block sizes According to the VVC specification (section 8.5.1), the maximum width/height

[FFmpeg-cvslog] tests/checkasm: Add check_vvc_sad to vvc_mc.c

2024-05-22 Thread Stone Chen
ffmpeg | branch: master | Stone Chen | Tue May 21 20:00:34 2024 -0400| [2e877090f958131accb8c7e5ac10e5b9865d1735] | committer: James Almer tests/checkasm: Add check_vvc_sad to vvc_mc.c Adds checkasm for DMVR SAD AVX2 implementation. Benchmarks ( AMD 7940HS ) vvc_sad_8x8_c: 50.3

[FFmpeg-cvslog] libavcodec/x86/vvc: Add AVX2 DMVR SAD functions for VVC

2024-05-22 Thread Stone Chen
ffmpeg | branch: master | Stone Chen | Tue May 21 20:00:32 2024 -0400| [0e52a4e4347550ca1ccc1bf896b52824ed259158] | committer: James Almer libavcodec/x86/vvc: Add AVX2 DMVR SAD functions for VVC Implements AVX2 DMVR (decoder-side motion vector refinement) SAD functions. DMVR SAD is only

[FFmpeg-cvslog] avfilter/vf_convolution: add float user_rdiv[4] to allow user options to apply correctly

2024-03-19 Thread Stone Chen
ffmpeg | branch: release/6.1 | Stone Chen | Sat Feb 24 11:08:02 2024 -0500| [fafdcb2a35bf773526ccc24e26209c13d5c4bfff] | committer: Marton Balint avfilter/vf_convolution: add float user_rdiv[4] to allow user options to apply correctly Previously to support dynamic reconfigurations

[FFmpeg-cvslog] doc/filters: Change rdiv (vf_convolution) documentation to reflect actual behavior

2024-03-16 Thread Stone Chen
ffmpeg | branch: master | Stone Chen | Thu Mar 14 12:47:45 2024 -0400| [de2fb43e785773738c660cdafb9309b1ef1bc80d] | committer: Marton Balint doc/filters: Change rdiv (vf_convolution) documentation to reflect actual behavior The documentation correctly states that the rdiv is a multiplier

[FFmpeg-cvslog] avfilter/vf_convolution: add float user_rdiv[4] to allow user options to apply correctly

2024-02-25 Thread Stone Chen
ffmpeg | branch: master | Stone Chen | Sat Feb 24 11:08:02 2024 -0500| [ef917950f0298a812bebfed2443626972a7d8f29] | committer: Marton Balint avfilter/vf_convolution: add float user_rdiv[4] to allow user options to apply correctly Previously to support dynamic reconfigurations of the matrix