sinc_interpolation.h
来自「Motion JPEG编解码器源代码」· C头文件 代码 · 共 16 行
H
16 行
/*********************************************************** * YUVDEINTERLACER for the mjpegtools * * ------------------------------------------------------- * * (C) 2001-2004 Stefan Fendt * * * * Licensed and protected by the GNU-General-Public- * * License version 2 or if you prefer any later version of * * that license). See the file LICENSE for detailed infor- * * mation. * * * * FILE: sinc_interpolation.h * * * ***********************************************************/void sinc_interpolation (uint8_t * frame, uint8_t * inframe, int field);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?