mirror of
https://github.com/openharmony/third_party_astc-encoder.git
synced 2026-06-30 23:07:54 -04:00
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
|
|
||||||
#include "../astcenc.h"
|
#include "//third_party/astc-encoder/Source/astcenc.h"
|
||||||
|
|
||||||
namespace astcenc
|
namespace astcenc
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -23,8 +23,8 @@
|
|||||||
|
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
|
|
||||||
#include "../astcenc_internal.h"
|
#include "//third_party/astc-encoder/Source/astcenc_internal.h"
|
||||||
#include "../astcenc_vecmathlib.h"
|
#include "//third_party/astc-encoder/Source/astcenc_vecmathlib.h"
|
||||||
|
|
||||||
namespace astcenc
|
namespace astcenc
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
|
|
||||||
#include "../astcenc_internal.h"
|
#include "//third_party/astc-encoder/Source/astcenc_internal.h"
|
||||||
|
|
||||||
namespace astcenc
|
namespace astcenc
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -26,9 +26,9 @@
|
|||||||
#define ASTCENC_F16C 1
|
#define ASTCENC_F16C 1
|
||||||
#define ASTCENC_SSE 41
|
#define ASTCENC_SSE 41
|
||||||
|
|
||||||
#include "../Source/astcenc_mathlib.cpp"
|
#include "//third_party/astc-encoder/Source/astcenc_mathlib.cpp"
|
||||||
#include "../Source/astcenc_color_unquantize.cpp"
|
#include "//third_party/astc-encoder/Source/astcenc_color_unquantize.cpp"
|
||||||
#include "../Source/astcenc_decompress_symbolic.cpp"
|
#include "//third_party/astc-encoder/Source/astcenc_decompress_symbolic.cpp"
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user