Create function vp9_preserve_existing_gf
authorAdrian Grange <agrange@google.com>
Tue, 5 Aug 2014 22:25:21 +0000 (15:25 -0700)
committerAdrian Grange <agrange@google.com>
Tue, 5 Aug 2014 22:25:21 +0000 (15:25 -0700)
commit0984121f499748f0b4baf850a3025e5ea57def8c
treefe0765376f924d985b23ded318f8b9e5000fa2cc
parent854acfbbea3893af848ec386e9742482101d4e01
Create function vp9_preserve_existing_gf

This code was being called from two places and
difficult to parse. I rationalized it in to a
function to improve readability.

Change-Id: I154b8fe0b84e6c01e69601e78e67bd47c954d8b6
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_bitstream.h
vp9/encoder/vp9_encoder.c