]> granicus.if.org Git - libvpx/commit
Move call to vp9_rc_get_second_pass_params().
authorPaul Wilkins <paulwilkins@google.com>
Mon, 15 Sep 2014 11:45:42 +0000 (12:45 +0100)
committerPaul Wilkins <paulwilkins@google.com>
Mon, 15 Sep 2014 11:45:42 +0000 (12:45 +0100)
commitcd95543ee4a0d86a72dc1c7b9cbc280c5a60d0b0
tree750606380e82fc5021a14594d1378d30eae4b1be
parent95f67f09acb4b6899fb408c8e3f08e8ab533de5a
Move call to vp9_rc_get_second_pass_params().

Call to vp9_rc_get_second_pass_params() moved from
Pass2Encode() to earlier in vp9_get_compressed_data(),
to ensure that two pass stats and parameters are
available before decisions such as frame scaling.

Change-Id: If21537f0073919b04696a7d5e9aac78e23d76f39
vp9/encoder/vp9_encoder.c