libavcodec/hevc_data.h
150c896a
 /*
  * HEVC shared data tables
  *
b29c8c99
  * This file is part of FFmpeg.
150c896a
  *
b29c8c99
  * FFmpeg is free software; you can redistribute it and/or
150c896a
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
  * version 2.1 of the License, or (at your option) any later version.
  *
b29c8c99
  * FFmpeg is distributed in the hope that it will be useful,
150c896a
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
b29c8c99
  * License along with FFmpeg; if not, write to the Free Software
150c896a
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef AVCODEC_HEVC_DATA_H
 #define AVCODEC_HEVC_DATA_H
 
 #include <stdint.h>
 
 extern const uint8_t ff_hevc_diag_scan4x4_x[16];
 extern const uint8_t ff_hevc_diag_scan4x4_y[16];
 extern const uint8_t ff_hevc_diag_scan8x8_x[64];
 extern const uint8_t ff_hevc_diag_scan8x8_y[64];
 
 #endif /* AVCODEC_HEVC_DATA_H */