
音视频编解码
beyondhenry
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
x264源代码分析
相关说明: 1. 使用版本: x264-cvs 2. 这次的分析基本上已经将代码中最难理解的部分做了阐释,对代码的主线也做了剖析,如果这个主线理解了,就容易设置几个区间,进行分工阅读,将各个区间击破了. 3. 需要学习的知识: a)转载 2011-08-18 08:42:05 · 621 阅读 · 0 评论 -
x264编码详细文字全过程
(1) x264_param_default( x264_param_t *param ) 作用: 对编码器进行参数设定 cqm:量化表相关信息 csp: 量化表相转载 2011-08-19 15:20:08 · 2192 阅读 · 0 评论 -
H264 profile and level
For h.264 users, how to specify the profile/level seems to be a fairly common question. Profiles define sets of bit stream features a h.26转载 2011-10-10 20:58:05 · 2413 阅读 · 0 评论 -
JM-对整象素搜索的一些理解
整象素搜索主要包括3个函数SetupFastFullPelSearch,SetMotionVectorPredictor,SetupLargerBlocks,都位于文件mv_search.c中间。 1)该函数对参考帧ref,实现list0(前向),list1(后向)全局整象转载 2011-10-16 11:26:05 · 2656 阅读 · 1 评论 -
A problem in function PartitionMotionSearch()
void PartitionMotionSearch (int blocktype, int block8x8, double lambda) { static int bx转载 2011-10-16 11:34:59 · 509 阅读 · 0 评论