]> git.sesse.net Git - x264/commit
Overhaul macroblock_cache_rect
authorFiona Glaser <fiona@x264.com>
Sun, 14 Mar 2010 08:19:59 +0000 (00:19 -0800)
committerFiona Glaser <fiona@x264.com>
Sat, 27 Mar 2010 19:47:20 +0000 (12:47 -0700)
commit4c03ec69fc91c60ff250d25fe805d1d5105c5fcf
treeba331f265768d78e4a4e23ae02e9485507cc6b82
parent8b4cca0e41f39748bb45c5cf88231d052df4e8cf
Overhaul macroblock_cache_rect
Unify the rectangle functions into a single one similar to ffmpeg's fill_rectangle.
Remove all cases of variable-size cache_rect calls; create a function-pointer-based system for handling such cases.
Should greatly decrease code size required for such calls.
Makefile
common/common.h
common/macroblock.h
common/osdep.h
common/rectangle.c [new file with mode: 0755]
common/rectangle.h [new file with mode: 0755]
encoder/me.c