[vp8e]: add vpu1 and vpu2 vp8e supprt.

commit a base version of vp8 encoder,include vpu1 and vpu2.
encode input raw picture to ivf stream.

Change-Id: I9ac697edf2249a4ca7464fdbfb5fd22a63fd3c34
Signed-off-by: Ding Wei <leo.ding@rock-chips.com>
Signed-off-by: Johnson Ding <johnson.ding@rock-chips.com>
This commit is contained in:
sliver.chen
2017-08-14 15:33:29 +08:00
committed by Johnson Ding
parent 056e17df92
commit 2dc830f071
34 changed files with 6702 additions and 1 deletions

View File

@@ -74,6 +74,9 @@ static MppCodingTypeInfo support_list[] = {
#if HAVE_H265E
{ MPP_CTX_ENC, MPP_VIDEO_CodingHEVC, "enc", "h265", },
#endif
#if HAVE_VP8E
{ MPP_CTX_ENC, MPP_VIDEO_CodingVP8, "enc", "vp8", }
#endif
};
#define check_mpp_ctx(ctx) _check_mpp_ctx(ctx, __FUNCTION__)