~socminarch/x264/stable

Viewing all changes in revision 3049.

  • Committer: Martin Storsjö
  • Date: 2021-04-12 06:54:56 UTC
  • Revision ID: git-v1:55d517bc4569272a2c9a367a4106c234aba2ffbc
aarch64: Fix the zigzag_interleave_8x8_cavlc_neon function

Use 'cmhs' (which does an unsigned greater or equal comparison)
instead of 'cmhi' (which does an unsigned greater comparison).

This makes sure that dct coeffs with a magnitude of 1 are recognized
in the output nnz buffer.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: