fed8a1837f
Set on all 16x16 intra/inter modes Features: - Butterfly fDCT/iDCT - Loop filter does not filter internal edges with 16x16 - Optimize coefficient function - Update coefficient probability function - RD - Entropy stats - 16x16 is a config option Have not tested with experiments. hd: 2.60% std-hd: 2.43% yt: 1.32% derf: 0.60% Change-Id: I96fb090517c30c5da84bad4fae602c3ec0c58b1c
11 lines
378 B
Makefile
11 lines
378 B
Makefile
LIBVPX_TEST_SRCS-yes += test.mk
|
|
LIBVPX_TEST_SRCS-yes += acm_random.h
|
|
LIBVPX_TEST_SRCS-yes += boolcoder_test.cc
|
|
LIBVPX_TEST_SRCS-$(CONFIG_TX16X16) += dct16x16_test.cc
|
|
LIBVPX_TEST_SRCS-yes += fdct4x4_test.cc
|
|
LIBVPX_TEST_SRCS-yes += fdct8x8_test.cc
|
|
LIBVPX_TEST_SRCS-yes += idct8x8_test.cc
|
|
LIBVPX_TEST_SRCS-yes += test_libvpx.cc
|
|
|
|
LIBVPX_TEST_DATA-yes += hantro_collage_w352h288.yuv
|