]> granicus.if.org Git - libvpx/commit
vp9_ethread: change mask_filter to a local variable
authorYunqing Wang <yunqingwang@google.com>
Thu, 20 Nov 2014 17:41:49 +0000 (09:41 -0800)
committerYunqing Wang <yunqingwang@google.com>
Thu, 20 Nov 2014 17:41:49 +0000 (09:41 -0800)
commitb0efddd8e62bc41ecc26f43754bae9b26ab4b0b2
treee1dddf4af30a222715b0e1bd72c521de672fdc29
parent70c9d2983b107e0c84cb8c2786c801b26cc881a7
vp9_ethread: change mask_filter to a local variable

The mask_filter in RD_OPT struct is used to record rd result in
filter decision. It is only used in pick_inter_mode functions,
and is removed from the struct and declared as a local variable.

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