ffvvc / FFmpeg

VVC Decoder for ffmpeg
Other
50 stars 12 forks source link

transform: change coeffs type from int to int32_t #140

Closed nuomi2021 closed 1 year ago

nuomi2021 commented 1 year ago

@frankplow . please help review. thank you

frankplow commented 1 year ago

All LGTM, although I think it will be easier to implement this change as a commit on the #130 branch.

nuomi2021 commented 1 year ago

sure, let me close this. could help create a commit to #130? thank you

frankplow commented 1 year ago

👍 I will get this done once I have the size-64 and rectangular transforms working. Note that it will require a significant refactor of the assembly optimisations.