]> granicus.if.org Git - libvpx/commit
Move frame re-sizing into the recode loop
authorAdrian Grange <agrange@google.com>
Fri, 17 Oct 2014 22:12:43 +0000 (15:12 -0700)
committerAdrian Grange <agrange@google.com>
Thu, 23 Oct 2014 23:20:57 +0000 (16:20 -0700)
commit65753eeb8a77f239121857c8286f35bc1603385b
tree1b3a90424123914149ad538e1e1879c40e6f064a
parent9363425daa8311f518184bf516e1f3c709addb8e
Move frame re-sizing into the recode loop

The point at which frames are scaled to their
coded dimensions is moved into the re-code loop.

This is in preparation for a further patch that
will add logic into the re-code loop to reduce
the coded frame size if the encoder is struggling
to hit the target data rate at the native frame
size.

Change-Id: Ie4131f5ec6fb93148879f6ce96123296442bf2d1
vp9/encoder/vp9_encoder.c
vp9/encoder/vp9_encoder.h
vp9/encoder/vp9_firstpass.c