aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/constants.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-07-01 11:44:36 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-07-30 21:36:31 +0200
commita105b11a9d1d8be33cd9ba29da41314c1abf7c82 (patch)
tree8a94e3d946e86d691dd2d51e8ad1f745a2883e58 /libavcodec/x86/constants.h
parentb85557b231782f3bc89746c86512d81f777dab1b (diff)
downloadffmpeg-a105b11a9d1d8be33cd9ba29da41314c1abf7c82.tar.gz
avcodec/cbs: Add specialization for ff_cbs_(read|write)_unsigned()
These functions allow not only to read and write unsigned values, but also to check ranges and to emit trace output which can be beautified when processing arrays (indices like "[i]" are replaced by their actual numbers). Yet lots of callers actually only need something simpler: Their range is only implicitly restricted by the amount of bits used and they are not part of arrays, hence don't need this beautification. This commit adds specializations for these callers; this is very beneficial size-wise (it reduced the size of .text by 23312 bytes here), as a call is now cheaper. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/x86/constants.h')
0 files changed, 0 insertions, 0 deletions