Skip to content
  • Jingning Han's avatar
    Prevent potential token buffer overflow in format 444 · bb46b311
    Jingning Han authored
    For a 16x16 pixel block, one needs to allocate 16x16 coefficient
    tokens, plus up to 16 eob tokens, per plane. This commit increases
    the token allocation size to cover the case where all the transform
    blocks are of size 4x4 in format 444.
    
    Change-Id: I5755e6a53771053d51163d01ec1d62e670c5009e
    bb46b311