aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/motion_est_mmx.c
diff options
context:
space:
mode:
authorRoland Scheidegger <rscheidegger_lists@hispeed.ch>2012-04-27 22:12:19 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-04-28 20:02:27 +0200
commit7f668cd2b5f13afa0de9f593948ce2f703ab5aaa (patch)
tree4755bc3a5668cf24d7c83db139ebab1baa529e64 /libavcodec/x86/motion_est_mmx.c
parente52b96187b5451d44ec9bbbb4b6151aebac8b559 (diff)
downloadffmpeg-7f668cd2b5f13afa0de9f593948ce2f703ab5aaa.tar.gz
h264: use one table instead of several for cabac functions
The reason is this is easier for PIC code (in particular on darwin...). Keep the old names as pointers (static in cabac_functions.h so gcc knows these are just immediate offsets) so the c code can nicely stay the same (alternatively could use offsets directly in the functions needing the tables). This should produce the same code as before with non-pic and better code (confirmed) with pic. The assembly uses the new table but still won't work for PIC case. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/motion_est_mmx.c')
0 files changed, 0 insertions, 0 deletions