Remove tabs from the copyright/license section in file headers

This commit is contained in:
Martin Storsjö
2015-04-27 15:29:29 +03:00
parent 569e7d1253
commit d152c25485
116 changed files with 327 additions and 327 deletions

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file WelsThreadLib.h * \file WelsThreadLib.h
* *
* \brief Interfaces introduced in thread programming * \brief Interfaces introduced in thread programming
* *
* \date 11/17/2009 Created * \date 11/17/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file cpu.h * \file cpu.h
* *
* \brief CPU feature compatibility detection * \brief CPU feature compatibility detection
* *
* \date 04/29/2009 Created * \date 04/29/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file cpu_core.h * \file cpu_core.h
* *
* \brief cpu core feature detection * \brief cpu core feature detection
* *
* \date 4/24/2009 Created * \date 4/24/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file crt_util_safe_x.h * \file crt_util_safe_x.h
* *
* \brief Safe CRT like util for cross platfroms support * \brief Safe CRT like util for cross platfroms support
* *
* \date 06/04/2010 Created * \date 06/04/2010 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file expand_pic.h * \file expand_pic.h
* *
* \brief Interface for expanding reconstructed picture to be used for reference * \brief Interface for expanding reconstructed picture to be used for reference
* *
* \date 06/08/2009 * \date 06/08/2009
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file golomb_common.h * \file golomb_common.h
* *
* \brief Exponential Golomb entropy coding/decoding routine * \brief Exponential Golomb entropy coding/decoding routine
* *
* \date 03/12/2015 Created * \date 03/12/2015 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file intra_pred_common.h * \file intra_pred_common.h
* *
* \brief interfaces for intra predictor about 16x16. * \brief interfaces for intra predictor about 16x16.
* *
* \date 4/2/2014 Created * \date 4/2/2014 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file macros.h * \file macros.h
* *
* \brief MACRO based tool utilization * \brief MACRO based tool utilization
* *
* \date 3/13/2009 Created * \date 3/13/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file measure_time.h * \file measure_time.h
* *
* \brief time cost measure utilization * \brief time cost measure utilization
* *
* \date 04/28/2009 Created * \date 04/28/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,10 +29,10 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \brief Tool kits for decoder * \brief Tool kits for decoder
* ( malloc, realloc, free, log output and PSNR calculation and so on ) * ( malloc, realloc, free, log output and PSNR calculation and so on )
* *
* \date 03/10/2009 Created * \date 03/10/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file WelsThreadLib.c * \file WelsThreadLib.c
* *
* \brief Interfaces introduced in thread programming * \brief Interfaces introduced in thread programming
* *
* \date 11/17/2009 Created * \date 11/17/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file copy_mb.cpp * \file copy_mb.cpp
* *
* \brief copy MB YUV data * \brief copy MB YUV data
* *
* \date 2014.04.14 Created * \date 2014.04.14 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file cpu.cpp * \file cpu.cpp
* *
* \brief CPU compatibility detection * \brief CPU compatibility detection
* *
* \date 04/29/2009 Created * \date 04/29/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file crt_utils_safe_x.cpp * \file crt_utils_safe_x.cpp
* *
* \brief common tool/function utilization * \brief common tool/function utilization
* *
* \date 03/10/2009 Created * \date 03/10/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,13 +29,13 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file get_intra_predictor.c * \file get_intra_predictor.c
* *
* \brief implementation for get intra predictor about 16x16, 4x4, chroma. * \brief implementation for get intra predictor about 16x16, 4x4, chroma.
* *
* \date 4/2/2009 Created * \date 4/2/2009 Created
* 9/14/2009 C level based optimization with high performance gained. * 9/14/2009 C level based optimization with high performance gained.
* [const, using ST32/ST64 to replace memset, memcpy and memmove etc.] * [const, using ST32/ST64 to replace memset, memcpy and memmove etc.]
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file mc.c * \file mc.c
* *
* \brief Interfaces implementation for motion compensation * \brief Interfaces implementation for motion compensation
* *
* \date 03/17/2009 Created * \date 03/17/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file sample.c * \file sample.c
* *
* \brief compute SAD and SATD * \brief compute SAD and SATD
* *
* \date 2009.06.02 Created * \date 2009.06.02 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file utils.c * \file utils.c
* *
* \brief common tool/function utilization * \brief common tool/function utilization
* *
* \date 03/10/2009 Created * \date 03/10/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -28,11 +28,11 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* \file d3d9_utils.h * \file d3d9_utils.h
* *
* \brief interface of d3d9 render module * \brief interface of d3d9 render module
* *
* \date Created 12/14/2010 * \date Created 12/14/2010
* *
* \description : 1. Rendering in Vista and upper : D3D9Ex method, support host memory / shared surface input * \description : 1. Rendering in Vista and upper : D3D9Ex method, support host memory / shared surface input
* 2. Rendering in XP : D3D9 method w/o device lost handling, support host memory input * 2. Rendering in XP : D3D9 method w/o device lost handling, support host memory input

