mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-22 04:23:33 +00:00
Switch to Apache-2.0 license
This commit is contained in:
parent
2b93a5e16e
commit
e2b741d977
147 changed files with 2425 additions and 6441 deletions
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2014 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef ASTCENCODER_INCLUDE_ASTCCOMPRESSOR_H_
|
#ifndef ASTCENCODER_INCLUDE_ASTCCOMPRESSOR_H_
|
||||||
#define ASTCENCODER_INCLUDE_ASTCCOMPRESSOR_H_
|
#define ASTCENCODER_INCLUDE_ASTCCOMPRESSOR_H_
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2014 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "FasTC/ASTCCompressor.h"
|
#include "FasTC/ASTCCompressor.h"
|
||||||
|
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2014 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "FasTC/ASTCCompressor.h"
|
#include "FasTC/ASTCCompressor.h"
|
||||||
|
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2014 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef _ASTCENCODER_SRC_INTEGERENCODING_H_
|
#ifndef _ASTCENCODER_SRC_INTEGERENCODING_H_
|
||||||
#define _ASTCENCODER_SRC_INTEGERENCODING_H_
|
#define _ASTCENCODER_SRC_INTEGERENCODING_H_
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2014 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef ASTCENCODER_SRC_UTILS_H_
|
#ifndef ASTCENCODER_SRC_UTILS_H_
|
||||||
#define ASTCENCODER_SRC_UTILS_H_
|
#define ASTCENCODER_SRC_UTILS_H_
|
||||||
|
|
|
@ -1,52 +1,18 @@
|
||||||
# FasTC
|
# Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
# Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
|
||||||
# All rights reserved.
|
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and distribute this software and its
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# documentation for educational, research, and non-profit purposes, without
|
# you may not use this file except in compliance with the License.
|
||||||
# fee, and without a written agreement is hereby granted, provided that the
|
# You may obtain a copy of the License at
|
||||||
# above copyright notice, this paragraph, and the following four paragraphs
|
|
||||||
# appear in all copies.
|
|
||||||
#
|
#
|
||||||
# Permission to incorporate this software into commercial products may be
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# obtained by contacting the authors or the Office of Technology Development
|
|
||||||
# at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
|
||||||
#
|
#
|
||||||
# This software program and documentation are copyrighted by the University of
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# North Carolina at Chapel Hill. The software program and documentation are
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# supplied "as is," without any accompanying services from the University of
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# North Carolina at Chapel Hill or the authors. The University of North
|
# See the License for the specific language governing permissions and
|
||||||
# Carolina at Chapel Hill and the authors do not warrant that the operation of
|
# limitations under the License.
|
||||||
# the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
# that the program was developed for research purposes and is advised not to
|
|
||||||
# rely exclusively on the program for any reason.
|
|
||||||
#
|
|
||||||
# IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
# AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
# OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
# THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
# AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
# DAMAGE.
|
|
||||||
#
|
|
||||||
# THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
# DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
# STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
# AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
# THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
# ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
#
|
#
|
||||||
# Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
# Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
#
|
|
||||||
# The authors may be contacted via:
|
|
||||||
#
|
|
||||||
# Pavel Krajcevski
|
|
||||||
# Dept of Computer Science
|
|
||||||
# 201 S Columbia St
|
|
||||||
# Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
# Chapel Hill, NC 27599-3175
|
|
||||||
# USA
|
|
||||||
#
|
|
||||||
# <http://gamma.cs.unc.edu/FasTC/>
|
# <http://gamma.cs.unc.edu/FasTC/>
|
||||||
|
|
||||||
INCLUDE_DIRECTORIES(${FasTC_SOURCE_DIR}/ASTCEncoder/include)
|
INCLUDE_DIRECTORIES(${FasTC_SOURCE_DIR}/ASTCEncoder/include)
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
|
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2014 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
#include "IntegerEncoding.h"
|
#include "IntegerEncoding.h"
|
||||||
|
|
|
@ -1,43 +1,18 @@
|
||||||
# FasTC
|
# Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
# Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
# you may not use this file except in compliance with the License.
|
||||||
# provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
# You may obtain a copy of the License at
|
||||||
# in all copies.
|
|
||||||
#
|
#
|
||||||
# Permission to incorporate this software into commercial products may be obtained by contacting the
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
|
||||||
#
|
#
|
||||||
# This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# The software program and documentation are supplied "as is," without any accompanying services from the
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
# See the License for the specific language governing permissions and
|
||||||
# end-user understands that the program was developed for research purposes and is advised not to rely
|
# limitations under the License.
|
||||||
# exclusively on the program for any reason.
|
|
||||||
#
|
|
||||||
# IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
# DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
# USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
# AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
#
|
|
||||||
# THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
# BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
# STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
# OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
# ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
#
|
#
|
||||||
# Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
# Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
#
|
|
||||||
# The authors may be contacted via:
|
|
||||||
#
|
|
||||||
# Pavel Krajcevski
|
|
||||||
# Dept of Computer Science
|
|
||||||
# 201 S Columbia St
|
|
||||||
# Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
# Chapel Hill, NC 27599-3175
|
|
||||||
# USA
|
|
||||||
#
|
|
||||||
# <http://gamma.cs.unc.edu/FasTC/>
|
# <http://gamma.cs.unc.edu/FasTC/>
|
||||||
|
|
||||||
IF(NOT "" STREQUAL "${AVPCLLIB_ROOT}")
|
IF(NOT "" STREQUAL "${AVPCLLIB_ROOT}")
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2014 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
// BPTCConfig.h.in -- This file contains variables that are introduced
|
// BPTCConfig.h.in -- This file contains variables that are introduced
|
||||||
// explicitly by the CMake build process.
|
// explicitly by the CMake build process.
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2014 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
// The original lisence from the code available at the following location:
|
// The original lisence from the code available at the following location:
|
||||||
// http://software.intel.com/en-us/vcsource/samples/fast-texture-compression
|
// http://software.intel.com/en-us/vcsource/samples/fast-texture-compression
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef BPTCENCODER_INCLUDE_SHAPES_H_
|
#ifndef BPTCENCODER_INCLUDE_SHAPES_H_
|
||||||
#define BPTCENCODER_INCLUDE_SHAPES_H_
|
#define BPTCENCODER_INCLUDE_SHAPES_H_
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "FasTC/Shapes.h"
|
#include "FasTC/Shapes.h"
|
||||||
|
|
||||||
|
|
|
@ -1,45 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
// you may not use this file except in compliance with the License.
|
||||||
* research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
// You may obtain a copy of the License at
|
||||||
* provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
//
|
||||||
* in all copies.
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
//
|
||||||
* Permission to incorporate this software into commercial products may be obtained by contacting the
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
// See the License for the specific language governing permissions and
|
||||||
* The software program and documentation are supplied "as is," without any accompanying services from the
|
// limitations under the License.
|
||||||
* University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
//
|
||||||
* and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* end-user understands that the program was developed for research purposes and is advised not to rely
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
* OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
// The original lisence from the code available at the following location:
|
// The original lisence from the code available at the following location:
|
||||||
// http://software.intel.com/en-us/vcsource/samples/fast-texture-compression
|
// http://software.intel.com/en-us/vcsource/samples/fast-texture-compression
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "FasTC/BPTCCompressor.h"
|
#include "FasTC/BPTCCompressor.h"
|
||||||
|
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2014 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
// The original lisence from the code available at the following location:
|
// The original lisence from the code available at the following location:
|
||||||
// http://software.intel.com/en-us/vcsource/samples/fast-texture-compression
|
// http://software.intel.com/en-us/vcsource/samples/fast-texture-compression
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
// The original lisence from the code available at the following location:
|
// The original lisence from the code available at the following location:
|
||||||
// http://software.intel.com/en-us/vcsource/samples/fast-texture-compression
|
// http://software.intel.com/en-us/vcsource/samples/fast-texture-compression
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
// The original lisence from the code available at the following location:
|
// The original lisence from the code available at the following location:
|
||||||
// http://software.intel.com/en-us/vcsource/samples/fast-texture-compression
|
// http://software.intel.com/en-us/vcsource/samples/fast-texture-compression
|
||||||
|
|
|
@ -1,45 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
// you may not use this file except in compliance with the License.
|
||||||
* research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
// You may obtain a copy of the License at
|
||||||
* provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
//
|
||||||
* in all copies.
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
//
|
||||||
* Permission to incorporate this software into commercial products may be obtained by contacting the
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
// See the License for the specific language governing permissions and
|
||||||
* The software program and documentation are supplied "as is," without any accompanying services from the
|
// limitations under the License.
|
||||||
* University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
//
|
||||||
* and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* end-user understands that the program was developed for research purposes and is advised not to rely
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
* OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
// The original lisence from the code available at the following location:
|
// The original lisence from the code available at the following location:
|
||||||
// http://software.intel.com/en-us/vcsource/samples/fast-texture-compression
|
// http://software.intel.com/en-us/vcsource/samples/fast-texture-compression
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "FasTC/BPTCCompressor.h"
|
#include "FasTC/BPTCCompressor.h"
|
||||||
#include "FasTC/Shapes.h"
|
#include "FasTC/Shapes.h"
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
//--------------------------------------------------------------------------------------
|
|
||||||
// Copyright 2011 Intel Corporation
|
|
||||||
// All Rights Reserved
|
|
||||||
//
|
|
||||||
// Permission is granted to use, copy, distribute and prepare derivative works of this
|
|
||||||
// software for any purpose and without fee, provided, that the above copyright notice
|
|
||||||
// and this statement appear in all copies. Intel makes no representations about the
|
|
||||||
// suitability of this software for any purpose. THIS SOFTWARE IS PROVIDED "AS IS."
|
|
||||||
// INTEL SPECIFICALLY DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, AND ALL LIABILITY,
|
|
||||||
// INCLUDING CONSEQUENTIAL AND OTHER INDIRECT DAMAGES, FOR THE USE OF THIS SOFTWARE,
|
|
||||||
// INCLUDING LIABILITY FOR INFRINGEMENT OF ANY PROPRIETARY RIGHTS, AND INCLUDING THE
|
|
||||||
// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Intel does not
|
|
||||||
// assume any responsibility for any errors which may appear in this software nor any
|
|
||||||
// responsibility to update it.
|
|
||||||
//
|
|
||||||
//--------------------------------------------------------------------------------------
|
|
|
@ -1,45 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
// you may not use this file except in compliance with the License.
|
||||||
* research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
// You may obtain a copy of the License at
|
||||||
* provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
//
|
||||||
* in all copies.
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
//
|
||||||
* Permission to incorporate this software into commercial products may be obtained by contacting the
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
// See the License for the specific language governing permissions and
|
||||||
* The software program and documentation are supplied "as is," without any accompanying services from the
|
// limitations under the License.
|
||||||
* University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
//
|
||||||
* and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* end-user understands that the program was developed for research purposes and is advised not to rely
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
* OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "ParallelStage.h"
|
#include "ParallelStage.h"
|
||||||
|
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2014 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "FasTC/TexCompTypes.h"
|
#include "FasTC/TexCompTypes.h"
|
||||||
|
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2014 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
// The original lisence from the code available at the following location:
|
// The original lisence from the code available at the following location:
|
||||||
// http://software.intel.com/en-us/vcsource/samples/fast-texture-compression
|
// http://software.intel.com/en-us/vcsource/samples/fast-texture-compression
|
||||||
|
|
|
@ -1,45 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
// you may not use this file except in compliance with the License.
|
||||||
* research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
// You may obtain a copy of the License at
|
||||||
* provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
//
|
||||||
* in all copies.
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
//
|
||||||
* Permission to incorporate this software into commercial products may be obtained by contacting the
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
// See the License for the specific language governing permissions and
|
||||||
* The software program and documentation are supplied "as is," without any accompanying services from the
|
// limitations under the License.
|
||||||
* University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
//
|
||||||
* and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* end-user understands that the program was developed for research purposes and is advised not to rely
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
* OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
// The original lisence from the code available at the following location:
|
// The original lisence from the code available at the following location:
|
||||||
// http://software.intel.com/en-us/vcsource/samples/fast-texture-compression
|
// http://software.intel.com/en-us/vcsource/samples/fast-texture-compression
|
||||||
|
|
|
@ -1,45 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
// you may not use this file except in compliance with the License.
|
||||||
* research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
// You may obtain a copy of the License at
|
||||||
* provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
//
|
||||||
* in all copies.
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
//
|
||||||
* Permission to incorporate this software into commercial products may be obtained by contacting the
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
// See the License for the specific language governing permissions and
|
||||||
* The software program and documentation are supplied "as is," without any accompanying services from the
|
// limitations under the License.
|
||||||
* University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
//
|
||||||
* and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* end-user understands that the program was developed for research purposes and is advised not to rely
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
* OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
// The original lisence from the code available at the following location:
|
// The original lisence from the code available at the following location:
|
||||||
// http://software.intel.com/en-us/vcsource/samples/fast-texture-compression
|
// http://software.intel.com/en-us/vcsource/samples/fast-texture-compression
|
||||||
|
|
|
@ -1,45 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
// you may not use this file except in compliance with the License.
|
||||||
* research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
// You may obtain a copy of the License at
|
||||||
* provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
//
|
||||||
* in all copies.
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
//
|
||||||
* Permission to incorporate this software into commercial products may be obtained by contacting the
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
// See the License for the specific language governing permissions and
|
||||||
* The software program and documentation are supplied "as is," without any accompanying services from the
|
// limitations under the License.
|
||||||
* University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
//
|
||||||
* and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* end-user understands that the program was developed for research purposes and is advised not to rely
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
* OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
// The original lisence from the code available at the following location:
|
// The original lisence from the code available at the following location:
|
||||||
// http://software.intel.com/en-us/vcsource/samples/fast-texture-compression
|
// http://software.intel.com/en-us/vcsource/samples/fast-texture-compression
|
||||||
|
|
|
@ -1,52 +1,18 @@
|
||||||
# FasTC
|
# Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
# Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
|
||||||
# All rights reserved.
|
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and distribute this software and its
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# documentation for educational, research, and non-profit purposes, without
|
# you may not use this file except in compliance with the License.
|
||||||
# fee, and without a written agreement is hereby granted, provided that the
|
# You may obtain a copy of the License at
|
||||||
# above copyright notice, this paragraph, and the following four paragraphs
|
|
||||||
# appear in all copies.
|
|
||||||
#
|
#
|
||||||
# Permission to incorporate this software into commercial products may be
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# obtained by contacting the authors or the Office of Technology Development
|
|
||||||
# at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
|
||||||
#
|
#
|
||||||
# This software program and documentation are copyrighted by the University of
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# North Carolina at Chapel Hill. The software program and documentation are
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# supplied "as is," without any accompanying services from the University of
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# North Carolina at Chapel Hill or the authors. The University of North
|
# See the License for the specific language governing permissions and
|
||||||
# Carolina at Chapel Hill and the authors do not warrant that the operation of
|
# limitations under the License.
|
||||||
# the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
# that the program was developed for research purposes and is advised not to
|
|
||||||
# rely exclusively on the program for any reason.
|
|
||||||
#
|
|
||||||
# IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
# AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
# OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
# THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
# AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
# DAMAGE.
|
|
||||||
#
|
|
||||||
# THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
# DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
# STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
# AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
# THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
# ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
#
|
#
|
||||||
# Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
# Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
#
|
|
||||||
# The authors may be contacted via:
|
|
||||||
#
|
|
||||||
# Pavel Krajcevski
|
|
||||||
# Dept of Computer Science
|
|
||||||
# 201 S Columbia St
|
|
||||||
# Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
# Chapel Hill, NC 27599-3175
|
|
||||||
# USA
|
|
||||||
#
|
|
||||||
# <http://gamma.cs.unc.edu/FasTC/>
|
# <http://gamma.cs.unc.edu/FasTC/>
|
||||||
|
|
||||||
INCLUDE(CheckCXXSourceCompiles)
|
INCLUDE(CheckCXXSourceCompiles)
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2014 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
// Does our compiler support cpp11 types?
|
// Does our compiler support cpp11 types?
|
||||||
#cmakedefine FASTC_BASE_HAS_CPP11_TYPES
|
#cmakedefine FASTC_BASE_HAS_CPP11_TYPES
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
// The original lisence from the code available at the following location:
|
// The original lisence from the code available at the following location:
|
||||||
// http://software.intel.com/en-us/vcsource/samples/fast-texture-compression
|
// http://software.intel.com/en-us/vcsource/samples/fast-texture-compression
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2014 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef __BASE_INCLUDE_BITS_H__
|
#ifndef __BASE_INCLUDE_BITS_H__
|
||||||
#define __BASE_INCLUDE_BITS_H__
|
#define __BASE_INCLUDE_BITS_H__
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef BASE_INCLUDE_COLOR_H_
|
#ifndef BASE_INCLUDE_COLOR_H_
|
||||||
#define BASE_INCLUDE_COLOR_H_
|
#define BASE_INCLUDE_COLOR_H_
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef _BASE_INCLUDE_COMPRESSIONFORMAT_H_
|
#ifndef _BASE_INCLUDE_COMPRESSIONFORMAT_H_
|
||||||
#define _BASE_INCLUDE_COMPRESSIONFORMAT_H_
|
#define _BASE_INCLUDE_COMPRESSIONFORMAT_H_
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2014 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef __COMPRESSION_JOBS_H__
|
#ifndef __COMPRESSION_JOBS_H__
|
||||||
#define __COMPRESSION_JOBS_H__
|
#define __COMPRESSION_JOBS_H__
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef BASE_INCLUDE_IPIXEL_H_
|
#ifndef BASE_INCLUDE_IPIXEL_H_
|
||||||
#define BASE_INCLUDE_IPIXEL_H_
|
#define BASE_INCLUDE_IPIXEL_H_
|
||||||
|
|
|
@ -1,45 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
// you may not use this file except in compliance with the License.
|
||||||
* research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
// You may obtain a copy of the License at
|
||||||
* provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
//
|
||||||
* in all copies.
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
//
|
||||||
* Permission to incorporate this software into commercial products may be obtained by contacting the
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
// See the License for the specific language governing permissions and
|
||||||
* The software program and documentation are supplied "as is," without any accompanying services from the
|
// limitations under the License.
|
||||||
* University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
//
|
||||||
* and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* end-user understands that the program was developed for research purposes and is advised not to rely
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
* OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef FASTC_BASE_INCLUDE_IMAGE_H_
|
#ifndef FASTC_BASE_INCLUDE_IMAGE_H_
|
||||||
#define FASTC_BASE_INCLUDE_IMAGE_H_
|
#define FASTC_BASE_INCLUDE_IMAGE_H_
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef FASTC_BASE_INCLUDE_IMAGEFWD_H_
|
#ifndef FASTC_BASE_INCLUDE_IMAGEFWD_H_
|
||||||
#define FASTC_BASE_INCLUDE_IMAGEFWD_H_
|
#define FASTC_BASE_INCLUDE_IMAGEFWD_H_
|
||||||
|
|
|
@ -1,26 +1,19 @@
|
||||||
/*******************************************************************************
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2014 Pavel Krajcevski
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* This software is provided 'as-is', without any express or implied
|
// you may not use this file except in compliance with the License.
|
||||||
* warranty. In no event will the authors be held liable for any damages
|
// You may obtain a copy of the License at
|
||||||
* arising from the use of this software.
|
//
|
||||||
*
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Permission is granted to anyone to use this software for any purpose,
|
//
|
||||||
* including commercial applications, and to alter it and redistribute it
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* freely, subject to the following restrictions:
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* 1. The origin of this software must not be misrepresented; you must not
|
// See the License for the specific language governing permissions and
|
||||||
* claim that you wrote the original software. If you use this software
|
// limitations under the License.
|
||||||
* in a product, an acknowledgment in the product documentation would be
|
//
|
||||||
* appreciated but is not required.
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
*
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* 2. Altered source versions must be plainly marked as such, and must not be
|
|
||||||
* misrepresented as being the original software.
|
|
||||||
*
|
|
||||||
* 3. This notice may not be removed or altered from any source
|
|
||||||
* distribution.
|
|
||||||
*
|
|
||||||
******************************************************************************/
|
|
||||||
|
|
||||||
#ifndef BASE_INCLUDE_MATRIX2X2_H_
|
#ifndef BASE_INCLUDE_MATRIX2X2_H_
|
||||||
#define BASE_INCLUDE_MATRIX2X2_H_
|
#define BASE_INCLUDE_MATRIX2X2_H_
|
||||||
|
|
|
@ -1,26 +1,19 @@
|
||||||
/*******************************************************************************
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 Pavel Krajcevski
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* This software is provided 'as-is', without any express or implied
|
// you may not use this file except in compliance with the License.
|
||||||
* warranty. In no event will the authors be held liable for any damages
|
// You may obtain a copy of the License at
|
||||||
* arising from the use of this software.
|
//
|
||||||
*
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Permission is granted to anyone to use this software for any purpose,
|
//
|
||||||
* including commercial applications, and to alter it and redistribute it
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* freely, subject to the following restrictions:
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* 1. The origin of this software must not be misrepresented; you must not
|
// See the License for the specific language governing permissions and
|
||||||
* claim that you wrote the original software. If you use this software
|
// limitations under the License.
|
||||||
* in a product, an acknowledgment in the product documentation would be
|
//
|
||||||
* appreciated but is not required.
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
*
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* 2. Altered source versions must be plainly marked as such, and must not be
|
|
||||||
* misrepresented as being the original software.
|
|
||||||
*
|
|
||||||
* 3. This notice may not be removed or altered from any source
|
|
||||||
* distribution.
|
|
||||||
*
|
|
||||||
******************************************************************************/
|
|
||||||
|
|
||||||
#ifndef BASE_INCLUDE_MATRIX3X3_H_
|
#ifndef BASE_INCLUDE_MATRIX3X3_H_
|
||||||
#define BASE_INCLUDE_MATRIX3X3_H_
|
#define BASE_INCLUDE_MATRIX3X3_H_
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2014 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef BASE_INCLUDE_MATRIX4X4_H_
|
#ifndef BASE_INCLUDE_MATRIX4X4_H_
|
||||||
#define BASE_INCLUDE_MATRIX4X4_H_
|
#define BASE_INCLUDE_MATRIX4X4_H_
|
||||||
|
|
|
@ -1,26 +1,19 @@
|
||||||
/*******************************************************************************
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 Pavel Krajcevski
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* This software is provided 'as-is', without any express or implied
|
// you may not use this file except in compliance with the License.
|
||||||
* warranty. In no event will the authors be held liable for any damages
|
// You may obtain a copy of the License at
|
||||||
* arising from the use of this software.
|
//
|
||||||
*
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Permission is granted to anyone to use this software for any purpose,
|
//
|
||||||
* including commercial applications, and to alter it and redistribute it
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* freely, subject to the following restrictions:
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* 1. The origin of this software must not be misrepresented; you must not
|
// See the License for the specific language governing permissions and
|
||||||
* claim that you wrote the original software. If you use this software
|
// limitations under the License.
|
||||||
* in a product, an acknowledgment in the product documentation would be
|
//
|
||||||
* appreciated but is not required.
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
*
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* 2. Altered source versions must be plainly marked as such, and must not be
|
|
||||||
* misrepresented as being the original software.
|
|
||||||
*
|
|
||||||
* 3. This notice may not be removed or altered from any source
|
|
||||||
* distribution.
|
|
||||||
*
|
|
||||||
******************************************************************************/
|
|
||||||
|
|
||||||
#ifndef BASE_INCLUDE_MATRIXBASE_H__
|
#ifndef BASE_INCLUDE_MATRIXBASE_H__
|
||||||
#define BASE_INCLUDE_MATRIXBASE_H__
|
#define BASE_INCLUDE_MATRIXBASE_H__
|
||||||
|
|
|
@ -1,26 +1,19 @@
|
||||||
/*******************************************************************************
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 Pavel Krajcevski
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* This software is provided 'as-is', without any express or implied
|
// you may not use this file except in compliance with the License.
|
||||||
* warranty. In no event will the authors be held liable for any damages
|
// You may obtain a copy of the License at
|
||||||
* arising from the use of this software.
|
//
|
||||||
*
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Permission is granted to anyone to use this software for any purpose,
|
//
|
||||||
* including commercial applications, and to alter it and redistribute it
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* freely, subject to the following restrictions:
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* 1. The origin of this software must not be misrepresented; you must not
|
// See the License for the specific language governing permissions and
|
||||||
* claim that you wrote the original software. If you use this software
|
// limitations under the License.
|
||||||
* in a product, an acknowledgment in the product documentation would be
|
//
|
||||||
* appreciated but is not required.
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
*
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* 2. Altered source versions must be plainly marked as such, and must not be
|
|
||||||
* misrepresented as being the original software.
|
|
||||||
*
|
|
||||||
* 3. This notice may not be removed or altered from any source
|
|
||||||
* distribution.
|
|
||||||
*
|
|
||||||
******************************************************************************/
|
|
||||||
|
|
||||||
#ifndef BASE_INCLUDE_MATRIXSQUARE_H_
|
#ifndef BASE_INCLUDE_MATRIXSQUARE_H_
|
||||||
#define BASE_INCLUDE_MATRIXSQUARE_H_
|
#define BASE_INCLUDE_MATRIXSQUARE_H_
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef BASE_INCLUDE_PIXEL_H_
|
#ifndef BASE_INCLUDE_PIXEL_H_
|
||||||
#define BASE_INCLUDE_PIXEL_H_
|
#define BASE_INCLUDE_PIXEL_H_
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2014 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef BASE_INCLUDE_SCOPEDALLOCATOR_H_
|
#ifndef BASE_INCLUDE_SCOPEDALLOCATOR_H_
|
||||||
#define BASE_INCLUDE_SCOPEDALLOCATOR_H_
|
#define BASE_INCLUDE_SCOPEDALLOCATOR_H_
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2014 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
// This file contains all of the various platform definitions for fixed width integers
|
// This file contains all of the various platform definitions for fixed width integers
|
||||||
// on various platforms.
|
// on various platforms.
|
||||||
|
|
|
@ -1,26 +1,19 @@
|
||||||
/*******************************************************************************
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 Pavel Krajcevski
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* This software is provided 'as-is', without any express or implied
|
// you may not use this file except in compliance with the License.
|
||||||
* warranty. In no event will the authors be held liable for any damages
|
// You may obtain a copy of the License at
|
||||||
* arising from the use of this software.
|
//
|
||||||
*
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Permission is granted to anyone to use this software for any purpose,
|
//
|
||||||
* including commercial applications, and to alter it and redistribute it
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* freely, subject to the following restrictions:
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* 1. The origin of this software must not be misrepresented; you must not
|
// See the License for the specific language governing permissions and
|
||||||
* claim that you wrote the original software. If you use this software
|
// limitations under the License.
|
||||||
* in a product, an acknowledgment in the product documentation would be
|
//
|
||||||
* appreciated but is not required.
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
*
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* 2. Altered source versions must be plainly marked as such, and must not be
|
|
||||||
* misrepresented as being the original software.
|
|
||||||
*
|
|
||||||
* 3. This notice may not be removed or altered from any source
|
|
||||||
* distribution.
|
|
||||||
*
|
|
||||||
******************************************************************************/
|
|
||||||
|
|
||||||
#ifndef BASE_INCLUDE_VECTOR2_H_
|
#ifndef BASE_INCLUDE_VECTOR2_H_
|
||||||
#define BASE_INCLUDE_VECTOR2_H_
|
#define BASE_INCLUDE_VECTOR2_H_
|
||||||
|
|
|
@ -1,26 +1,19 @@
|
||||||
/*******************************************************************************
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 Pavel Krajcevski
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* This software is provided 'as-is', without any express or implied
|
// you may not use this file except in compliance with the License.
|
||||||
* warranty. In no event will the authors be held liable for any damages
|
// You may obtain a copy of the License at
|
||||||
* arising from the use of this software.
|
//
|
||||||
*
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Permission is granted to anyone to use this software for any purpose,
|
//
|
||||||
* including commercial applications, and to alter it and redistribute it
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* freely, subject to the following restrictions:
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* 1. The origin of this software must not be misrepresented; you must not
|
// See the License for the specific language governing permissions and
|
||||||
* claim that you wrote the original software. If you use this software
|
// limitations under the License.
|
||||||
* in a product, an acknowledgment in the product documentation would be
|
//
|
||||||
* appreciated but is not required.
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
*
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* 2. Altered source versions must be plainly marked as such, and must not be
|
|
||||||
* misrepresented as being the original software.
|
|
||||||
*
|
|
||||||
* 3. This notice may not be removed or altered from any source
|
|
||||||
* distribution.
|
|
||||||
*
|
|
||||||
******************************************************************************/
|
|
||||||
|
|
||||||
#ifndef BASE_INCLUDE_VECTOR3_H_
|
#ifndef BASE_INCLUDE_VECTOR3_H_
|
||||||
#define BASE_INCLUDE_VECTOR3_H_
|
#define BASE_INCLUDE_VECTOR3_H_
|
||||||
|
|
|
@ -1,26 +1,19 @@
|
||||||
/*******************************************************************************
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 Pavel Krajcevski
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* This software is provided 'as-is', without any express or implied
|
// you may not use this file except in compliance with the License.
|
||||||
* warranty. In no event will the authors be held liable for any damages
|
// You may obtain a copy of the License at
|
||||||
* arising from the use of this software.
|
//
|
||||||
*
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Permission is granted to anyone to use this software for any purpose,
|
//
|
||||||
* including commercial applications, and to alter it and redistribute it
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* freely, subject to the following restrictions:
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* 1. The origin of this software must not be misrepresented; you must not
|
// See the License for the specific language governing permissions and
|
||||||
* claim that you wrote the original software. If you use this software
|
// limitations under the License.
|
||||||
* in a product, an acknowledgment in the product documentation would be
|
//
|
||||||
* appreciated but is not required.
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
*
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* 2. Altered source versions must be plainly marked as such, and must not be
|
|
||||||
* misrepresented as being the original software.
|
|
||||||
*
|
|
||||||
* 3. This notice may not be removed or altered from any source
|
|
||||||
* distribution.
|
|
||||||
*
|
|
||||||
******************************************************************************/
|
|
||||||
|
|
||||||
#ifndef BASE_INCLUDE_VECTOR4_H_
|
#ifndef BASE_INCLUDE_VECTOR4_H_
|
||||||
#define BASE_INCLUDE_VECTOR4_H_
|
#define BASE_INCLUDE_VECTOR4_H_
|
||||||
|
|
|
@ -1,26 +1,19 @@
|
||||||
/*******************************************************************************
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 Pavel Krajcevski
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* This software is provided 'as-is', without any express or implied
|
// you may not use this file except in compliance with the License.
|
||||||
* warranty. In no event will the authors be held liable for any damages
|
// You may obtain a copy of the License at
|
||||||
* arising from the use of this software.
|
//
|
||||||
*
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* Permission is granted to anyone to use this software for any purpose,
|
//
|
||||||
* including commercial applications, and to alter it and redistribute it
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* freely, subject to the following restrictions:
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* 1. The origin of this software must not be misrepresented; you must not
|
// See the License for the specific language governing permissions and
|
||||||
* claim that you wrote the original software. If you use this software
|
// limitations under the License.
|
||||||
* in a product, an acknowledgment in the product documentation would be
|
//
|
||||||
* appreciated but is not required.
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
*
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* 2. Altered source versions must be plainly marked as such, and must not be
|
|
||||||
* misrepresented as being the original software.
|
|
||||||
*
|
|
||||||
* 3. This notice may not be removed or altered from any source
|
|
||||||
* distribution.
|
|
||||||
*
|
|
||||||
******************************************************************************/
|
|
||||||
|
|
||||||
#ifndef BASE_INCLUDE_VECTORBASE_H_
|
#ifndef BASE_INCLUDE_VECTORBASE_H_
|
||||||
#define BASE_INCLUDE_VECTORBASE_H_
|
#define BASE_INCLUDE_VECTORBASE_H_
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "FasTC/Color.h"
|
#include "FasTC/Color.h"
|
||||||
|
|
||||||
|
|
|
@ -1,45 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
// you may not use this file except in compliance with the License.
|
||||||
* research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
// You may obtain a copy of the License at
|
||||||
* provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
//
|
||||||
* in all copies.
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
//
|
||||||
* Permission to incorporate this software into commercial products may be obtained by contacting the
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
// See the License for the specific language governing permissions and
|
||||||
* The software program and documentation are supplied "as is," without any accompanying services from the
|
// limitations under the License.
|
||||||
* University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
//
|
||||||
* and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* end-user understands that the program was developed for research purposes and is advised not to rely
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
* OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "FasTC/CompressionJob.h"
|
#include "FasTC/CompressionJob.h"
|
||||||
|
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "FasTC/Pixel.h"
|
#include "FasTC/Pixel.h"
|
||||||
#include "FasTC/IPixel.h"
|
#include "FasTC/IPixel.h"
|
||||||
|
|
|
@ -1,45 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
// you may not use this file except in compliance with the License.
|
||||||
* research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
// You may obtain a copy of the License at
|
||||||
* provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
//
|
||||||
* in all copies.
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
//
|
||||||
* Permission to incorporate this software into commercial products may be obtained by contacting the
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
// See the License for the specific language governing permissions and
|
||||||
* The software program and documentation are supplied "as is," without any accompanying services from the
|
// limitations under the License.
|
||||||
* University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
//
|
||||||
* and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* end-user understands that the program was developed for research purposes and is advised not to rely
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
* OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "FasTC/Image.h"
|
#include "FasTC/Image.h"
|
||||||
|
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "FasTC/Pixel.h"
|
#include "FasTC/Pixel.h"
|
||||||
|
|
||||||
|
|
|
@ -1,52 +1,18 @@
|
||||||
# FasTC
|
# Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
# Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
|
||||||
# All rights reserved.
|
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and distribute this software and its
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# documentation for educational, research, and non-profit purposes, without
|
# you may not use this file except in compliance with the License.
|
||||||
# fee, and without a written agreement is hereby granted, provided that the
|
# You may obtain a copy of the License at
|
||||||
# above copyright notice, this paragraph, and the following four paragraphs
|
|
||||||
# appear in all copies.
|
|
||||||
#
|
#
|
||||||
# Permission to incorporate this software into commercial products may be
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# obtained by contacting the authors or the Office of Technology Development
|
|
||||||
# at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
|
||||||
#
|
#
|
||||||
# This software program and documentation are copyrighted by the University of
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# North Carolina at Chapel Hill. The software program and documentation are
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# supplied "as is," without any accompanying services from the University of
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# North Carolina at Chapel Hill or the authors. The University of North
|
# See the License for the specific language governing permissions and
|
||||||
# Carolina at Chapel Hill and the authors do not warrant that the operation of
|
# limitations under the License.
|
||||||
# the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
# that the program was developed for research purposes and is advised not to
|
|
||||||
# rely exclusively on the program for any reason.
|
|
||||||
#
|
|
||||||
# IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
# AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
# OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
# THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
# AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
# DAMAGE.
|
|
||||||
#
|
|
||||||
# THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
# DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
# STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
# AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
# THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
# ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
#
|
#
|
||||||
# Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
# Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
#
|
|
||||||
# The authors may be contacted via:
|
|
||||||
#
|
|
||||||
# Pavel Krajcevski
|
|
||||||
# Dept of Computer Science
|
|
||||||
# 201 S Columbia St
|
|
||||||
# Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
# Chapel Hill, NC 27599-3175
|
|
||||||
# USA
|
|
||||||
#
|
|
||||||
# <http://gamma.cs.unc.edu/FasTC/>
|
# <http://gamma.cs.unc.edu/FasTC/>
|
||||||
|
|
||||||
INCLUDE_DIRECTORIES(${FasTC_SOURCE_DIR}/Base/include )
|
INCLUDE_DIRECTORIES(${FasTC_SOURCE_DIR}/Base/include )
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
#include "Pixel.h"
|
#include "Pixel.h"
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2014 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
#include "FasTC/Bits.h"
|
#include "FasTC/Bits.h"
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
#include "FasTC/Color.h"
|
#include "FasTC/Color.h"
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
#include "FasTC/Color.h"
|
#include "FasTC/Color.h"
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2014 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
#include "FasTC/MatrixBase.h"
|
#include "FasTC/MatrixBase.h"
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
#include "FasTC/Pixel.h"
|
#include "FasTC/Pixel.h"
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2014 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
#include "FasTC/VectorBase.h"
|
#include "FasTC/VectorBase.h"
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef PVRTCENCODER_TEST_TESTUTILS_H_
|
#ifndef PVRTCENCODER_TEST_TESTUTILS_H_
|
||||||
#define PVRTCENCODER_TEST_TESTUTILS_H_
|
#define PVRTCENCODER_TEST_TESTUTILS_H_
|
||||||
|
|
|
@ -1,43 +1,18 @@
|
||||||
# FasTC
|
# Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
# Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
# you may not use this file except in compliance with the License.
|
||||||
# provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
# You may obtain a copy of the License at
|
||||||
# in all copies.
|
|
||||||
#
|
#
|
||||||
# Permission to incorporate this software into commercial products may be obtained by contacting the
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
|
||||||
#
|
#
|
||||||
# This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# The software program and documentation are supplied "as is," without any accompanying services from the
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
# See the License for the specific language governing permissions and
|
||||||
# end-user understands that the program was developed for research purposes and is advised not to rely
|
# limitations under the License.
|
||||||
# exclusively on the program for any reason.
|
|
||||||
#
|
|
||||||
# IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
# DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
# USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
# AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
#
|
|
||||||
# THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
# BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
# STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
# OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
# ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
#
|
#
|
||||||
# Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
# Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
#
|
|
||||||
# The authors may be contacted via:
|
|
||||||
#
|
|
||||||
# Pavel Krajcevski
|
|
||||||
# Dept of Computer Science
|
|
||||||
# 201 S Columbia St
|
|
||||||
# Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
# Chapel Hill, NC 27599-3175
|
|
||||||
# USA
|
|
||||||
#
|
|
||||||
# <http://gamma.cs.unc.edu/FasTC/>
|
# <http://gamma.cs.unc.edu/FasTC/>
|
||||||
|
|
||||||
INCLUDE_DIRECTORIES( ${FasTC_SOURCE_DIR}/Base/include )
|
INCLUDE_DIRECTORIES( ${FasTC_SOURCE_DIR}/Base/include )
|
||||||
|
|
|
@ -1,45 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
// you may not use this file except in compliance with the License.
|
||||||
* research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
// You may obtain a copy of the License at
|
||||||
* provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
//
|
||||||
* in all copies.
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
//
|
||||||
* Permission to incorporate this software into commercial products may be obtained by contacting the
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
// See the License for the specific language governing permissions and
|
||||||
* The software program and documentation are supplied "as is," without any accompanying services from the
|
// limitations under the License.
|
||||||
* University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
//
|
||||||
* and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* end-user understands that the program was developed for research purposes and is advised not to rely
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
* OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#define _CRT_SECURE_NO_WARNINGS
|
#define _CRT_SECURE_NO_WARNINGS
|
||||||
|
|
||||||
|
|
|
@ -1,45 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
// you may not use this file except in compliance with the License.
|
||||||
* research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
// You may obtain a copy of the License at
|
||||||
* provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
//
|
||||||
* in all copies.
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
//
|
||||||
* Permission to incorporate this software into commercial products may be obtained by contacting the
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
// See the License for the specific language governing permissions and
|
||||||
* The software program and documentation are supplied "as is," without any accompanying services from the
|
// limitations under the License.
|
||||||
* University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
//
|
||||||
* and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* end-user understands that the program was developed for research purposes and is advised not to rely
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
* OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#define _CRT_SECURE_NO_WARNINGS
|
#define _CRT_SECURE_NO_WARNINGS
|
||||||
|
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#define _CRT_SECURE_NO_WARNINGS
|
#define _CRT_SECURE_NO_WARNINGS
|
||||||
#define WIN32_LEAN_AND_MEAN
|
#define WIN32_LEAN_AND_MEAN
|
||||||
|
|
|
@ -1,52 +1,18 @@
|
||||||
# FasTC
|
# Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
# Copyright (c) 2014 University of North Carolina at Chapel Hill.
|
|
||||||
# All rights reserved.
|
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and distribute this software and its
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# documentation for educational, research, and non-profit purposes, without
|
# you may not use this file except in compliance with the License.
|
||||||
# fee, and without a written agreement is hereby granted, provided that the
|
# You may obtain a copy of the License at
|
||||||
# above copyright notice, this paragraph, and the following four paragraphs
|
|
||||||
# appear in all copies.
|
|
||||||
#
|
#
|
||||||
# Permission to incorporate this software into commercial products may be
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# obtained by contacting the authors or the Office of Technology Development
|
|
||||||
# at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
|
||||||
#
|
#
|
||||||
# This software program and documentation are copyrighted by the University of
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# North Carolina at Chapel Hill. The software program and documentation are
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# supplied "as is," without any accompanying services from the University of
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# North Carolina at Chapel Hill or the authors. The University of North
|
# See the License for the specific language governing permissions and
|
||||||
# Carolina at Chapel Hill and the authors do not warrant that the operation of
|
# limitations under the License.
|
||||||
# the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
# that the program was developed for research purposes and is advised not to
|
|
||||||
# rely exclusively on the program for any reason.
|
|
||||||
#
|
|
||||||
# IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
# AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
# OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
# THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
# AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
# DAMAGE.
|
|
||||||
#
|
|
||||||
# THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
# DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
# STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
# AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
# THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
# ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
#
|
#
|
||||||
# Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
# Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
#
|
|
||||||
# The authors may be contacted via:
|
|
||||||
#
|
|
||||||
# Pavel Krajcevski
|
|
||||||
# Dept of Computer Science
|
|
||||||
# 201 S Columbia St
|
|
||||||
# Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
# Chapel Hill, NC 27599-3175
|
|
||||||
# USA
|
|
||||||
#
|
|
||||||
# <http://gamma.cs.unc.edu/FasTC/>
|
# <http://gamma.cs.unc.edu/FasTC/>
|
||||||
|
|
||||||
CMAKE_MINIMUM_REQUIRED(VERSION 3.1 FATAL_ERROR)
|
CMAKE_MINIMUM_REQUIRED(VERSION 3.1 FATAL_ERROR)
|
||||||
|
|
|
@ -1,3 +1,20 @@
|
||||||
|
# Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
#
|
||||||
|
# Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
|
# <http://gamma.cs.unc.edu/FasTC/>
|
||||||
|
|
||||||
SET(FASTC_VERSION @FasTC_VERSION@)
|
SET(FASTC_VERSION @FasTC_VERSION@)
|
||||||
|
|
||||||
@PACKAGE_INIT@
|
@PACKAGE_INIT@
|
||||||
|
|
|
@ -1,3 +1,20 @@
|
||||||
|
# Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
#
|
||||||
|
# Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
|
# <http://gamma.cs.unc.edu/FasTC/>
|
||||||
|
|
||||||
SET(PACKAGE_VERSION "@FasTC_VERSION@")
|
SET(PACKAGE_VERSION "@FasTC_VERSION@")
|
||||||
|
|
||||||
# Check whether the requested PACKAGE_FIND_VERSION is compatible
|
# Check whether the requested PACKAGE_FIND_VERSION is compatible
|
||||||
|
|
|
@ -1,52 +1,18 @@
|
||||||
# FasTC
|
# Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
# Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
|
||||||
# All rights reserved.
|
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and distribute this software and its
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# documentation for educational, research, and non-profit purposes, without
|
# you may not use this file except in compliance with the License.
|
||||||
# fee, and without a written agreement is hereby granted, provided that the
|
# You may obtain a copy of the License at
|
||||||
# above copyright notice, this paragraph, and the following four paragraphs
|
|
||||||
# appear in all copies.
|
|
||||||
#
|
#
|
||||||
# Permission to incorporate this software into commercial products may be
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# obtained by contacting the authors or the Office of Technology Development
|
|
||||||
# at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
|
||||||
#
|
#
|
||||||
# This software program and documentation are copyrighted by the University of
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# North Carolina at Chapel Hill. The software program and documentation are
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# supplied "as is," without any accompanying services from the University of
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# North Carolina at Chapel Hill or the authors. The University of North
|
# See the License for the specific language governing permissions and
|
||||||
# Carolina at Chapel Hill and the authors do not warrant that the operation of
|
# limitations under the License.
|
||||||
# the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
# that the program was developed for research purposes and is advised not to
|
|
||||||
# rely exclusively on the program for any reason.
|
|
||||||
#
|
|
||||||
# IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
# AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
# OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
# THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
# AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
# DAMAGE.
|
|
||||||
#
|
|
||||||
# THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
# DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
# STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
# AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
# THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
# ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
#
|
#
|
||||||
# Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
# Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
#
|
|
||||||
# The authors may be contacted via:
|
|
||||||
#
|
|
||||||
# Pavel Krajcevski
|
|
||||||
# Dept of Computer Science
|
|
||||||
# 201 S Columbia St
|
|
||||||
# Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
# Chapel Hill, NC 27599-3175
|
|
||||||
# USA
|
|
||||||
#
|
|
||||||
# <http://gamma.cs.unc.edu/FasTC/>
|
# <http://gamma.cs.unc.edu/FasTC/>
|
||||||
|
|
||||||
# - Try to find libPVRTexLib
|
# - Try to find libPVRTexLib
|
||||||
|
|
|
@ -1,52 +1,18 @@
|
||||||
# FasTC
|
# Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
# Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
|
||||||
# All rights reserved.
|
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and distribute this software and its
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# documentation for educational, research, and non-profit purposes, without
|
# you may not use this file except in compliance with the License.
|
||||||
# fee, and without a written agreement is hereby granted, provided that the
|
# You may obtain a copy of the License at
|
||||||
# above copyright notice, this paragraph, and the following four paragraphs
|
|
||||||
# appear in all copies.
|
|
||||||
#
|
#
|
||||||
# Permission to incorporate this software into commercial products may be
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# obtained by contacting the authors or the Office of Technology Development
|
|
||||||
# at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
|
||||||
#
|
#
|
||||||
# This software program and documentation are copyrighted by the University of
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# North Carolina at Chapel Hill. The software program and documentation are
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# supplied "as is," without any accompanying services from the University of
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# North Carolina at Chapel Hill or the authors. The University of North
|
# See the License for the specific language governing permissions and
|
||||||
# Carolina at Chapel Hill and the authors do not warrant that the operation of
|
# limitations under the License.
|
||||||
# the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
# that the program was developed for research purposes and is advised not to
|
|
||||||
# rely exclusively on the program for any reason.
|
|
||||||
#
|
|
||||||
# IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
# AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
# OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
# THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
# AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
# DAMAGE.
|
|
||||||
#
|
|
||||||
# THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
# DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
# STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
# AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
# THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
# ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
#
|
#
|
||||||
# Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
# Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
#
|
|
||||||
# The authors may be contacted via:
|
|
||||||
#
|
|
||||||
# Pavel Krajcevski
|
|
||||||
# Dept of Computer Science
|
|
||||||
# 201 S Columbia St
|
|
||||||
# Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
# Chapel Hill, NC 27599-3175
|
|
||||||
# USA
|
|
||||||
#
|
|
||||||
# <http://gamma.cs.unc.edu/FasTC/>
|
# <http://gamma.cs.unc.edu/FasTC/>
|
||||||
|
|
||||||
# - Try to find libPVRTexLib
|
# - Try to find libPVRTexLib
|
||||||
|
|
|
@ -1,43 +1,18 @@
|
||||||
# FasTC
|
# Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
# Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
# you may not use this file except in compliance with the License.
|
||||||
# provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
# You may obtain a copy of the License at
|
||||||
# in all copies.
|
|
||||||
#
|
#
|
||||||
# Permission to incorporate this software into commercial products may be obtained by contacting the
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
|
||||||
#
|
#
|
||||||
# This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# The software program and documentation are supplied "as is," without any accompanying services from the
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
# See the License for the specific language governing permissions and
|
||||||
# end-user understands that the program was developed for research purposes and is advised not to rely
|
# limitations under the License.
|
||||||
# exclusively on the program for any reason.
|
|
||||||
#
|
|
||||||
# IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
# DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
# USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
# AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
#
|
|
||||||
# THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
# BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
# STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
# OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
# ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
#
|
#
|
||||||
# Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
# Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
#
|
|
||||||
# The authors may be contacted via:
|
|
||||||
#
|
|
||||||
# Pavel Krajcevski
|
|
||||||
# Dept of Computer Science
|
|
||||||
# 201 S Columbia St
|
|
||||||
# Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
# Chapel Hill, NC 27599-3175
|
|
||||||
# USA
|
|
||||||
#
|
|
||||||
# <http://gamma.cs.unc.edu/FasTC/>
|
# <http://gamma.cs.unc.edu/FasTC/>
|
||||||
|
|
||||||
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_LIST_DIR})
|
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_LIST_DIR})
|
||||||
|
|
|
@ -1,52 +1,18 @@
|
||||||
# FasTC
|
# Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
# Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
|
||||||
# All rights reserved.
|
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and distribute this software and its
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# documentation for educational, research, and non-profit purposes, without
|
# you may not use this file except in compliance with the License.
|
||||||
# fee, and without a written agreement is hereby granted, provided that the
|
# You may obtain a copy of the License at
|
||||||
# above copyright notice, this paragraph, and the following four paragraphs
|
|
||||||
# appear in all copies.
|
|
||||||
#
|
#
|
||||||
# Permission to incorporate this software into commercial products may be
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# obtained by contacting the authors or the Office of Technology Development
|
|
||||||
# at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
|
||||||
#
|
#
|
||||||
# This software program and documentation are copyrighted by the University of
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# North Carolina at Chapel Hill. The software program and documentation are
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# supplied "as is," without any accompanying services from the University of
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# North Carolina at Chapel Hill or the authors. The University of North
|
# See the License for the specific language governing permissions and
|
||||||
# Carolina at Chapel Hill and the authors do not warrant that the operation of
|
# limitations under the License.
|
||||||
# the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
# that the program was developed for research purposes and is advised not to
|
|
||||||
# rely exclusively on the program for any reason.
|
|
||||||
#
|
|
||||||
# IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
# AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
# OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
# THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
# AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
# DAMAGE.
|
|
||||||
#
|
|
||||||
# THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
# DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
# STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
# AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
# THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
# ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
#
|
#
|
||||||
# Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
# Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
#
|
|
||||||
# The authors may be contacted via:
|
|
||||||
#
|
|
||||||
# Pavel Krajcevski
|
|
||||||
# Dept of Computer Science
|
|
||||||
# 201 S Columbia St
|
|
||||||
# Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
# Chapel Hill, NC 27599-3175
|
|
||||||
# USA
|
|
||||||
#
|
|
||||||
# <http://gamma.cs.unc.edu/FasTC/>
|
# <http://gamma.cs.unc.edu/FasTC/>
|
||||||
|
|
||||||
SET( SOURCES
|
SET( SOURCES
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2015 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef _COMPRESSED_IMAGE_H_
|
#ifndef _COMPRESSED_IMAGE_H_
|
||||||
#define _COMPRESSED_IMAGE_H_
|
#define _COMPRESSED_IMAGE_H_
|
||||||
|
|
|
@ -1,45 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
// you may not use this file except in compliance with the License.
|
||||||
* research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
// You may obtain a copy of the License at
|
||||||
* provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
//
|
||||||
* in all copies.
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
//
|
||||||
* Permission to incorporate this software into commercial products may be obtained by contacting the
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
// See the License for the specific language governing permissions and
|
||||||
* The software program and documentation are supplied "as is," without any accompanying services from the
|
// limitations under the License.
|
||||||
* University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
//
|
||||||
* and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* end-user understands that the program was developed for research purposes and is advised not to rely
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
* OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef __REFERENCE_COUNTER_H__
|
#ifndef __REFERENCE_COUNTER_H__
|
||||||
#define __REFERENCE_COUNTER_H__
|
#define __REFERENCE_COUNTER_H__
|
||||||
|
|
|
@ -1,45 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
// you may not use this file except in compliance with the License.
|
||||||
* research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
// You may obtain a copy of the License at
|
||||||
* provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
//
|
||||||
* in all copies.
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
//
|
||||||
* Permission to incorporate this software into commercial products may be obtained by contacting the
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
// See the License for the specific language governing permissions and
|
||||||
* The software program and documentation are supplied "as is," without any accompanying services from the
|
// limitations under the License.
|
||||||
* University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
//
|
||||||
* and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* end-user understands that the program was developed for research purposes and is advised not to rely
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
* OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
// The original lisence from the code available at the following location:
|
// The original lisence from the code available at the following location:
|
||||||
// http://software.intel.com/en-us/vcsource/samples/fast-texture-compression
|
// http://software.intel.com/en-us/vcsource/samples/fast-texture-compression
|
||||||
|
|
|
@ -1,45 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
// you may not use this file except in compliance with the License.
|
||||||
* research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
// You may obtain a copy of the License at
|
||||||
* provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
//
|
||||||
* in all copies.
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
//
|
||||||
* Permission to incorporate this software into commercial products may be obtained by contacting the
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
// See the License for the specific language governing permissions and
|
||||||
* The software program and documentation are supplied "as is," without any accompanying services from the
|
// limitations under the License.
|
||||||
* University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
//
|
||||||
* and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* end-user understands that the program was developed for research purposes and is advised not to rely
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
* OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef _TEX_COMP_H_
|
#ifndef _TEX_COMP_H_
|
||||||
#define _TEX_COMP_H_
|
#define _TEX_COMP_H_
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef CORE_INCLUDE_THREADSAFESTREAMBUF_H_
|
#ifndef CORE_INCLUDE_THREADSAFESTREAMBUF_H_
|
||||||
#define CORE_INCLUDE_THREADSAFESTREAMBUF_H_
|
#define CORE_INCLUDE_THREADSAFESTREAMBUF_H_
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2014 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "FasTC/CompressedImage.h"
|
#include "FasTC/CompressedImage.h"
|
||||||
|
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef CORE_SRC_COMPRESSIONFUNCS_H_
|
#ifndef CORE_SRC_COMPRESSIONFUNCS_H_
|
||||||
#define CORE_SRC_COMPRESSIONFUNCS_H_
|
#define CORE_SRC_COMPRESSIONFUNCS_H_
|
||||||
|
|
|
@ -1,45 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
// you may not use this file except in compliance with the License.
|
||||||
* research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
// You may obtain a copy of the License at
|
||||||
* provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
//
|
||||||
* in all copies.
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
//
|
||||||
* Permission to incorporate this software into commercial products may be obtained by contacting the
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
// See the License for the specific language governing permissions and
|
||||||
* The software program and documentation are supplied "as is," without any accompanying services from the
|
// limitations under the License.
|
||||||
* University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
//
|
||||||
* and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* end-user understands that the program was developed for research purposes and is advised not to rely
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
* OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "FasTC/StopWatch.h"
|
#include "FasTC/StopWatch.h"
|
||||||
#include "FasTC/TexCompTypes.h"
|
#include "FasTC/TexCompTypes.h"
|
||||||
|
|
|
@ -1,45 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
// you may not use this file except in compliance with the License.
|
||||||
* research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
// You may obtain a copy of the License at
|
||||||
* provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
//
|
||||||
* in all copies.
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
//
|
||||||
* Permission to incorporate this software into commercial products may be obtained by contacting the
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
// See the License for the specific language governing permissions and
|
||||||
* The software program and documentation are supplied "as is," without any accompanying services from the
|
// limitations under the License.
|
||||||
* University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
//
|
||||||
* and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* end-user understands that the program was developed for research purposes and is advised not to rely
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
* OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "FasTC/StopWatch.h"
|
#include "FasTC/StopWatch.h"
|
||||||
#include "FasTC/TexCompTypes.h"
|
#include "FasTC/TexCompTypes.h"
|
||||||
|
|
|
@ -1,45 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
// you may not use this file except in compliance with the License.
|
||||||
* research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
// You may obtain a copy of the License at
|
||||||
* provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
//
|
||||||
* in all copies.
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
//
|
||||||
* Permission to incorporate this software into commercial products may be obtained by contacting the
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
// See the License for the specific language governing permissions and
|
||||||
* The software program and documentation are supplied "as is," without any accompanying services from the
|
// limitations under the License.
|
||||||
* University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
//
|
||||||
* and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* end-user understands that the program was developed for research purposes and is advised not to rely
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
* OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
// The original lisence from the code available at the following location:
|
// The original lisence from the code available at the following location:
|
||||||
// http://software.intel.com/en-us/vcsource/samples/fast-texture-compression
|
// http://software.intel.com/en-us/vcsource/samples/fast-texture-compression
|
||||||
|
|
|
@ -1,45 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
// you may not use this file except in compliance with the License.
|
||||||
* research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
// You may obtain a copy of the License at
|
||||||
* provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
//
|
||||||
* in all copies.
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
//
|
||||||
* Permission to incorporate this software into commercial products may be obtained by contacting the
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
// See the License for the specific language governing permissions and
|
||||||
* The software program and documentation are supplied "as is," without any accompanying services from the
|
// limitations under the License.
|
||||||
* University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
//
|
||||||
* and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* end-user understands that the program was developed for research purposes and is advised not to rely
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
* OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "FasTC/TexComp.h"
|
#include "FasTC/TexComp.h"
|
||||||
|
|
||||||
|
|
|
@ -1,45 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
// you may not use this file except in compliance with the License.
|
||||||
* research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
// You may obtain a copy of the License at
|
||||||
* provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
//
|
||||||
* in all copies.
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
//
|
||||||
* Permission to incorporate this software into commercial products may be obtained by contacting the
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
// See the License for the specific language governing permissions and
|
||||||
* The software program and documentation are supplied "as is," without any accompanying services from the
|
// limitations under the License.
|
||||||
* University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
//
|
||||||
* and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* end-user understands that the program was developed for research purposes and is advised not to rely
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
* OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "Thread.h"
|
#include "Thread.h"
|
||||||
|
|
||||||
|
|
|
@ -1,45 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
// you may not use this file except in compliance with the License.
|
||||||
* research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
// You may obtain a copy of the License at
|
||||||
* provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
//
|
||||||
* in all copies.
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
//
|
||||||
* Permission to incorporate this software into commercial products may be obtained by contacting the
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
// See the License for the specific language governing permissions and
|
||||||
* The software program and documentation are supplied "as is," without any accompanying services from the
|
// limitations under the License.
|
||||||
* University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
//
|
||||||
* and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* end-user understands that the program was developed for research purposes and is advised not to rely
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
* OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef __TEX_COMP_THREAD_H__
|
#ifndef __TEX_COMP_THREAD_H__
|
||||||
#define __TEX_COMP_THREAD_H__
|
#define __TEX_COMP_THREAD_H__
|
||||||
|
|
|
@ -1,45 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
// you may not use this file except in compliance with the License.
|
||||||
* research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
// You may obtain a copy of the License at
|
||||||
* provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
//
|
||||||
* in all copies.
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
//
|
||||||
* Permission to incorporate this software into commercial products may be obtained by contacting the
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
// See the License for the specific language governing permissions and
|
||||||
* The software program and documentation are supplied "as is," without any accompanying services from the
|
// limitations under the License.
|
||||||
* University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
//
|
||||||
* and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* end-user understands that the program was developed for research purposes and is advised not to rely
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
* OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "ThreadGroup.h"
|
#include "ThreadGroup.h"
|
||||||
#include "FasTC/BPTCCompressor.h"
|
#include "FasTC/BPTCCompressor.h"
|
||||||
|
|
|
@ -1,45 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
// you may not use this file except in compliance with the License.
|
||||||
* research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
// You may obtain a copy of the License at
|
||||||
* provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
//
|
||||||
* in all copies.
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
//
|
||||||
* Permission to incorporate this software into commercial products may be obtained by contacting the
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
// See the License for the specific language governing permissions and
|
||||||
* The software program and documentation are supplied "as is," without any accompanying services from the
|
// limitations under the License.
|
||||||
* University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
//
|
||||||
* and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* end-user understands that the program was developed for research purposes and is advised not to rely
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
* OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef _THREAD_GROUP_H_
|
#ifndef _THREAD_GROUP_H_
|
||||||
#define _THREAD_GROUP_H_
|
#define _THREAD_GROUP_H_
|
||||||
|
|
|
@ -1,45 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
// you may not use this file except in compliance with the License.
|
||||||
* research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
// You may obtain a copy of the License at
|
||||||
* provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
//
|
||||||
* in all copies.
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
//
|
||||||
* Permission to incorporate this software into commercial products may be obtained by contacting the
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
// See the License for the specific language governing permissions and
|
||||||
* The software program and documentation are supplied "as is," without any accompanying services from the
|
// limitations under the License.
|
||||||
* University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
//
|
||||||
* and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* end-user understands that the program was developed for research purposes and is advised not to rely
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
* OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "Thread.h"
|
#include "Thread.h"
|
||||||
|
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "FasTC/ThreadSafeStreambuf.h"
|
#include "FasTC/ThreadSafeStreambuf.h"
|
||||||
|
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "Thread.h"
|
#include "Thread.h"
|
||||||
|
|
||||||
|
|
|
@ -1,45 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
// you may not use this file except in compliance with the License.
|
||||||
* research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
// You may obtain a copy of the License at
|
||||||
* provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
//
|
||||||
* in all copies.
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
//
|
||||||
* Permission to incorporate this software into commercial products may be obtained by contacting the
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
// See the License for the specific language governing permissions and
|
||||||
* The software program and documentation are supplied "as is," without any accompanying services from the
|
// limitations under the License.
|
||||||
* University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
//
|
||||||
* and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* end-user understands that the program was developed for research purposes and is advised not to rely
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
* OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "WorkerQueue.h"
|
#include "WorkerQueue.h"
|
||||||
|
|
||||||
|
|
|
@ -1,45 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
//
|
||||||
*
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
// you may not use this file except in compliance with the License.
|
||||||
* research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
// You may obtain a copy of the License at
|
||||||
* provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
//
|
||||||
* in all copies.
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
//
|
||||||
* Permission to incorporate this software into commercial products may be obtained by contacting the
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
* authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
// See the License for the specific language governing permissions and
|
||||||
* The software program and documentation are supplied "as is," without any accompanying services from the
|
// limitations under the License.
|
||||||
* University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
//
|
||||||
* and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* end-user understands that the program was developed for research purposes and is advised not to rely
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
* DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
* USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
* OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef __TEXCOMP_WORKDER_QUEUE_H__
|
#ifndef __TEXCOMP_WORKDER_QUEUE_H__
|
||||||
#define __TEXCOMP_WORKDER_QUEUE_H__
|
#define __TEXCOMP_WORKDER_QUEUE_H__
|
||||||
|
|
|
@ -1,43 +1,18 @@
|
||||||
# FasTC
|
# Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
# Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
# you may not use this file except in compliance with the License.
|
||||||
# provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
# You may obtain a copy of the License at
|
||||||
# in all copies.
|
|
||||||
#
|
#
|
||||||
# Permission to incorporate this software into commercial products may be obtained by contacting the
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
|
||||||
#
|
#
|
||||||
# This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# The software program and documentation are supplied "as is," without any accompanying services from the
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
# See the License for the specific language governing permissions and
|
||||||
# end-user understands that the program was developed for research purposes and is advised not to rely
|
# limitations under the License.
|
||||||
# exclusively on the program for any reason.
|
|
||||||
#
|
|
||||||
# IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
# DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
# USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
# AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
#
|
|
||||||
# THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
# BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
# STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
# OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
# ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
#
|
#
|
||||||
# Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
# Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
#
|
|
||||||
# The authors may be contacted via:
|
|
||||||
#
|
|
||||||
# Pavel Krajcevski
|
|
||||||
# Dept of Computer Science
|
|
||||||
# 201 S Columbia St
|
|
||||||
# Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
# Chapel Hill, NC 27599-3175
|
|
||||||
# USA
|
|
||||||
#
|
|
||||||
# <http://gamma.cs.unc.edu/FasTC/>
|
# <http://gamma.cs.unc.edu/FasTC/>
|
||||||
|
|
||||||
SET( LIBRARY_HEADERS
|
SET( LIBRARY_HEADERS
|
||||||
|
|
|
@ -1,34 +1,28 @@
|
||||||
/*
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
This code is free software; you can redistribute it and/or
|
//
|
||||||
modify it under the terms of the GNU Lesser General Public
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
License as published by the Free Software Foundation; either
|
// you may not use this file except in compliance with the License.
|
||||||
version 2.1 of the License, or (at your option) any later version.
|
// You may obtain a copy of the License at
|
||||||
|
//
|
||||||
This code is distributed in the hope that it will be useful,
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
//
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
Lesser General Public License for more details.
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
*/
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
|
|
||||||
#include "FasTC/TexCompTypes.h"
|
#include "FasTC/TexCompTypes.h"
|
||||||
#include "FasTC/CompressionJob.h"
|
#include "FasTC/CompressionJob.h"
|
||||||
|
|
||||||
namespace DXTC
|
namespace DXTC
|
||||||
{
|
{
|
||||||
// DXT compressor (scalar version).
|
// DXT compressor
|
||||||
void CompressImageDXT1(const FasTC::CompressionJob &);
|
void CompressImageDXT1(const FasTC::CompressionJob &);
|
||||||
void CompressImageDXT5(const FasTC::CompressionJob &);
|
void CompressImageDXT5(const FasTC::CompressionJob &);
|
||||||
|
|
||||||
void DecompressDXT1(const FasTC::DecompressionJob &);
|
void DecompressDXT1(const FasTC::DecompressionJob &);
|
||||||
|
|
||||||
uint16 ColorTo565(const uint8* color);
|
|
||||||
void EmitByte(uint8*& dest, uint8 b);
|
|
||||||
void EmitWord(uint8*& dest, uint16 s);
|
|
||||||
void EmitDoubleWord(uint8*& dest, uint32 i);
|
|
||||||
|
|
||||||
#if 0
|
|
||||||
// DXT compressor (SSE2 version).
|
|
||||||
void CompressImageDXT1SSE2(const uint8* inBuf, uint8* outBuf, uint32 width, uint32 height);
|
|
||||||
void CompressImageDXT5SSE2(const uint8* inBuf, uint8* outBuf, uint32 width, uint32 height);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,20 @@
|
||||||
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
|
//
|
||||||
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
// you may not use this file except in compliance with the License.
|
||||||
|
// You may obtain a copy of the License at
|
||||||
|
//
|
||||||
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
//
|
||||||
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
//
|
||||||
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
|
|
||||||
#include "FasTC/DXTCompressor.h"
|
#include "FasTC/DXTCompressor.h"
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "FasTC/DXTCompressor.h"
|
#include "FasTC/DXTCompressor.h"
|
||||||
|
|
||||||
|
|
|
@ -1,43 +1,18 @@
|
||||||
# FasTC
|
# Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
# Copyright (c) 2012 University of North Carolina at Chapel Hill. All rights reserved.
|
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and distribute this software and its documentation for educational,
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# research, and non-profit purposes, without fee, and without a written agreement is hereby granted,
|
# you may not use this file except in compliance with the License.
|
||||||
# provided that the above copyright notice, this paragraph, and the following four paragraphs appear
|
# You may obtain a copy of the License at
|
||||||
# in all copies.
|
|
||||||
#
|
#
|
||||||
# Permission to incorporate this software into commercial products may be obtained by contacting the
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# authors or the Office of Technology Development at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
|
||||||
#
|
#
|
||||||
# This software program and documentation are copyrighted by the University of North Carolina at Chapel Hill.
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# The software program and documentation are supplied "as is," without any accompanying services from the
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# University of North Carolina at Chapel Hill or the authors. The University of North Carolina at Chapel Hill
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# and the authors do not warrant that the operation of the program will be uninterrupted or error-free. The
|
# See the License for the specific language governing permissions and
|
||||||
# end-user understands that the program was developed for research purposes and is advised not to rely
|
# limitations under the License.
|
||||||
# exclusively on the program for any reason.
|
|
||||||
#
|
|
||||||
# IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE AUTHORS BE LIABLE TO ANY PARTY FOR
|
|
||||||
# DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE
|
|
||||||
# USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
# AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
#
|
|
||||||
# THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING,
|
|
||||||
# BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
# STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY
|
|
||||||
# OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
# ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
#
|
#
|
||||||
# Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
# Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
#
|
|
||||||
# The authors may be contacted via:
|
|
||||||
#
|
|
||||||
# Pavel Krajcevski
|
|
||||||
# Dept of Computer Science
|
|
||||||
# 201 S Columbia St
|
|
||||||
# Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
# Chapel Hill, NC 27599-3175
|
|
||||||
# USA
|
|
||||||
#
|
|
||||||
# <http://gamma.cs.unc.edu/FasTC/>
|
# <http://gamma.cs.unc.edu/FasTC/>
|
||||||
|
|
||||||
SET( LIBRARY_HEADERS
|
SET( LIBRARY_HEADERS
|
||||||
|
|
|
@ -1,54 +1,19 @@
|
||||||
/* FasTC
|
// Copyright 2016 The University of North Carolina at Chapel Hill
|
||||||
* Copyright (c) 2013 University of North Carolina at Chapel Hill.
|
//
|
||||||
* All rights reserved.
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
*
|
// you may not use this file except in compliance with the License.
|
||||||
* Permission to use, copy, modify, and distribute this software and its
|
// You may obtain a copy of the License at
|
||||||
* documentation for educational, research, and non-profit purposes, without
|
//
|
||||||
* fee, and without a written agreement is hereby granted, provided that the
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* above copyright notice, this paragraph, and the following four paragraphs
|
//
|
||||||
* appear in all copies.
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
*
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Permission to incorporate this software into commercial products may be
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* obtained by contacting the authors or the Office of Technology Development
|
// See the License for the specific language governing permissions and
|
||||||
* at the University of North Carolina at Chapel Hill <otd@unc.edu>.
|
// limitations under the License.
|
||||||
*
|
//
|
||||||
* This software program and documentation are copyrighted by the University of
|
// Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
||||||
* North Carolina at Chapel Hill. The software program and documentation are
|
// <http://gamma.cs.unc.edu/FasTC/>
|
||||||
* supplied "as is," without any accompanying services from the University of
|
|
||||||
* North Carolina at Chapel Hill or the authors. The University of North
|
|
||||||
* Carolina at Chapel Hill and the authors do not warrant that the operation of
|
|
||||||
* the program will be uninterrupted or error-free. The end-user understands
|
|
||||||
* that the program was developed for research purposes and is advised not to
|
|
||||||
* rely exclusively on the program for any reason.
|
|
||||||
*
|
|
||||||
* IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL OR THE
|
|
||||||
* AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL,
|
|
||||||
* OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
|
|
||||||
* THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF NORTH CAROLINA
|
|
||||||
* AT CHAPEL HILL OR THE AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
* DAMAGE.
|
|
||||||
*
|
|
||||||
* THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND THE AUTHORS SPECIFICALLY
|
|
||||||
* DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND ANY
|
|
||||||
* STATUTORY WARRANTY OF NON-INFRINGEMENT. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
|
||||||
* AN "AS IS" BASIS, AND THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL AND
|
|
||||||
* THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
|
||||||
* ENHANCEMENTS, OR MODIFICATIONS.
|
|
||||||
*
|
|
||||||
* Please send all BUG REPORTS to <pavel@cs.unc.edu>.
|
|
||||||
*
|
|
||||||
* The authors may be contacted via:
|
|
||||||
*
|
|
||||||
* Pavel Krajcevski
|
|
||||||
* Dept of Computer Science
|
|
||||||
* 201 S Columbia St
|
|
||||||
* Frederick P. Brooks, Jr. Computer Science Bldg
|
|
||||||
* Chapel Hill, NC 27599-3175
|
|
||||||
* USA
|
|
||||||
*
|
|
||||||
* <http://gamma.cs.unc.edu/FasTC/>
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef ETCENCODER_INCLUDE_ETCCOMPRESSOR_H_
|
#ifndef ETCENCODER_INCLUDE_ETCCOMPRESSOR_H_
|
||||||
#define ETCENCODER_INCLUDE_ETCCOMPRESSOR_H_
|
#define ETCENCODER_INCLUDE_ETCCOMPRESSOR_H_
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue