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

📄 block.h

📁 decode the h264 video
💻 H
字号:
#ifndef __BLOCK_H__#define __BLOCK_H__#include "common.h"#include "coretrans.h"void enter_luma_block(int *scan, frame *f, int x, int y, int qp, int without_dc);void enter_chroma_block(int *scan, frame *f, int iCbCr, int x, int y, int qp, int without_dc);void transform_luma_dc(int *scan, int *out, int qp);void transform_chroma_dc(int *scan, int qp);core_block coeff_scan(int *scan);#endif /*__BLOCK_H__*/

⌨️ 快捷键说明

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