Navigation

    OpenASIC
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. bo
    3. Posts
    B
    • Continue chat with bo
    • Start new chat with bo
    • Flag Profile
    • Block User
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by bo

    • RE: 研讨会视频发布(The Workshop Video) @ICCaffe

      @wds 不好意思 这个网站没有视频播放功能

      posted in 交流讨论 | General Discussion
      B
      bo
    • RE: 请教一下H.264编码ip的验证手段

      @leo.dean_430

      1. 测试数据使用我们得Cmodel生成得
      2. 源文件就是YUV转的 你可以看十六进制数据, 码流文件需要加头信息,可以参考bs2hevc开源工程
      3. 需要cross check,软硬件对照
      posted in 交流讨论 | General Discussion
      B
      bo
    • RE: 最近才发现这个开源项目,错过了这次演讲。不知道什么时候会办下一场?我之前在外企做过6年的video codec IP,主要做的是H.264、H.265、VP8、VP9的decoder。公司就在张江,希望能有机会多和范教授交流。

      @sohoha 非常欢迎交流,好让我们学习一下业界的先进工作

      posted in 交流讨论 | General Discussion
      B
      bo
    • RE: 请问有没有H.264的RTL开源代码

      @asuperbird 编码器延迟理论上很低的,大概5w个时钟周期左右。通过仿真能看到精确的延迟。编码系统延迟还包括帧缓存延迟,bitstream的缓存延迟,通讯延迟等。

      posted in 交流讨论 | General Discussion
      B
      bo
    • RE: 请问有没有H.264的RTL开源代码

      @michelle_qq 是的

      posted in 交流讨论 | General Discussion
      B
      bo
    • RE: 有没有打算往视频图像识别等更上层的方向发展呢

      @Scofield 我们正在做这方面的工作 🙂

      posted in 交流讨论 | General Discussion
      B
      bo
    • RE: 求助:打包后的码流播放出来结果不正确

      @XJ 没明白意思。 我整理一下思路:

      1. 用提供的check文件经过bs2hevc可以解码
      2. 用dump出来的文件经过bs2hevc无法解码
      3. 通过了auto_check, 即: 提供的check文件 完全等于 dump出来的文件

      这就是上述描述的问题??

      posted in 交流讨论 | General Discussion
      B
      bo
    • RE: 求助:打包后的码流播放出来结果不正确

      @shen_lee 先比较check,如果跟check不一致那就是哪里出错了。

      posted in 交流讨论 | General Discussion
      B
      bo
    • RE: 如果图像尺寸不是64的倍数

      @shen_lee x_total y_total 超过你要的边界, 还需要padding出边界到64的倍数

      posted in 交流讨论 | General Discussion
      B
      bo
    • RE: 请问有没有H.264的RTL开源代码

      @michelle_qq 分辨率都是可以配置的,任何分辨率都可以。 1080p@30fp 只是一个例子说明需要工作在50MHz下面, 如果工作在200MHz则可以支持4K@30fps

      posted in 交流讨论 | General Discussion
      B
      bo
    • RE: 请问有没有HEVC的IP CORE, 在 BD-rate 上跟HM 或 JM 对比的数据?

      @eesiukei 目前还没有。

      posted in 交流讨论 | General Discussion
      B
      bo
    • RE: 请问下这个代码可以综合成门级网表么?

      @manucrespo 整个设计都是同步时钟的,SDC只要约束到端口就可以了

      posted in 交流讨论 | General Discussion
      B
      bo
    • RE: 请问下这个代码可以综合成门级网表么?

      @manucrespo 可以的啊

      posted in 交流讨论 | General Discussion
      B
      bo
    • RE: 请问下这个代码可以综合成门级网表么?

      @manucrespo 内部正在开发第二版, RTL的代码,FPGA和ASIC都可以实现的啊

      posted in 交流讨论 | General Discussion
      B
      bo
    • 开源H.264 Video Decoder IP Core发布

      Brief

      Model Osen Logic OSD10 h.264 decoder
      Profile Baseline
      Level 3.1
      Input Format H.264 NAL stream
      Output Format YUV4:2:0
      Bitdepth 8
      Slice type supported I,SI,P,SP
      Entropy Coding CAVLC
      Supported frme size Max: 1920x1088,Min:640x480
      Supported bitrate 0 to 10Mps,No decode rate control
      Max resolution and frame rate 1920x1088 @ 30fps, working at 75M
      Required external memory size 32Mbyte
      Memory interface data width 64bit

      Download

      http://openasic.org/topic/48/h-264-decoder-ip-core-rtl-code-v1-0

      Thanks

      Many Thanks to @eebq for sharing his code to OpenASIC

      关注我们

      微信公众号: OpenASIC
      img

      posted in 新闻文档 | News & Documents
      B
      bo
    • RE: 2017.1.13 IC Caffe线下研讨会的 PPT参考文献相关问题

      你搜搜看学位论文数据库把。

      posted in 交流讨论 | General Discussion
      B
      bo
    • RE: 请问我能发布我的h.264 decoder RTL及testbench在这里吗

      @eebq 你先建两个帖子, 一个是RTL的, 一个是Cmodel的, 我随后把这两个帖子放到代码发布下面

      posted in 交流讨论 | General Discussion
      B
      bo
    • RE: 请问有没有H.264的RTL开源代码

      @eebq 赞! 好的,没问题。 你可以先放上来,我随后把帖子转到“代码发布“栏目下

      posted in 交流讨论 | General Discussion
      B
      bo
    • RE: 请问我能发布我的h.264 decoder RTL及testbench在这里吗

      @eebq 赞! 欢迎发布, 你先放上来。我稍后把帖子挪到代码发布里面。

      posted in 交流讨论 | General Discussion
      B
      bo
    • RE: H.265 Video Encoder IP RTL Simulation 方法

      @xuweisheng 还没怎么用过 😓

      posted in 新闻文档 | News & Documents
      B
      bo
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 4 / 9