aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/hq_common.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/hq{xvlc,_hqadata}: Deduplicate and hardcode cbp tableAndreas Rheinhardt2025-04-131-0/+29
This table is so small (32 elements amounting to 128 bytes) that it is more efficient size-wise to hardcode it instead of initializing it at runtime. Also stop duplicating it in hq_hqa.o and hqx.o. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>