]> granicus.if.org Git - libvpx/commit
Eliminating usage of allow_comp_inter_inter in the decoder.
authorDmitry Kovalev <dkovalev@google.com>
Wed, 23 Oct 2013 21:18:09 +0000 (14:18 -0700)
committerDmitry Kovalev <dkovalev@google.com>
Wed, 23 Oct 2013 21:18:09 +0000 (14:18 -0700)
commit4d88b3837b73c9dfe81d4f13259600f9ac315100
treee5d678bce78910122108166b2a159478a2190a31
parent5bdd4d9ccffa6c0fe03e5282b5562f5a794e0f42
Eliminating usage of allow_comp_inter_inter in the decoder.

Splitting setup_inter_inter function into is_compound_prediction_allowed
and setup_compound_prediction. Moving setup_compound_prediction call
into read_comp_pred from read_uncompressed_header.

We should do the same in the encoder as well.

Change-Id: I40d75fdc4a221b2f7705df00d23a4b3fe79987c3
vp9/decoder/vp9_decodframe.c