⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 h264.par

📁 这是在PCA下的基于IPP库示例代码例子,在网上下了IPP的库之后,设置相关参数就可以编译该代码.
💻 PAR
字号:
/* CommentLine: H.264 Sequence.*/sample.yuv           /* name of source files */20                   /* number of frames to encode */1 3 3                /* 1(reserved) , N (# of frames in between I frames), IDR interval. Last two parameters must be equal. */1 0                  /* Number of B frames between I (or P) and next P, treat B as a reference (only 0 is supported!) */2 1                  /* num_ref_frames (2-16), minimum length of list1 for backward prediction (only 1 is supported!). */40                   /* level_idc (check that num_ref_frames and frame size are in accordance with the level)  */352                  /* horizontal_size */288                  /* vertical_size */5                    /* frame_rate_code */2 10 26 26 300000    /* RC method(0 - quant_codes, 1 - CBR MBwise, 2 - CBR framewise, 3 - Debug); start qp values for I, P, B slices; bitrate (bits per second) */0 4 4                /* subblock split, search x,search_y */0 0 0                /* weighted prediction, weighted biprediction implicit weighted biprediction (not supported!)*/0 0                  /* direct type (0 - temporal 1 - spatial); direct_inference_flag */1 0 0                  /* deblocking mode (0 - "on", 1 - "off"); deblocking_filter_alpha [-6,6]; deblocking_filter_beta [-6,6] */352                  /* display_horizontal_size */288                  /* display_vertical_size */1 0	                 /* entropy coding mode (0-cavlc,1-cabac); cabac_init_idc (0,1,2) */0                    /* picture coding type (0 - only FRM, 1 - only FLD , 2 - only AFRM, 3  - pure PicAFF(no MBAFF) 4 PicAFF + MBAFF). Only 0 (FRM) is supported! */0 sample.log         /* log mask and template filename of log-file (0 and "any value" for none) (not supported!) */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -