ffvvc / FFmpeg

VVC Decoder for ffmpeg
Other
48 stars 12 forks source link

Score based parse and inter #159

Closed nuomi2021 closed 7 months ago

nuomi2021 commented 7 months ago

Using this approach, we do not need to check neighbors' status. Every ready CTU will scheduled based on scores. "is_ready" or "is_priority_higher" callback is not needed anymore. We may use a lockless executor to reduce multi-thread overhead in the future