PoC simplified and isolated unit test for libvpx (VP8 & VP9) that uses pypowersim_wrapper
authorKonstantinos Margaritis <konstantinos.margaritis@vectorcamp.gr>
Tue, 20 Sep 2022 20:16:25 +0000 (20:16 +0000)
committerKonstantinos Margaritis <konstantinos.margaritis@vectorcamp.gr>
Tue, 20 Sep 2022 20:16:25 +0000 (20:16 +0000)
commit57b80c915caf03d90f10aeb9221af4e1033a6199
treeabc80b492b140426d1a786066ff1d15c7f55279e
parent8e68e31801751664725dbb4b2c43920640ccb71d
PoC simplified and isolated unit test for libvpx (VP8 & VP9) that uses pypowersim_wrapper
22 files changed:
media/video/libvpx/Makefile [new file with mode: 0644]
media/video/libvpx/include/acm_random.h [new file with mode: 0644]
media/video/libvpx/include/clear_system_state.h [new file with mode: 0644]
media/video/libvpx/include/mem.h [new file with mode: 0644]
media/video/libvpx/include/register_state_check.h [new file with mode: 0644]
media/video/libvpx/include/system_state.h [new file with mode: 0644]
media/video/libvpx/include/variance.h [new file with mode: 0644]
media/video/libvpx/include/vpx_dsp_rtcd.h [new file with mode: 0644]
media/video/libvpx/include/vpx_integer.h [new file with mode: 0644]
media/video/libvpx/include/vpx_mem.h [new file with mode: 0644]
media/video/libvpx/include/vpx_mem_intrnl.h [new file with mode: 0644]
media/video/libvpx/include/vpx_misc.h [new file with mode: 0644]
media/video/libvpx/include/vpx_timer.h [new file with mode: 0644]
media/video/libvpx/test_libvpx.cc [new file with mode: 0644]
media/video/libvpx/variance_ref.c [new file with mode: 0644]
media/video/libvpx/variance_svp64.c [new file with mode: 0644]
media/video/libvpx/variance_svp64_wrappers.c [new file with mode: 0644]
media/video/libvpx/variance_svp64_wrappers.h [new file with mode: 0644]
media/video/libvpx/variance_test.cc [new file with mode: 0644]
media/video/libvpx/variancefuncs_svp64.c.in [new file with mode: 0644]
media/video/libvpx/variancefuncs_svp64.s [new file with mode: 0644]
media/video/libvpx/vpx_mem.c [new file with mode: 0644]