]> granicus.if.org Git - libvpx/commit
Generalize encoder comp_var_ref setting
authorJingning Han <jingning@google.com>
Thu, 20 Sep 2018 17:03:27 +0000 (10:03 -0700)
committerJingning Han <jingning@google.com>
Thu, 20 Sep 2018 17:05:42 +0000 (10:05 -0700)
commitbc40b13f33de2e3cf8942659c35a84d8d65b8401
tree2dad3417c74641cd0fdc6f69d5b4889209c6b16d
parent7cc12cbe0e8989a770d1411062154d4f410e8af4
Generalize encoder comp_var_ref setting

Generalize the encoder comp_fixed_ref and comp_var_ref assignments.
Make it fully support 2 fwd + 1 bwd and 1 fwd + 2 bwd settings
that VP9 decoder allows.

Change-Id: Id74da9a66327189a3fdf382d447243003c431131
vp9/common/vp9_pred_common.c
vp9/common/vp9_pred_common.h
vp9/decoder/vp9_decodeframe.c
vp9/encoder/vp9_encodeframe.c