]> granicus.if.org Git - libvpx/commit
Add unit test for vp9_ext_ratectrl
authorAngie Chiang <angiebird@google.com>
Thu, 15 Oct 2020 19:05:37 +0000 (12:05 -0700)
committerAngie Chiang <angiebird@google.com>
Tue, 20 Oct 2020 04:49:38 +0000 (21:49 -0700)
commite94000aa35c5beb8901952abb9c0d037d3c977f1
tree63c637c4e19998b2da0a2295d33165b267f95ee6
parent8bfc92063138476dee2d719ec45bb95d16a1a38f
Add unit test for vp9_ext_ratectrl

Fix three bugs along the way.
1) Call vp9_extrc_send_firstpass_stats() after vp9_extrc_create()
2) Pass in model pointer in vp9_extrc_create()
3) Free frame_stats buffer in vp9_extrc_delete()

Bug: webm:1707

Change-Id: Ic8bd62c7b4ebd85a7479ae5e4c82d7f6059d782f
test/encode_test_driver.h
test/test.mk
test/vp9_ext_ratectrl_test.cc [new file with mode: 0644]
vp9/encoder/vp9_encoder.c
vp9/encoder/vp9_ext_ratectrl.c
vp9/encoder/vp9_ext_ratectrl.h
vp9/vp9_cx_iface.c