FFmpeg/libavcodec
Andreas Rheinhardt b43e946b71 avcodec/mqc: Hardcode tables to save space
mqc currently initializes three arrays at runtime; each of them
has 2 * 47 elements, one is uint16_t, two are uint8_t, so that their
combined size is 8 * 47. The source data for these initializations
is contained in an array of 47 elements of size six. Said array is
only used in order to initialize the other arrays, so the savings
are just 2 * 47B. Yet this is dwarfed by the size of the code for
performing the initializations: It is 109B (GCC 10.2, x64, -O3 albeit
in an av_cold function); this does not even include the size of the
code in the callers. So just hardcode these tables.

This also fixes a data race, because the encoder always initialized
these tables during init, although they might already be used at the
same time by already running encoder/decoder instances.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2021-05-12 06:00:14 +02:00
..
2021-04-19 14:34:10 +02:00
2021-04-19 14:34:10 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-02-27 17:09:44 +01:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-03-22 02:43:04 +01:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-26 21:15:33 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-05-05 14:17:03 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-03-29 22:19:39 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-12 18:29:11 +02:00
2021-04-12 18:29:11 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-05-12 06:00:13 +02:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00
2021-04-27 10:43:15 -03:00