?? h.264
字號:
/*! ************************************************************************************* * \file mb_access.h * * \brief * Functions for macroblock neighborhoods * * \author * Main contributors (see contributors.h for copyright, address and affiliation details) * - Karsten S黨ring <suehring@hhi.de> ************************************************************************************* */#ifndef _MB_ACCESS_H_#define _MB_ACCESS_H_void CheckAvailabilityOfNeighbors();void getNeighbour(int curr_mb_nr, int xN, int yN, int luma, PixelPos *pix);void getLuma4x4Neighbour (int curr_mb_nr, int block_x, int block_y, int rel_x, int rel_y, PixelPos *pix);void getChroma4x4Neighbour (int curr_mb_nr, int block_x, int block_y, int rel_x, int rel_y, PixelPos *pix);int mb_is_available(int mbAddr, int currMbAddr);void get_mb_pos (int mb_addr, int *x, int*y);void get_mb_block_pos (int mb_addr, int *x, int*y);#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -