?? 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 + -