1.Files
OSD10_rtl_no_df is source folder of 264 decoder, no deblocking filter verison,
for verison with deblocking filter, please contact author(eebq, qq:1517642772)
OSD10_testbench is testbench folder of 264 decoder.
software is ralated software:1.C Model 2.pli_fputc 3.hex2bin_new
2. how to simulate
1.in modelsim, create a project.
2.add all files in 3 directories:
"OSD10_testbench", "OSD10_rtl_no_df/display", "OSD10_rtl_no_df/ip_core"
3.complile all files,
4.there are two modes of simulation output , one is binary mode and the other is
ascii mode, the default mode is binary mode.
1.binary output mode:
in modelsim console window, type
"vsim -vopt -pli pli_fputc64.dll work.bitstream_tb".
pli_fputc64.dll is a pli library I write for dump binary out.yuv file, it runs
in windows 64bit,
if you are using windows 32 bit, instead it with fputc32.dll.
the source of pli_fputc is in software/pli_fputc_src directory.
2.ascii output mode:
you can simulate without pli_fputc.dll, it simulate much
faster using command "vsim -vopt work.bitstream_tb".
to do this, you should modify Line 378 to
"ext_ram_32 #(.BinMode(0)) ext_ram_32".
In this mode, you must convert ascii file "out.yuv" to binary
mode with hex2bin_new.exe.
the source of hex2bin_new is in software/hex2bin_new_src directory.
3. C model
1.About C model
-- A simple C model is provided to compare the output of HDL and software,
--C model is in software/c_model/src/
-- The C model is tested, the output yuv file is same with JM86.
-- by default the deblocking filter is turned off, to open it,just
uncomment line 363:"deblocking_filter(slice_header, pps);"
2.how to build and run
1.cd to this directory.
2.type "make" to build bitstream.exe, gcc is required to build it.
3.run bitstream.exe to decode the "in.264" file in the same directory.
June-D
- 粉丝: 1
- 资源: 4
最新资源
- Simulink整车控制器VCU模型,别人看不懂的模型,不能说别人有问题,只能说明建模型的人有问题 好的模型一定是处理恰当,可读性强的 此模型简单易懂,也是经过实车验证的 (其中自动驾驶部分已做
- Web自动化测试-ChroPath插件快速精准定位网页元素的方法与实践
- 经纬度转度分秒 方便快捷
- 分布式驱动汽车稳定性控制 采用纯Simulink模型搭建,包括控制策略和车辆动力学模型 采用分层式直接横摆力矩控制,上层包括模型预测MPC,滑模控制SMC,PID控制,LQR控制 可灵活对四种控
- 使用c++的程序设计案例
- 图幅号求算及度分秒换算
- Altium Designer PCB设计实战技巧汇总 - 提升设计效率与质量
- 基于差动制动的横摆稳定性控制 ~carsim自带驾驶员模型计算车轮转角 ~ 滑膜控制计算车辆附加差动力矩 ~ 按照差动制动分配规则分配力矩 ~ 通过仿真验证设计算法的有效性 特殊,出不 (图一三为不
- 微信小程序实现电影列表
- 快速排序算法原理及其Python实现详解-用于高效数据排序
- (文献+程序)多智能体分布式模型预测控制 编队 队形变 lunwen复现带文档 MATLAB MPC 无人车 无人机编队 无人船无人艇控制 编队控制强化学习 嵌入式应用 simulink仿真验证 PI
- 网页版 Visual Studio Code的使用.pdf
- 字节跳动DeepSeek: 先进的人工智能语言及多模态模型及其广泛应用和发展前景
- Halcon License 1月
- 七自由度车辆动力学模型+dugoff轮胎仿真模型 车身三个自由度+四个车轮滚动自由度 simulink 附带公式说明
- OpenHands: Code Less, Make More
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