ffvvc / FFmpeg

VVC Decoder for ffmpeg
Other
48 stars 12 forks source link

Constrain vvc_sad checkasm to valid block sizes #232

Closed stone-d-chen closed 1 month ago

stone-d-chen commented 1 month ago

https://github.com/ffvvc/FFmpeg/issues/228

From issue above, valid block sizes are 8x16, 16x8, 16x16

This changes the checkasm to only test the valid block sizes.

This also relabels vvc_sad_16_128 to vvc_sad_16 and adds a comment to vvc_sad.asm to clarify the valid block sizes.

QSXW commented 1 month ago

LGTM. Feel free send patches to the community.

nuomi2021 commented 1 month ago

merged, thank you stone and jianhua