]> granicus.if.org Git - libvpx/commit
Pass partition info to encode frame result
authorCheng Chen <chengchen@google.com>
Tue, 21 Jan 2020 23:59:41 +0000 (15:59 -0800)
committerCheng Chen <chengchen@google.com>
Mon, 27 Jan 2020 21:05:48 +0000 (13:05 -0800)
commitc2b223406201b4fc32db77c5d797c228629ec28c
treeadf904475b36ca58cd5d8c1eb22f8c9c03bf43b2
parenteea06db1782b078aacfc8e5dc06e8e29710ec0ef
Pass partition info to encode frame result

Init the memory for partition information in "EncodeFrameResult".
And pass the partition information of vp9 encoder to it through
the interface: "update_encode_frame_result()".

Change-Id: Iea049e661da79f54d41da7924b9ef28ff7cfbfa3
vp9/encoder/vp9_encoder.c
vp9/encoder/vp9_encoder.h
vp9/simple_encode.cc
vp9/simple_encode.h