?? h.264
字號:
/*! ************************************************************************ * \file image.h * * \author * Inge Lille-Lang鴜 <inge.lille-langoy@telenor.com> * Copyright (C) 1999 Telenor Satellite Services, Norway ************************************************************************ */#ifndef _IMAGE_H_#define _IMAGE_H_#include "mbuffer.h"extern StorablePicture *enc_picture;extern StorablePicture *enc_frame_picture;extern StorablePicture *enc_top_picture;extern StorablePicture *enc_bottom_picture;int encode_one_frame ();Boolean dummy_slice_too_big(int bits_slice);void copy_rdopt_data (int field_type); //!< For MB level field/frame coding tools
void UnifiedOneForthPix (StorablePicture *s);
void get_block(int ref_frame, StorablePicture **list, int x_pos, int y_pos, int block[BLOCK_SIZE][BLOCK_SIZE]);#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -