]> granicus.if.org Git - libvpx/commit
Fix the variable naming in encode_block
authorJingning Han <jingning@google.com>
Wed, 6 Nov 2013 19:34:06 +0000 (11:34 -0800)
committerJingning Han <jingning@google.com>
Thu, 7 Nov 2013 16:59:14 +0000 (08:59 -0800)
commite91d7705111cbb2a9a8c0e85a9bbc3bc60ef9d43
tree3411930109fcc555d62b805da36f72dc38ac24c5
parent103c4603d2aa366bb8064da29da490b3eb79f307
Fix the variable naming in encode_block

The term x represents macroblock pointer across encode_block. Change
the two local variable names to avoid confusion.

Change-Id: Ic732e73023525d673c0a678ed2708ac1edf5a3f9
vp9/encoder/vp9_encodemb.c