shithub: libvpx

ref: f8f496fc1f7bd3470271d0a3d74b0828d6e3fcbc
dir: /test/non_greedy_mv_test.cc/

View raw version
/*
 *  Copyright (c) 2019 The WebM project authors. All Rights Reserved.
 *
 *  Use of this source code is governed by a BSD-style license
 *  that can be found in the LICENSE file in the root of the source
 *  tree. An additional intellectual property rights grant can be found
 *  in the file PATENTS.  All contributing project authors may
 *  be found in the AUTHORS file in the root of the source tree.
 */

#include "third_party/googletest/src/include/gtest/gtest.h"
// #include "vp9/encoder/vp9_non_greedy_mv.h"

namespace {
TEST(non_greedy_mv, non_greedy_mv) { printf("Let's test non_greedy_mv"); }
}  // namespace