📄 image.h
字号:
/*!
************************************************************************
* \file image.h
*
* \brief
* prototypes for image.c
*
************************************************************************
*/
#ifndef _IMAGE_H_
#define _IMAGE_H_
#include "mbuffer.h"
#include "nalu.h"
extern StorablePicture *dec_picture;
void exit_slice();
int get_next_nalu(NALU_t *nalu);
int parse_current_slice(NALU_t *nalu);
void config_slice(unsigned char *nalu_start, unsigned int phy ,unsigned int nalu_size);
//void find_snr(struct snr_par *snr, StorablePicture *p, int p_ref);
void get_block(int ref_frame, StorablePicture **list, int x_pos, int y_pos, struct img_par *img, int block[MB_BLOCK_SIZE][MB_BLOCK_SIZE]);
int picture_order(struct img_par *img);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -