]> git.sesse.net Git - x264/commit
MBAFF: Add mbaff deblock strength calculation
authorSimon Horlick <simonhorlick@gmail.com>
Wed, 16 Mar 2011 21:18:59 +0000 (21:18 +0000)
committerFiona Glaser <fiona@x264.com>
Thu, 12 May 2011 06:06:26 +0000 (23:06 -0700)
commite30bb5318d32ae107560c7242b2f361abed0c6a6
tree5006ac95e9fbf06ae9f1df656782c4affea6e713
parentbe87b09f435052a22f7ac15a469d75964d572b2f
MBAFF: Add mbaff deblock strength calculation

Move call to deblock_strength to x264_macroblock_deblock_strength to
keep deblock strength calculation in one place.
common/deblock.c
common/frame.h
common/macroblock.c
common/macroblock.h
encoder/encoder.c
tools/checkasm.c