]> granicus.if.org Git - libvpx/commit
Move input frame scaling into the recode loop
authorAdrian Grange <agrange@google.com>
Thu, 2 Oct 2014 22:26:42 +0000 (15:26 -0700)
committerAdrian Grange <agrange@google.com>
Tue, 14 Oct 2014 16:27:55 +0000 (09:27 -0700)
commit452dc21500a2339ee685cb28efbd2af1b856ea12
tree80810ff4799d1a77b59725a1730d2a92956467f2
parentd0369d6fd42062b442135ea173f722198bb47fec
Move input frame scaling into the recode loop

Move the point at which input frames are scaled
into the recode loop. This will allow us to change
the coded frame size dynamically in response
to previous attempts to encode the frame at a
higher resolution.

A following patch will implement a scheme for
resizing the frame in the recode loop.

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