View File

@@ -28,7 +28,7 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* h264dec.cpp: Wels Decoder Console Implementation file * h264dec.cpp: Wels Decoder Console Implementation file
*/ */
#if defined (_WIN32) #if defined (_WIN32)

View File

@@ -28,11 +28,11 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* \file au_parser.h * \file au_parser.h
* *
* \brief Interfaces introduced in Access Unit level based parser * \brief Interfaces introduced in Access Unit level based parser
* *
* \date 03/10/2009 Created * \date 03/10/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -28,11 +28,11 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* \file cabac_decoder.h * \file cabac_decoder.h
* *
* \brief Interfaces introduced for cabac decoder * \brief Interfaces introduced for cabac decoder
* *
* \date 10/10/2014 Created * \date 10/10/2014 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file deblocking.h * \file deblocking.h
* *
* \brief Interfaces introduced in frame deblocking filtering * \brief Interfaces introduced in frame deblocking filtering
* *
* \date 05/14/2009 Created * \date 05/14/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file golomb.h * \file golomb.h
* *
* \brief Exponential Golomb entropy coding/decoding routine * \brief Exponential Golomb entropy coding/decoding routine
* *
* \date 03/13/2009 Created * \date 03/13/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file decoder.h * \file decoder.h
* *
* \brief Interfaces introduced in decoder system architecture * \brief Interfaces introduced in decoder system architecture
* *
* \date 03/10/2009 Created * \date 03/10/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file decoder_context.h * \file decoder_context.h
* *
* \brief mainly interface introduced in Wels decoder side * \brief mainly interface introduced in Wels decoder side
* *
* \date 3/4/2009 Created * \date 3/4/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file error_code.h * \file error_code.h
* *
* \brief Error codes used in Wels decoder side * \brief Error codes used in Wels decoder side
* *
* \date 3/4/2009 Created * \date 3/4/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -28,11 +28,11 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* \file error_concealment.h * \file error_concealment.h
* *
* \brief Interfaces introduced for error concealment * \brief Interfaces introduced for error concealment
* *
* \date 04/14/2014 Created * \date 04/14/2014 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file fmo.h * \file fmo.h
* *
* \brief Flexible Macroblock Ordering implementation * \brief Flexible Macroblock Ordering implementation
* *
* \date 2/4/2009 Created * \date 2/4/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file get_intra_predictor.h * \file get_intra_predictor.h
* *
* \brief interfaces for get intra predictor about 16x16, 4x4, chroma. * \brief interfaces for get intra predictor about 16x16, 4x4, chroma.
* *
* \date 4/2/2009 Created * \date 4/2/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,7 +29,7 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file manage_dec_ref.h * \file manage_dec_ref.h
* *
* Abstract * Abstract
* Interface for managing reference picture * Interface for managing reference picture

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file mv_pred.h * \file mv_pred.h
* *
* \brief Get MV predictor and update motion vector of mb cache * \brief Get MV predictor and update motion vector of mb cache
* *
* \date 05/22/2009 Created * \date 05/22/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -28,11 +28,11 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* \file parse_mb_syn_cabac.h * \file parse_mb_syn_cabac.h
* *
* \brief cabac parse for syntax elements * \brief cabac parse for syntax elements
* *
* \date 10/10/2014 Created * \date 10/10/2014 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file parse_mb_syn_cavlc.h * \file parse_mb_syn_cavlc.h
* *
* \brief Parsing all syntax elements of mb and decoding residual with cavlc * \brief Parsing all syntax elements of mb and decoding residual with cavlc
* *
* \date 03/17/2009 Created * \date 03/17/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file rec_mb.h * \file rec_mb.h
* *
* \brief interfaces for all macroblock decoding process after mb syntax parsing and residual decoding with cavlc. * \brief interfaces for all macroblock decoding process after mb syntax parsing and residual decoding with cavlc.
* *
* \date 3/4/2009 Created * \date 3/4/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file au_parser.c * \file au_parser.c
* *
* \brief Interfaces introduced in Access Unit level based parser * \brief Interfaces introduced in Access Unit level based parser
* *
* \date 03/10/2009 Created * \date 03/10/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file bit_stream.cpp * \file bit_stream.cpp
* *
* \brief Reading / writing bit-stream * \brief Reading / writing bit-stream
* *
* \date 03/10/2009 Created * \date 03/10/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -28,7 +28,7 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* cabac_decoder.cpp: deals with cabac state transition and related functions * cabac_decoder.cpp: deals with cabac state transition and related functions
*/ */
#include "cabac_decoder.h" #include "cabac_decoder.h"
namespace WelsDec { namespace WelsDec {

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file deblocking.c * \file deblocking.c
* *
* \brief Interfaces introduced in frame deblocking filtering * \brief Interfaces introduced in frame deblocking filtering
* *
* \date 08/02/2010 * \date 08/02/2010
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file decoder.c * \file decoder.c
* *
* \brief Interfaces implementation introduced in decoder system architecture * \brief Interfaces implementation introduced in decoder system architecture
* *
* \date 03/10/2009 Created * \date 03/10/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -28,7 +28,7 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* decoder_core.c: Wels decoder framework core implementation * decoder_core.c: Wels decoder framework core implementation
*/ */
#include "decoder_core.h" #include "decoder_core.h"

View File

@@ -28,7 +28,7 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* error_concealment.cpp: Wels decoder error concealment implementation * error_concealment.cpp: Wels decoder error concealment implementation
*/ */
#include "error_code.h" #include "error_code.h"

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file fmo.c * \file fmo.c
* *
* \brief Flexible Macroblock Ordering implementation * \brief Flexible Macroblock Ordering implementation
* *
* \date 2/4/2009 Created * \date 2/4/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,13 +29,13 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file get_intra_predictor.c * \file get_intra_predictor.c
* *
* \brief implementation for get intra predictor about 16x16, 4x4, chroma. * \brief implementation for get intra predictor about 16x16, 4x4, chroma.
* *
* \date 4/2/2009 Created * \date 4/2/2009 Created
* 9/14/2009 C level based optimization with high performance gained. * 9/14/2009 C level based optimization with high performance gained.
* [const, using ST32/ST64 to replace memset, memcpy and memmove etc.] * [const, using ST32/ST64 to replace memset, memcpy and memmove etc.]
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file mv_pred.c * \file mv_pred.c
* *
* \brief Get MV predictor and update motion vector of mb cache * \brief Get MV predictor and update motion vector of mb cache
* *
* \date 05/22/2009 Created * \date 05/22/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -28,7 +28,7 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* parse_mb_syn_cabac.cpp: cabac parse for syntax elements * parse_mb_syn_cabac.cpp: cabac parse for syntax elements
*/ */
#include "parse_mb_syn_cabac.h" #include "parse_mb_syn_cabac.h"
#include "mv_pred.h" #include "mv_pred.h"

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file parse_mb_syn_cavlc.c * \file parse_mb_syn_cavlc.c
* *
* \brief Interfaces implementation for parsing the syntax of MB * \brief Interfaces implementation for parsing the syntax of MB
* *
* \date 03/17/2009 Created * \date 03/17/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file pic_queue.c * \file pic_queue.c
* *
* \brief Recycled piture queue implementation * \brief Recycled piture queue implementation
* *
* \date 03/13/2009 Created * \date 03/13/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file rec_mb.c * \file rec_mb.c
* *
* \brief implementation for all macroblock decoding process after mb syntax parsing and residual decoding with cavlc. * \brief implementation for all macroblock decoding process after mb syntax parsing and residual decoding with cavlc.
* *
* \date 3/18/2009 Created * \date 3/18/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file common.h * \file common.h
* *
* \brief common flag definitions * \brief common flag definitions
* *
* \date 7/6/2009 Created * \date 7/6/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,12 +29,12 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file au_set.h * \file au_set.h
* *
* \brief Interfaces introduced in Access Unit level based writer * \brief Interfaces introduced in Access Unit level based writer
* *
* \date 05/18/2009 Created * \date 05/18/2009 Created
* 05/21/2009 Added init_sps and init_pps * 05/21/2009 Added init_sps and init_pps
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file deblocking.h * \file deblocking.h
* *
* \brief Interfaces introduced in frame deblocking filtering * \brief Interfaces introduced in frame deblocking filtering
* *
* \date 08/03/2009 Created * \date 08/03/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,13 +29,13 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file dq_map.h * \file dq_map.h
* *
* \brief Dependency Quality layer IDC mapping for cross layer selection and jumpping. * \brief Dependency Quality layer IDC mapping for cross layer selection and jumpping.
* DQ layer idc map for svc encoding, might be a better scheme than that of design before, * DQ layer idc map for svc encoding, might be a better scheme than that of design before,
* can aware idc of referencing layer and that idc of successive layer to be coded * can aware idc of referencing layer and that idc of successive layer to be coded
* *
* \date 4/22/2009 Created * \date 4/22/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file encoder.h * \file encoder.h
* *
* \brief core encoder * \brief core encoder
* *
* \date 5/14/2009 * \date 5/14/2009
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file encoder_context.h * \file encoder_context.h
* *
* \brief Main pData to be operated over Wels encoder all modules * \brief Main pData to be operated over Wels encoder all modules
* *
* \date 2/4/2009 Created * \date 2/4/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file extern.h * \file extern.h
* *
* \brief extern interfaces between core and plus of wels encoder * \brief extern interfaces between core and plus of wels encoder
* *
* \date 4/21/2009 Created * \date 4/21/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file get_intra_predictor.h * \file get_intra_predictor.h
* *
* \brief interfaces for get intra predictor about 16x16, 4x4, chroma. * \brief interfaces for get intra predictor about 16x16, 4x4, chroma.
* *
* \date 4/2/2009 Created * \date 4/2/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file md.h * \file md.h
* *
* \brief mode decision * \brief mode decision
* *
* \date 2009.5.14 Created * \date 2009.5.14 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file mt_defs.h * \file mt_defs.h
* *
* \brief Main macros for multiple threading implementation * \brief Main macros for multiple threading implementation
* *
* \date 2/26/2010 Created * \date 2/26/2010 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file mv_pred.h * \file mv_pred.h
* *
* \brief Get MV predictor and update motion vector of mb cache * \brief Get MV predictor and update motion vector of mb cache
* *
* \date 05/22/2009 Created * \date 05/22/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file nal_encap.h * \file nal_encap.h
* *
* \brief NAL pRawNal pData encapsulation * \brief NAL pRawNal pData encapsulation
* *
* \date 2/4/2009 Created * \date 2/4/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file param_svc.h * \file param_svc.h
* *
* \brief Configurable parameters in H.264/SVC Encoder * \brief Configurable parameters in H.264/SVC Encoder
* *
* \date 4/20/2009 Created * \date 4/20/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file picture_handle.h * \file picture_handle.h
* *
* \brief picture pData handling * \brief picture pData handling
* *
* \date 5/20/2009 Created * \date 5/20/2009 Created
* *
*************************************************************************************/ *************************************************************************************/
#if !defined(WELS_ENCODER_PICTURE_HANDLE_H__) #if !defined(WELS_ENCODER_PICTURE_HANDLE_H__)

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file property.h * \file property.h
* *
* \brief CODE name, library module and corresponding version are included * \brief CODE name, library module and corresponding version are included
* *
* \date 03/10/2009 Created * \date 03/10/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -35,8 +35,8 @@
* Interface for managing reference picture in svc encoder side * Interface for managing reference picture in svc encoder side
* *
* History * History
* 09/01/2008 Created * 09/01/2008 Created
* 08/07/2009 Ported * 08/07/2009 Ported
* *
*****************************************************************************/ *****************************************************************************/
#if !defined(REFERENCE_PICTURE_LIST_MANAGEMENT_SVC_H__) #if !defined(REFERENCE_PICTURE_LIST_MANAGEMENT_SVC_H__)

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file set_mb_syn_cabac.h * \file set_mb_syn_cabac.h
* *
* \brief Seting all syntax elements of mb and encoding residual with cabac * \brief Seting all syntax elements of mb and encoding residual with cabac
* *
* \date 09/27/2014 Created * \date 09/27/2014 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file set_mb_syn_cavlc.h * \file set_mb_syn_cavlc.h
* *
* \brief Seting all syntax elements of mb and decoding residual with cavlc * \brief Seting all syntax elements of mb and decoding residual with cavlc
* *
* \date 05/19/2009 Created * \date 05/19/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file slice_multi_threading.c * \file slice_multi_threading.c
* *
* \brief slice based multiple threading * \brief slice based multiple threading
* *
* \date 04/16/2010 Created * \date 04/16/2010 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file stat.h * \file stat.h
* *
* \brief statistical pData information * \brief statistical pData information
* *
* \date 4/22/2009 Created * \date 4/22/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file svc_base_layer_md.h * \file svc_base_layer_md.h
* *
* \brief mode decision * \brief mode decision
* *
* \date 2009.08.10 Created * \date 2009.08.10 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file svc_enc_golomb.h * \file svc_enc_golomb.h
* *
* \brief Exponential Golomb entropy coding routine * \brief Exponential Golomb entropy coding routine
* *
* \date 03/13/2009 Created * \date 03/13/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file slice_segment.h * \file slice_segment.h
* *
* \brief SSlice segment routine (Single slice/multiple slice/fmo arrangement exclusive) * \brief SSlice segment routine (Single slice/multiple slice/fmo arrangement exclusive)
* *
* \date 2/4/2009 Created * \date 2/4/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file encode_mb.h * \file encode_mb.h
* *
* \brief interface for mb encoding * \brief interface for mb encoding
* *
* \date 5/21/2009 Created * \date 5/21/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file svc_encode_slice.h * \file svc_encode_slice.h
* *
* \brief svc encoding slice * \brief svc encoding slice
* *
* \date 2009.07.27 Created * \date 2009.07.27 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file svc_mode_decision.h * \file svc_mode_decision.h
* *
* \brief SVC Spatial Enhancement Layer MD * \brief SVC Spatial Enhancement Layer MD
* *
* \date 2009.7.29 Created * \date 2009.7.29 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file svc_set_mb_syn.h * \file svc_set_mb_syn.h
* *
* \brief Seting all syntax elements of mb and encoding residual with cavlc and cabac * \brief Seting all syntax elements of mb and encoding residual with cavlc and cabac
* *
* \date 2009.8.12 Created * \date 2009.8.12 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file svc_set_mb_syn_cavlc.h * \file svc_set_mb_syn_cavlc.h
* *
* \brief Seting all syntax elements of mb and decoding residual with cavlc * \brief Seting all syntax elements of mb and decoding residual with cavlc
* *
* \date 2009.8.12 Created * \date 2009.8.12 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file wels_preprocess.h * \file wels_preprocess.h
* *
* \brief interface of video pre-process plugins * \brief interface of video pre-process plugins
* *
* \date 03/15/2011 * \date 03/15/2011
* *
* \description : this class is designed as an interface to unify video pre-processing * \description : this class is designed as an interface to unify video pre-processing
* class implement sets such as denoise,colorspace conversion etc... * class implement sets such as denoise,colorspace conversion etc...

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file au_set.c * \file au_set.c
* *
* \brief Interfaces introduced in Access Unit level based writer * \brief Interfaces introduced in Access Unit level based writer
* *
* \date 05/18/2009 Created * \date 05/18/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file deblocking.c * \file deblocking.c
* *
* \brief Interfaces introduced in frame deblocking filtering * \brief Interfaces introduced in frame deblocking filtering
* *
* \date 08/03/2009 Created * \date 08/03/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file encoder.c * \file encoder.c
* *
* \brief core encoder * \brief core encoder
* *
* \date 5/14/2009 Created * \date 5/14/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file encoder_ext.c * \file encoder_ext.c
* *
* \brief core encoder for SVC * \brief core encoder for SVC
* *
* \date 7/24/2009 Created * \date 7/24/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,13 +29,13 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file get_intra_predictor.c * \file get_intra_predictor.c
* *
* \brief implementation for get intra predictor about 16x16, 4x4, chroma. * \brief implementation for get intra predictor about 16x16, 4x4, chroma.
* *
* \date 4/2/2009 Created * \date 4/2/2009 Created
* 9/14/2009 C level based optimization with high performance gained. * 9/14/2009 C level based optimization with high performance gained.
* [const, using ST32/ST64 to replace memset, memcpy and memmove etc.] * [const, using ST32/ST64 to replace memset, memcpy and memmove etc.]
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file md.c * \file md.c
* *
* \brief mode decision * \brief mode decision
* *
* \date 2009.05.14 Created * \date 2009.05.14 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file mv_pred.c * \file mv_pred.c
* *
* \brief Get MV predictor and update motion vector of mb cache * \brief Get MV predictor and update motion vector of mb cache
* *
* \date 05/22/2009 Created * \date 05/22/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file nal_encap.c * \file nal_encap.c
* *
* \brief NAL pRawNal pData encapsulation * \brief NAL pRawNal pData encapsulation
* *
* \date 5/25/2009 Created * \date 5/25/2009 Created
* *
*************************************************************************************/ *************************************************************************************/
#include "nal_encap.h" #include "nal_encap.h"

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file picture_handle.c * \file picture_handle.c
* *
* \brief picture pData handling * \brief picture pData handling
* *
* \date 5/20/2009 Created * \date 5/20/2009 Created
* *
*************************************************************************************/ *************************************************************************************/
#include "picture_handle.h" #include "picture_handle.h"

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file property.c * \file property.c
* *
* \brief CODE name, library module and corresponding version are included * \brief CODE name, library module and corresponding version are included
* *
* \date 03/10/2009 Created * \date 03/10/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file sample.c * \file sample.c
* *
* \brief compute SAD and SATD * \brief compute SAD and SATD
* *
* \date 2009.06.02 Created * \date 2009.06.02 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file set_mb_syn_cabac.cpp * \file set_mb_syn_cabac.cpp
* *
* \brief cabac coding engine * \brief cabac coding engine
* *
* \date 10/11/2014 Created * \date 10/11/2014 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file set_mb_syn_cavlc.h * \file set_mb_syn_cavlc.h
* *
* \brief Seting all syntax elements of mb and decoding residual with cavlc * \brief Seting all syntax elements of mb and decoding residual with cavlc
* *
* \date 05/19/2009 Created * \date 05/19/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file slice_multi_threading.h * \file slice_multi_threading.h
* *
* \brief pSlice based multiple threading * \brief pSlice based multiple threading
* *
* \date 04/16/2010 Created * \date 04/16/2010 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file svc_base_layer_md.c * \file svc_base_layer_md.c
* *
* \brief mode decision * \brief mode decision
* *
* \date 2009.08.10 Created * \date 2009.08.10 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file slice_segment.c * \file slice_segment.c
* *
* \brief SSlice segment routine (Single slice/multiple slice/fmo arrangement exclusive) * \brief SSlice segment routine (Single slice/multiple slice/fmo arrangement exclusive)
* *
* \date 2/4/2009 Created * \date 2/4/2009 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file encode_mb.c * \file encode_mb.c
* *
* \brief Implementaion for pCurMb encoding * \brief Implementaion for pCurMb encoding
* *
* \date 05/19/2009 Created * \date 05/19/2009 Created
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file svc_encode_slice.c * \file svc_encode_slice.c
* *
* \brief svc encoding slice * \brief svc encoding slice
* *
* \date 2009.07.27 Created * \date 2009.07.27 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,13 +29,13 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file svc_mode_decision.c * \file svc_mode_decision.c
* *
* \brief Algorithmetic MD for: * \brief Algorithmetic MD for:
* - multi-spatial Enhancement Layer MD; * - multi-spatial Enhancement Layer MD;
* - Scrolling PSkip Decision for screen content * - Scrolling PSkip Decision for screen content
* *
* \date 2009.7.29 * \date 2009.7.29
* *
************************************************************************************** **************************************************************************************

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file svc_set_mb_syn_cabac.cpp * \file svc_set_mb_syn_cabac.cpp
* *
* \brief wrtie cabac syntax * \brief wrtie cabac syntax
* *
* \date 9/28/2014 Created * \date 9/28/2014 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,11 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file svc_set_mb_syn_cavlc.h * \file svc_set_mb_syn_cavlc.h
* *
* \brief Seting all syntax elements of mb and decoding residual with cavlc * \brief Seting all syntax elements of mb and decoding residual with cavlc
* *
* \date 2009.8.12 Created * \date 2009.8.12 Created
* *
************************************************************************************* *************************************************************************************
*/ */

View File

@@ -29,9 +29,9 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
* *
* \file : IWelsVP.h * \file : IWelsVP.h
* *
* \brief : Interface of wels video processor class * \brief : Interface of wels video processor class
* *
* \date : 2011/01/04 * \date : 2011/01/04
* *

Some files were not shown because too many files have changed in this diff Show More