// Copyright 2015 Google Inc. All Rights Reserved. // // Use of this source code is governed by a BSD-style license // that can be found in the COPYING file in the root of the source // tree. An additional intellectual property rights grant can be found // in the file PATENTS. All contributing project authors may // be found in the AUTHORS file in the root of the source tree. // ----------------------------------------------------------------------------- // // Definitions and macros common to encoding and decoding // // Author: Skal ([email protected]) #ifndef WEBP_DEC_COMMON_DEC_H_ #define WEBP_DEC_COMMON_DEC_H_ // intra prediction modes enum { … }; enum { … }; #endif // WEBP_DEC_COMMON_DEC_H_