vp9[loongarch]: Optimize fdct4x4/8x8_lsx
[platform/upstream/libvpx.git] / test / test_rc_interface.cc
1 #include "third_party/googletest/src/include/gtest/gtest.h"
2
3 int main(int argc, char **argv) {
4   ::testing::InitGoogleTest(&argc, argv);
5   return RUN_ALL_TESTS();
6 }