On 7/7/2023 11:05 AM, Nuo Mi wrote:
--- libavcodec/vvc/Makefile | 4 +- libavcodec/vvc/vvc_data.c | 3295 +++++++++++++++++++++++++++++++++++ libavcodec/vvc/vvc_data.h | 69 + libavcodec/vvc/vvc_ps.c | 3436 +++++++++++++++++++++++++++++++++++++ libavcodec/vvc/vvc_ps.h | 828 +++++++++ libavcodec/vvc/vvcdec.h | 3 + 6 files changed, 7634 insertions(+), 1 deletion(-) create mode 100644 libavcodec/vvc/vvc_data.c create mode 100644 libavcodec/vvc/vvc_data.h create mode 100644 libavcodec/vvc/vvc_ps.c create mode 100644 libavcodec/vvc/vvc_ps.h
I thought the plan for v2 was to use CBS? Hence you waiting until it was pushed. CBS can store derived values and state, and you can always pass it a split AU in a loop if needed.
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".