“VPU study notes”的版本间的差异

来自个人维基
跳转至: 导航搜索
 
 
(未显示1个用户的1个中间版本)
第1行: 第1行:
 
*[[Hantro.VC8000E.HW.Integration-v1.09]]
 
*[[Hantro.VC8000E.HW.Integration-v1.09]]
 
*[[Hantro VC8000D HW Integration v1 00]]
 
*[[Hantro VC8000D HW Integration v1 00]]
 +
*VC8000D
 +
make [target] ENV=[env] [-e variables]
 +
target
 +
  vp9dec
 +
  hevcdec
 +
  libg2hw.a
 +
env
 +
  x86_linux
 +
  arm_linux
 +
  arm_pclinux
 +
  x86_linux_pci
 +
variables
 +
  RELEASE =
 +
  STRIP =
 +
  STATIC =
 +
  USE_ASIC_TRACE=
 +
  USE_ONL_SIM =
 +
  USE_CONVERAGE =
 +
 
 +
software/linux/dwl/dwl_linux.c
 +
No hantrodec.h
 +
-----
 +
C-Model Command Line API
 +
g2dec [options] <file>.hevc
 +
g2dec [options] <file>.vp9
 +
h264dec [options] <file>.h264
 +
vp8dec [options] <file>.vp8
 +
vp8dec [options] <file>.webp
 +
jpegdec [options] <file>.jpg
 +
 +
options:
 +
--crop
 +
--planar
 +
--semiplanar
 +
-O<outfile>

2019年11月20日 (三) 10:19的最后版本

make [target] ENV=[env] [-e variables]
target

 vp9dec
 hevcdec
 libg2hw.a

env

 x86_linux
 arm_linux
 arm_pclinux
 x86_linux_pci

variables

 RELEASE =
 STRIP =
 STATIC =
 USE_ASIC_TRACE=
 USE_ONL_SIM =
 USE_CONVERAGE =
 

software/linux/dwl/dwl_linux.c
No hantrodec.h


C-Model Command Line API
g2dec [options] <file>.hevc
g2dec [options] <file>.vp9
h264dec [options] <file>.h264
vp8dec [options] <file>.vp8
vp8dec [options] <file>.webp
jpegdec [options] <file>.jpg

options:

--crop
--planar
--semiplanar
-O<outfile>