]> granicus.if.org Git - libvpx/commit
General code cleanup.
authorDmitry Kovalev <dkovalev@google.com>
Wed, 28 Aug 2013 19:22:37 +0000 (12:22 -0700)
committerDmitry Kovalev <dkovalev@google.com>
Wed, 28 Aug 2013 19:22:37 +0000 (12:22 -0700)
commitb62ddd5f8b29119033b890bc00c32af0f78b98c0
treec69dd51ecd0431082157272dfc63faad4056c582
parenteb7acb55242a0421f811a2e96118ba59b48e7db8
General code cleanup.

Switching from mi_{width, height}_log2 and b_{width, height}_log2 to
num_8x8_blocks_{wide, high} and num_4x4_blocks_{wide, high}. Removing
redundant code, adding const.

Change-Id: Iaab2207590fd24d0b76999071778d1395dc5cd5d
vp9/decoder/vp9_decodframe.c
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_rdopt.c