FFmpeg/libavcodec/vvc
Nuo Mi daf6fcd816 avcodec/vvcdec: do not zero frame qp table
For luma, qp can only change at the CU level, so the qp tab size is related to the CU.
For chroma, considering the joint CbCr, the QP tab size is related to the TU.
2024-08-15 20:33:57 +08:00
..
cabac.c
cabac.h
ctu.c avcodec/vvcdec: do not zero frame msf mmi table 2024-08-15 20:33:57 +08:00
ctu.h avcodec/vvcdec: split ctu table to zero init and no zero init parts 2024-08-15 20:19:45 +08:00
data.c
data.h
dec.c avcodec/vvcdec: do not zero frame qp table 2024-08-15 20:33:57 +08:00
dec.h avcodec/vvcdec: split ctu table to zero init and no zero init parts 2024-08-15 20:19:45 +08:00
dsp.c avcodec/vvc: Add aarch64 neon optimization for ALF 2024-07-22 21:09:56 +08:00
dsp.h avcodec/vvc: Add aarch64 neon optimization for ALF 2024-07-22 21:09:56 +08:00
dsp_template.c
filter.c avcodec/vvcdec: refact, combine bs tab with tu tab 2024-08-15 20:19:45 +08:00
filter.h
filter_template.c avcodec/vvc: Remove write-only assignments in alf_filter_chroma 2024-07-17 21:23:41 +08:00
inter.c avcodec/vvcdec: split ctu table to zero init and no zero init parts 2024-08-15 20:19:45 +08:00
inter.h
inter_template.c avcodec/vvcdec: Use av_image_copy_plane for DMVR 10-bit integer pixels 2024-08-15 20:19:45 +08:00
intra.c avcodec/vvcdec: split ctu table to zero init and no zero init parts 2024-08-15 20:19:45 +08:00
intra.h
intra_template.c
intra_utils.c
itx_1d.c
itx_1d.h
Makefile
mvs.c avcodec/vvcdec: do not zero frame msf mmi table 2024-08-15 20:33:57 +08:00
mvs.h lavc/vvc: Validate IBC block vector 2024-06-27 20:38:34 +08:00
ps.c avcodec/vvcdec: ps, derive virtual boundaries 2024-06-25 19:32:17 +08:00
ps.h avcodec/vvcdec: ps, derive virtual boundaries 2024-06-25 19:32:17 +08:00
refs.c avcodec/vvc/refs: Use unsigned mask 2024-07-10 18:10:08 +02:00
refs.h
thread.c avcodec/vvcdec: thread, ensure the parse stage gets the highest priority 2024-08-15 20:19:45 +08:00
thread.h