• Frank Plowman's avatar
    lavc/vvc: Fix check whether QG is in first tile col · dfcf5f82
    Frank Plowman authored
    The second part of this condition is intended to check whether the
    current quantisation group is in the first CTU column of the current
    tile.  The issue is that ctb_to_col_bd gives the x-ordinate of the first
    column of the current tile *in CTUs*, while xQg gives the x-ordinate of
    the quantisation group *in samples*.  Rectify this by shifting xQg by
    ctb_log2_size to get xQg in CTUs before comparing.
    
    Fixes FFVVC issues #201 and #203.
    dfcf5f82
Name
Last commit
Last update
..
Makefile Loading commit data...
vvc_cabac.c Loading commit data...
vvc_cabac.h Loading commit data...
vvc_ctu.c Loading commit data...
vvc_ctu.h Loading commit data...
vvc_data.c Loading commit data...
vvc_data.h Loading commit data...
vvc_filter.c Loading commit data...
vvc_filter.h Loading commit data...
vvc_filter_template.c Loading commit data...
vvc_inter.c Loading commit data...
vvc_inter.h Loading commit data...
vvc_inter_template.c Loading commit data...
vvc_intra.c Loading commit data...
vvc_intra.h Loading commit data...
vvc_intra_template.c Loading commit data...
vvc_intra_utils.c Loading commit data...
vvc_itx_1d.c Loading commit data...
vvc_itx_1d.h Loading commit data...
vvc_mvs.c Loading commit data...
vvc_mvs.h Loading commit data...
vvc_ps.c Loading commit data...
vvc_ps.h Loading commit data...
vvc_refs.c Loading commit data...
vvc_refs.h Loading commit data...
vvc_thread.c Loading commit data...
vvc_thread.h Loading commit data...
vvcdec.c Loading commit data...
vvcdec.h Loading commit data...
vvcdsp.c Loading commit data...
vvcdsp.h Loading commit data...
vvcdsp_template.c Loading commit data...