Working version of VP8 DCT4x4 in SVP64
authorKonstantinos Margaritis <konstantinos.margaritis@vectorcamp.gr>
Tue, 27 Sep 2022 10:04:49 +0000 (10:04 +0000)
committerKonstantinos Margaritis <konstantinos.margaritis@vectorcamp.gr>
Tue, 27 Sep 2022 10:05:02 +0000 (10:05 +0000)
commit175318267a1bd4480c0efc001d102b9ab1caa849
tree560750c55d80ad05e4804da6a847cd1ac00c941b
parent5d919e97e051ccb10177a9ba43143ce82c694e13
Working version of VP8 DCT4x4 in SVP64
media/video/libvpx/Makefile
media/video/libvpx/include/vp8_rtcd.h [new file with mode: 0644]
media/video/libvpx/vp8_dct4x4_real.c.in [new file with mode: 0644]
media/video/libvpx/vp8_dct4x4_real.s [new file with mode: 0644]
media/video/libvpx/vp8_dct4x4_ref.c [new file with mode: 0644]
media/video/libvpx/vp8_dct4x4_wrappers.c [new file with mode: 0644]
media/video/libvpx/vp8_dct4x4_wrappers.h [new file with mode: 0644]
media/video/libvpx/vp8_fdct4x4_test.cc [new file with mode: 0644]