⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 deinterlacing.h

📁 经典的MP4编解码核心库
💻 H
字号:
#ifndef _DEINTERLACING_H_
#define _DEINTERLACING_H_

#include "../common/common.h"

typedef int (DETECT_DEINTERLACING)(uint8_t *const odd, 
									const uint32_t stride);

typedef DETECT_DEINTERLACING * DETECT_DEINTERLACING_PTR;	

extern DETECT_DEINTERLACING_PTR detect_deinterlacing8;

DETECT_DEINTERLACING detect_deinterlacing8_c;
DETECT_DEINTERLACING detect_deinterlacing8_mmx;
DETECT_DEINTERLACING detect_deinterlacing8_xmm;

void deinterlacing8_c(uint8_t *odd, const uint32_t stride);
#endif

⌨️ 快捷键说明

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