block.h

来自「decode the h264 video」· C头文件 代码 · 共 16 行

H
16
字号
#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 + =
减小字号Ctrl + -
显示快捷键?