diff options
| author | Jonas Karlman <[email protected]> | 2019-11-06 22:34:21 +0000 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2019-11-10 16:57:46 +0000 |
| commit | a8fe996084e358c6f4ec7c51ec28fd3c1ddf68d1 (patch) | |
| tree | ef4f19a9497b123b026bd3544e9a94169f10d19f /net/unix/af_unix.c | |
| parent | media: hantro: Fix H264 motion vector buffer offset (diff) | |
| download | kernel-a8fe996084e358c6f4ec7c51ec28fd3c1ddf68d1.tar.gz kernel-a8fe996084e358c6f4ec7c51ec28fd3c1ddf68d1.zip | |
media: hantro: Reduce H264 extra space for motion vectors
A decoded 8-bit 4:2:0 frame need memory for up to 448 bytes per
macroblock with additional 32 bytes on multi-core variants.
Memory layout is as follow:
+---------------------------+
| Y-plane 256 bytes x MBs |
+---------------------------+
| UV-plane 128 bytes x MBs |
+---------------------------+
| MV buffer 64 bytes x MBs |
+---------------------------+
| MC sync 32 bytes |
+---------------------------+
Reduce the extra space allocated now that motion vector buffer offset no
longer is based on the extra space.
Only allocate extra space for 64 bytes x MBs of motion vector buffer
and 32 bytes for multi-core sync.
Fixes: a9471e25629b ("media: hantro: Add core bits to support H264 decoding")
Signed-off-by: Jonas Karlman <[email protected]>
Reviewed-by: Boris Brezillon <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
