📄 mp4_predict.h
字号:
// mp4_predict.h //
#ifndef _MP4_PREDICT_H_
#define _MP4_PREDICT_H_
#define TOP 1
#define LEFT 0
#endif // _MP4_PREDICT_H_
#define _div_div(a, b) (a>0) ? (a+(b>>1))/b : (a-(b>>1))/b
/*** *** ***/
extern void dc_recon(int block_num, short * dc_value);
extern void ac_recon(int block_num, short * psBlock);
extern int ac_rescaling(int block_num, short * psBlock);
extern void ac_store(int block_num, short * psBlock);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -