Andreas Rheinhardt
c9168717bf
avcodec/h274: Make H274FilmGrainDatabase a shared object
...
Right now, the private contexts of every decoder supporting
H.274 film grain synthesis (namely H.264, HEVC and VVC)
contain a H274FilmGrainDatabase; said structure is very large
700442B before this commit) and takes up the overwhelming
majority of said contexts: Removing it reduces sizeof(H264Context)
by 92.88%, sizeof(HEVCContext) by 97.78% and sizeof(VVCContext)
by 99.86%. This is especially important for H.264 and HEVC
when using frame-threading.
The content of said film grain database does not depend on
any input parameter; it is shareable between all its users and
could be hardcoded in the binary (but isn't, because it is so huge).
This commit adds a database with static storage duration to h274.c
and uses it instead of the elements in the private contexts above.
It is still lazily initialized as-needed; a mutex is used
for the necessary synchronization. An alternative would be to use
an AV_ONCE to initialize the whole database either in the decoders'
init function (which would be wasteful given that most videos
don't use film grain synthesis) or in ff_h274_apply_film_grain().
Reviewed-by: Niklas Haas <ffmpeg@haasn.dev >
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com >
2025-09-22 04:54:22 +02:00
..
2025-08-19 14:32:21 +00:00
2025-09-21 19:39:27 +00:00
2025-08-03 13:48:47 +02:00
2025-09-13 20:45:42 +00:00
2025-09-22 04:54:22 +02:00
2025-08-03 13:48:47 +02:00
2025-07-03 20:35:31 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-07 03:07:44 +02:00
2025-08-08 18:29:41 +09:00
2025-09-22 04:54:22 +02:00
2025-08-03 13:48:47 +02:00
2025-09-19 23:12:59 +00:00
2025-09-02 16:05:46 +02:00
2025-08-03 13:48:47 +02:00
2025-09-03 06:48:02 +00:00
2025-07-15 16:27:31 +09:00
2025-09-01 09:22:39 +00:00
2025-08-03 13:48:47 +02:00
2025-08-08 14:21:36 +02:00
2025-06-08 18:39:17 -03:00
2025-06-08 18:39:17 -03:00
2025-06-08 18:39:17 -03:00
2025-06-08 18:39:17 -03:00
2025-06-08 18:39:17 -03:00
2025-09-13 20:37:03 +00:00
2025-09-13 20:37:03 +00:00
2025-09-13 20:37:03 +00:00
2025-08-20 11:20:11 +02:00
2025-09-13 20:37:03 +00:00
2025-09-13 20:37:03 +00:00
2025-08-08 18:29:41 +09:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-02 22:25:28 +00:00
2025-07-29 23:38:16 +02:00
2025-07-22 09:47:18 -03:00
2025-09-13 20:37:03 +00:00
2025-08-03 13:48:47 +02:00
2025-09-13 20:37:03 +00:00
2025-07-06 19:20:24 +02:00
2025-09-13 20:37:03 +00:00
2025-09-13 20:37:03 +00:00
2025-09-13 20:37:03 +00:00
2025-08-03 13:48:47 +02:00
2025-09-13 20:37:03 +00:00
2025-08-29 12:29:52 +00:00
2025-08-03 13:48:47 +02:00
2025-09-13 20:37:03 +00:00
2025-09-13 20:37:03 +00:00
2025-09-13 20:37:03 +00:00
2025-09-15 17:52:21 +02:00
2025-09-02 17:06:24 +02:00
2025-09-02 17:06:24 +02:00
2025-09-13 20:37:03 +00:00
2025-09-13 20:37:03 +00:00
2025-09-13 20:37:03 +00:00
2025-07-22 09:47:18 -03:00
2025-08-08 03:04:42 -07:00
2025-07-11 15:13:21 +02:00
2025-07-11 15:13:21 +02:00
2025-07-11 15:13:21 +02:00
2025-09-13 20:37:03 +00:00
2025-09-04 10:15:09 +02:00
2025-09-04 10:15:09 +02:00
2025-09-04 10:15:09 +02:00
2025-09-04 10:15:09 +02:00
2025-08-12 19:59:21 +00:00
2025-08-12 19:59:21 +00:00
2025-08-12 19:59:21 +00:00
2025-09-13 20:37:03 +00:00
2025-09-13 20:37:03 +00:00
2025-08-06 20:58:57 +00:00
2025-09-13 20:37:03 +00:00
2025-08-03 13:48:47 +02:00
2025-08-09 22:46:08 +00:00
2025-09-13 20:37:03 +00:00
2025-08-08 18:29:39 +09:00
2025-09-08 21:13:09 +00:00
2025-08-03 13:48:47 +02:00
2025-09-13 20:37:03 +00:00
2025-09-13 20:37:03 +00:00
2025-09-13 20:37:03 +00:00
2025-09-13 20:37:03 +00:00
2025-07-20 01:05:23 +02:00
2025-08-03 13:48:47 +02:00
2025-09-13 20:37:03 +00:00
2025-08-31 16:48:03 +05:30
2025-08-08 03:02:57 -07:00
2025-09-02 17:06:24 +02:00
2025-09-02 17:06:24 +02:00
2025-09-02 17:06:24 +02:00
2025-08-03 13:19:25 +00:00
2025-07-26 14:42:33 +02:00
2025-07-25 21:10:16 +02:00
2025-09-03 11:56:06 +02:00
2025-09-03 11:56:06 +02:00
2025-09-03 11:56:06 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-06-17 00:35:13 +02:00
2025-09-16 15:41:50 -03:00
2025-09-01 12:07:41 -03:00
2025-08-08 01:06:11 +09:00
2025-07-03 20:18:55 +02:00
2025-09-13 20:37:03 +00:00
2025-08-03 13:48:47 +02:00
2025-09-13 20:37:03 +00:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-09-13 20:37:03 +00:00
2025-08-31 07:05:36 +00:00
2025-08-31 07:05:36 +00:00
2025-08-31 07:05:36 +00:00
2025-08-05 03:27:53 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 21:33:29 +02:00
2025-08-04 19:45:45 +01:00
2025-09-13 20:37:03 +00:00
2025-08-19 11:25:39 -03:00
2025-07-03 20:35:32 +02:00
2025-07-28 17:41:38 +02:00
2025-06-08 18:39:17 -03:00
2025-09-15 17:52:21 +02:00
2025-07-03 20:35:31 +02:00
2025-08-03 13:48:47 +02:00
2025-09-13 20:37:03 +00:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-05 03:27:53 +02:00
2025-09-13 20:37:03 +00:00
2025-09-01 12:07:41 -03:00
2025-09-18 11:06:16 +00:00
2025-08-24 12:34:15 +00:00
2025-09-02 17:06:25 +02:00
2025-09-02 17:06:25 +02:00
2025-09-13 20:37:03 +00:00
2025-08-03 13:48:47 +02:00
2025-08-07 19:44:59 +00:00
2025-08-02 22:25:28 +00:00
2025-07-22 12:37:31 -03:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-07-03 19:42:29 +02:00
2025-08-03 13:19:25 +00:00
2025-08-03 13:48:47 +02:00
2025-09-13 20:37:03 +00:00
2025-07-31 20:25:15 +02:00
2025-07-03 20:35:31 +02:00
2025-07-03 20:35:23 +02:00
2025-07-03 20:35:31 +02:00
2025-06-21 22:08:52 +02:00
2025-09-13 20:37:03 +00:00
2025-08-05 03:27:53 +02:00
2025-08-11 20:31:09 +02:00
2025-06-23 17:11:07 +10:00
2025-06-23 17:16:42 +10:00
2025-08-11 20:31:09 +02:00
2025-08-03 13:48:47 +02:00
2025-07-11 15:13:21 +02:00
2025-09-13 20:37:03 +00:00
2025-09-13 20:37:03 +00:00
2025-07-03 20:35:31 +02:00
2025-07-03 20:35:32 +02:00
2025-06-21 22:08:52 +02:00
2025-06-21 22:08:52 +02:00
2025-07-03 20:34:51 +02:00
2025-07-11 15:13:21 +02:00
2025-07-03 20:35:32 +02:00
2025-07-03 20:34:51 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-09-13 20:37:03 +00:00
2025-09-22 04:54:22 +02:00
2025-07-11 15:13:21 +02:00
2025-08-12 11:38:45 +02:00
2025-09-13 20:37:03 +00:00
2025-09-22 04:54:22 +02:00
2025-09-22 04:54:22 +02:00
2025-09-22 04:54:22 +02:00
2025-09-16 15:42:03 -03:00
2025-08-03 13:48:47 +02:00
2025-06-23 14:28:54 +02:00
2025-06-06 17:21:37 +02:00
2025-08-15 13:55:51 +00:00
2025-08-08 18:29:41 +09:00
2025-08-03 13:19:25 +00:00
2025-08-11 11:54:31 +02:00
2025-08-03 13:19:25 +00:00
2025-08-03 13:48:47 +02:00
2025-09-13 20:37:03 +00:00
2025-09-13 20:37:03 +00:00
2025-09-13 20:37:03 +00:00
2025-07-03 18:17:56 +02:00
2025-07-03 20:35:32 +02:00
2025-07-03 20:34:51 +02:00
2025-07-03 20:34:51 +02:00
2025-07-03 20:35:32 +02:00
2025-07-03 20:35:32 +02:00
2025-08-07 03:07:43 +02:00
2025-07-20 01:05:23 +02:00
2025-09-13 20:37:03 +00:00
2025-08-09 14:25:47 +00:00
2025-09-02 17:06:25 +02:00
2025-09-02 17:06:25 +02:00
2025-09-02 17:06:25 +02:00
2025-08-25 10:43:23 -03:00
2025-09-02 15:56:56 +02:00
2025-09-02 15:56:56 +02:00
2025-08-03 13:48:47 +02:00
2025-09-15 17:52:21 +02:00
2025-09-06 15:51:41 -04:00
2025-09-02 17:06:25 +02:00
2025-08-03 13:48:47 +02:00
2025-09-04 07:01:13 -04:00
2025-07-22 01:35:01 +02:00
2025-08-11 20:31:09 +02:00
2025-06-12 23:07:13 +08:00
2025-09-13 20:37:03 +00:00
2025-06-23 17:11:09 +10:00
2025-06-23 17:11:09 +10:00
2025-08-19 11:25:39 -03:00
2025-08-19 11:25:39 -03:00
2025-08-03 13:48:47 +02:00
2025-09-12 17:11:26 +02:00
2025-06-21 22:08:52 +02:00
2025-06-21 22:08:52 +02:00
2025-07-03 20:35:31 +02:00
2025-06-21 22:08:52 +02:00
2025-06-16 10:53:09 +08:00
2025-06-16 10:55:59 +08:00
2025-07-31 21:07:51 +00:00
2025-09-01 12:40:36 +00:00
2025-09-13 20:37:03 +00:00
2025-09-15 17:52:22 +02:00
2025-09-15 17:52:22 +02:00
2025-08-03 13:48:47 +02:00
2025-09-13 20:37:03 +00:00
2025-08-03 13:48:47 +02:00
2025-09-13 20:37:03 +00:00
2025-08-06 03:27:01 +00:00
2025-07-03 20:34:51 +02:00
2025-09-13 20:37:03 +00:00
2025-09-13 20:37:03 +00:00
2025-08-06 21:04:56 +00:00
2025-07-03 20:35:23 +02:00
2025-06-21 22:08:52 +02:00
2025-06-21 22:08:52 +02:00
2025-08-11 19:29:53 +00:00
2025-07-03 20:35:31 +02:00
2025-07-03 20:35:32 +02:00
2025-06-21 22:08:51 +02:00
2025-07-11 15:13:21 +02:00
2025-07-03 20:35:31 +02:00
2025-07-03 20:35:31 +02:00
2025-07-03 20:35:31 +02:00
2025-09-12 21:39:27 +02:00
2025-08-03 13:48:47 +02:00
2025-08-01 01:41:26 +02:00
2025-08-03 13:48:47 +02:00
2025-09-13 20:37:03 +00:00
2025-07-03 20:35:31 +02:00
2025-07-03 20:35:32 +02:00
2025-07-03 20:35:31 +02:00
2025-07-03 20:35:32 +02:00
2025-06-21 22:08:52 +02:00
2025-08-03 13:48:47 +02:00
2025-07-03 20:35:31 +02:00
2025-07-03 20:35:31 +02:00
2025-07-03 20:35:31 +02:00
2025-09-13 20:37:03 +00:00
2025-09-13 20:37:03 +00:00
2025-07-03 20:35:32 +02:00
2025-06-22 17:50:26 -03:00
2025-09-13 20:37:03 +00:00
2025-09-15 17:52:22 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-19 11:25:39 -03:00
2025-07-03 20:35:31 +02:00
2025-07-03 20:35:32 +02:00
2025-07-11 17:49:58 +02:00
2025-07-01 22:47:47 +02:00
2025-07-11 17:49:58 +02:00
2025-07-01 22:47:47 +02:00
2025-07-18 14:45:13 +08:00
2025-07-18 14:45:13 +08:00
2025-07-18 14:45:13 +08:00
2025-08-03 13:48:47 +02:00
2025-09-02 17:06:24 +02:00
2025-09-13 20:37:03 +00:00
2025-09-16 16:28:12 +03:00
2025-09-16 16:28:12 +03:00
2025-09-01 12:07:07 -03:00
2025-09-13 20:37:03 +00:00
2025-08-08 01:06:11 +09:00
2025-09-12 21:37:42 +02:00
2025-09-06 15:11:48 +00:00
2025-09-06 15:11:48 +00:00
2025-09-13 20:37:03 +00:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-09-02 17:06:25 +02:00
2025-09-02 17:06:25 +02:00
2025-08-08 01:06:11 +09:00
2025-08-08 01:06:11 +09:00
2025-08-08 01:06:11 +09:00
2025-08-15 15:06:58 +00:00
2025-08-11 19:29:53 +00:00
2025-08-02 06:11:39 +00:00
2025-08-08 18:29:40 +09:00
2025-08-08 18:29:40 +09:00
2025-08-02 06:11:39 +00:00
2025-08-03 13:48:47 +02:00
2025-09-16 15:41:50 -03:00
2025-08-05 03:27:54 +02:00
2025-09-13 20:37:03 +00:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-09-13 20:37:03 +00:00
2025-06-23 17:11:09 +10:00
2025-09-13 20:37:03 +00:00
2025-07-03 20:35:31 +02:00
2025-09-14 21:35:54 +08:00
2025-07-03 20:34:51 +02:00
2025-08-03 13:48:47 +02:00
2025-09-13 20:37:03 +00:00
2025-07-03 20:35:32 +02:00
2025-07-03 20:35:23 +02:00
2025-07-03 20:35:32 +02:00
2025-07-03 20:34:51 +02:00
2025-07-03 20:35:32 +02:00
2025-07-03 20:35:31 +02:00
2025-07-03 20:35:31 +02:00
2025-09-13 20:37:03 +00:00
2025-09-13 20:37:03 +00:00
2025-08-21 21:02:40 +00:00
2025-08-11 11:54:31 +02:00
2025-07-28 17:41:38 +02:00
2025-07-20 01:05:24 +02:00
2025-08-08 03:04:42 -07:00
2025-08-08 03:04:42 -07:00
2025-08-08 03:04:42 -07:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-07-19 00:36:25 +02:00
2025-07-03 20:35:31 +02:00
2025-08-03 13:48:47 +02:00
2025-09-13 20:37:03 +00:00
2025-07-03 23:05:14 +02:00
2025-09-13 20:37:03 +00:00
2025-07-03 20:34:51 +02:00
2025-09-13 20:37:03 +00:00
2025-08-19 11:26:40 -04:00
2025-08-19 11:26:40 -04:00
2025-08-21 22:48:16 +00:00
2025-09-17 02:17:09 +00:00
2025-09-17 02:17:09 +00:00
2025-07-22 09:47:18 -03:00
2025-08-03 13:48:47 +02:00
2025-08-15 18:00:11 +02:00
2025-09-05 17:21:30 +00:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-09-13 20:37:03 +00:00
2025-08-15 13:55:51 +00:00
2025-08-15 13:55:51 +00:00
2025-08-15 13:55:51 +00:00
2025-08-15 13:55:51 +00:00
2025-08-15 13:55:51 +00:00
2025-09-17 06:40:16 +00:00
2025-09-08 00:19:06 +00:00
2025-07-03 20:35:31 +02:00
2025-07-03 20:35:32 +02:00
2025-08-03 13:48:47 +02:00
2025-07-03 20:35:32 +02:00
2025-06-21 22:08:52 +02:00
2025-06-21 22:08:52 +02:00
2025-09-08 14:03:52 +00:00
2025-07-03 20:34:51 +02:00
2025-07-03 20:35:32 +02:00
2025-07-03 20:35:32 +02:00
2025-09-13 20:37:03 +00:00
2025-08-03 13:48:47 +02:00
2025-07-03 20:35:23 +02:00
2025-07-03 20:35:32 +02:00
2025-09-01 11:00:44 -03:00
2025-08-29 17:32:52 +02:00
2025-09-02 17:06:24 +02:00
2025-08-07 03:07:43 +02:00
2025-09-10 20:33:40 +08:00
2025-08-20 11:20:14 +02:00
2025-08-03 13:48:47 +02:00
2025-09-13 20:37:03 +00:00
2025-08-03 13:48:47 +02:00
2025-06-28 23:54:39 +02:00
2025-09-13 20:37:03 +00:00
2025-08-14 00:08:10 +00:00
2025-09-13 20:37:03 +00:00
2025-08-08 18:29:39 +09:00
2025-08-08 18:29:39 +09:00
2025-08-03 13:19:25 +00:00
2025-08-09 15:07:56 +09:00
2025-08-08 15:07:33 +00:00
2025-08-08 15:07:33 +00:00
2025-08-15 13:55:51 +00:00
2025-08-15 13:55:51 +00:00
2025-08-15 13:55:51 +00:00
2025-08-08 09:32:06 +00:00
2025-06-11 13:30:07 +09:00
2025-08-09 15:07:56 +09:00
2025-08-09 15:07:56 +09:00
2025-08-08 18:29:41 +09:00
2025-08-08 18:29:40 +09:00
2025-08-08 18:29:40 +09:00
2025-08-19 10:07:01 -04:00
2025-08-03 13:48:47 +02:00
2025-09-13 20:37:03 +00:00
2025-09-15 17:52:21 +02:00
2025-09-01 12:07:41 -03:00
2025-08-04 09:12:17 +00:00
2025-09-13 20:37:03 +00:00
2025-07-03 20:21:55 +02:00
2025-09-13 20:37:03 +00:00
2025-09-13 20:37:03 +00:00
2025-07-03 20:35:23 +02:00
2025-07-11 15:14:36 +02:00
2025-07-03 20:35:31 +02:00
2025-07-03 20:35:32 +02:00
2025-09-13 20:37:03 +00:00
2025-09-13 20:37:03 +00:00