umc_h264_config.h

来自「audio-video-codecs.rar语音编解码器」· C头文件 代码 · 共 31 行

H
31
字号
//
//               INTEL CORPORATION PROPRIETARY INFORMATION
//  This software is supplied under the terms of a license agreement or
//  nondisclosure agreement with Intel Corporation and may not be copied
//  or disclosed except in accordance with the terms of that agreement.
//        Copyright (c) 2004 - 2007 Intel Corporation. All Rights Reserved.
//

#ifndef __UMC_H264_CONFIG__
#define __UMC_H264_CONFIG__

//#define H264_LOG
#undef H264_LOG

#define BITDEPTH_9_12
//#undef BITDEPTH_9_12

#define ALPHA_BLENDING_H264
//#undef ALPHA_BLENDING_H264

//#define H264_STAT
#undef H264_STAT

//#define H264_RD_OPT
#undef H264_RD_OPT

#define H264_NEW_ME
//#undef H264_NEW_ME

#endif /* __UMC_H264_CONFIG__ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?