Replace cpi->common with preset variable cm
authorJingning Han <jingning@google.com>
Mon, 23 Jun 2014 22:52:16 +0000 (15:52 -0700)
committerJingning Han <jingning@google.com>
Tue, 24 Jun 2014 23:07:17 +0000 (16:07 -0700)
commit9e558344260bfebf16142c9faa6b06efdceb8173
tree32ab2666b4004d98a1fa501fb1bba841f3b24b8d
parent85cfae818b71ff75ec0379734d60eb58dfa31a00
Replace cpi->common with preset variable cm

This commit replaces a few use cases of cpi->common with preset
variable cm, to avoid unnecessary pointer fetch in the non-RD
coding mode.

Change-Id: I4038f1c1a47373b8fd7bc5d69af61346103702f6
vp9/encoder/vp9_pickmode.c