vp9_ethread: move filter_cache out of RD_OPT struct
authorYunqing Wang <yunqingwang@google.com>
Thu, 20 Nov 2014 20:42:36 +0000 (12:42 -0800)
committerYunqing Wang <yunqingwang@google.com>
Thu, 20 Nov 2014 21:44:16 +0000 (13:44 -0800)
commit379334c2d818c5f8bbd757a591ac7f42b8023e34
treeb2649e1ff8df4334a5797422576a039158aefc7b
parentb0efddd8e62bc41ecc26f43754bae9b26ab4b0b2
vp9_ethread: move filter_cache out of RD_OPT struct

Similar to mask_filter, the filter_cache in RD_OPT struct can be
moved out, and declared as a local variable since it is only
used in pick_inter_mode functions.

Change-Id: I412b99cca82bade07ac912064ec03dd1de6b2c17
vp9/encoder/vp9_rd.h
vp9/encoder/vp9_rdopt.c