mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
18 lines
297 B
C
18 lines
297 B
C
|
/**
|
||
|
* HEVC Encoder
|
||
|
* - Marko Viitanen ( fador at iki.fi ), Tampere University of Technology, Department of Computer Systems.
|
||
|
*/
|
||
|
|
||
|
/*! \file intra.h
|
||
|
\brief Intra functions
|
||
|
\author Marko Viitanen
|
||
|
\date 2012-06
|
||
|
|
||
|
Intra functions
|
||
|
*/
|
||
|
#ifndef __INTRA_H
|
||
|
#define __INTRA_H
|
||
|
|
||
|
|
||
|
#endif
|