• 大小: 2.12MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-10
  • 语言: 其他
  • 标签: h.264代码  

资源简介

视频编解码标准参考软件,在VC环境下运行,

资源截图

代码片段和文件信息

/*!
 *************************************************************************************
 * \file blk_prediction.c
 *
 * \brief
 *    Block Prediction related functions
 *
 * \author
 *    Main contributors (see contributors.h for copyright address and affiliation details)
 *    - Alexis Michael Tourapis         
 *
 *************************************************************************************
 */

#include “contributors.h“

#include 
#include 
#include 
#include 

#include “block.h“
#include “global.h“

#include “macroblock.h“
#include “mc_prediction.h“
#include “image.h“
#include “mb_access.h“

void compute_residue (imgpel **curImg imgpel **mpr int **mb_rres int mb_x int opix_x int width

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2010-05-25 22:41  JM\bin\
     文件        2837  2010-05-25 22:41  JM\bin\decoder.cfg
     文件       48238  2010-05-25 22:41  JM\bin\encoder.cfg
     文件       27378  2010-05-25 22:41  JM\bin\encoder_baseline.cfg
     文件       39394  2010-05-25 22:41  JM\bin\encoder_extended.cfg
     文件       48238  2010-05-25 22:41  JM\bin\encoder_fast.cfg
     文件       38044  2010-05-25 22:41  JM\bin\encoder_main.cfg
     文件       48243  2010-05-25 22:41  JM\bin\encoder_stereo.cfg
     文件       44143  2010-05-25 22:41  JM\bin\encoder_tonemapping.cfg
     文件       46983  2010-05-25 22:41  JM\bin\encoder_yuv422.cfg
     文件        1466  2010-05-25 22:41  JM\bin\explicit_seq.cfg
     文件      114048  2010-05-25 22:41  JM\bin\foreman_part_qcif.yuv
     文件      152064  2010-05-25 22:41  JM\bin\foreman_part_qcif_422.yuv
     文件      228096  2010-05-25 22:41  JM\bin\foreman_part_qcif_444.yuv
     文件          16  2010-05-25 22:41  JM\bin\leakybucketrate.cfg
     文件        2473  2010-05-25 22:41  JM\bin\q_matrix.cfg
     文件        1244  2010-05-25 22:41  JM\bin\q_matrix2.cfg
     文件        1244  2010-05-25 22:41  JM\bin\q_matrix_def.cfg
     文件        3473  2010-05-25 22:41  JM\bin\q_offset.cfg
     文件          66  2010-05-25 22:41  JM\bin\sg0conf.cfg
     文件         126  2010-05-25 22:41  JM\bin\sg2conf.cfg
     文件        1188  2010-05-25 22:41  JM\bin\sg6conf.cfg
     文件        1761  2010-05-25 22:41  JM\bin\ToneMapping.cfg
     文件       60154  2010-05-25 22:41  JM\CHANGES.TXT
     文件        8003  2010-05-25 22:41  JM\Changes_detail.txt
     文件        1383  2010-05-25 22:41  JM\copyright.txt
     文件        1069  2010-05-25 22:41  JM\disclaimer.txt
     目录           0  2010-05-25 22:42  JM\doc\
     文件       54272  2010-05-25 22:41  JM\doc\coding_style.doc
     文件         470  2010-05-25 22:41  JM\doc\doxygen.txt
     文件          99  2010-05-25 22:41  JM\doc\foot.html
............此处省略363个文件信息

评论

共有 条评论

相关资源