]> git.sesse.net Git - ffmpeg/commit
avcodec/kmvc: Move commonly used variables to the front of the context
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 22 Mar 2021 01:28:11 +0000 (02:28 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 24 Mar 2021 23:32:47 +0000 (00:32 +0100)
commitefbfee4c1a61705dc5a4067ac8e70d7db618a7e9
treeeda7089aac6c3afc2148aee970f129881662820a
parentfb6a8847ad60cd5d6f50d459743b46c23900d542
avcodec/kmvc: Move commonly used variables to the front of the context

Reduces codesize because the offset in pointer+offset addressing
requires less bytes to encode. Reduces the size of .text from 8871B
to 8146B (GCC 10, -O3, x64).

Reviewed-by: Tomas Härdin <tjoppen@acc.umu.se>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/kmvc.c