Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:stCclCtrl
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hi_md.h
45
IVE_CCL_CTRL_S
stCclCtrl
; /* Ccl ctrl */
member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hi_md.h
45
IVE_CCL_CTRL_S
stCclCtrl
; /* Ccl ctrl */
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/
H
A
D
sample_ive_md.c
97
pstMd->stMdAttr.
stCclCtrl
.enMode = IVE_CCL_MODE_4C;
in SAMPLE_IVE_Md_Init()
99
pstMd->stMdAttr.
stCclCtrl
.u16InitAreaThr = u8WndSz * u8WndSz;
in SAMPLE_IVE_Md_Init()
100
pstMd->stMdAttr.
stCclCtrl
.u16Step = u8WndSz;
in SAMPLE_IVE_Md_Init()
H
A
D
sample_ive_gmm2.c
313
IVE_CCL_CTRL_S
stCclCtrl
;
in SAMPLE_IVE_ChgFactorByGrad()
local
319
stCclCtrl
.enMode = IVE_CCL_MODE_8C;
in SAMPLE_IVE_ChgFactorByGrad()
320
stCclCtrl
.u16Step = SAMPLE_IVE_GMM2_CCL_STEP; /* set 2 */
in SAMPLE_IVE_ChgFactorByGrad()
321
stCclCtrl
.u16InitAreaThr = SAMPLE_IVE_GMM2_CCL_INIT_AREA_THR; /* set 4 */
in SAMPLE_IVE_ChgFactorByGrad()
322
s32Ret = HI_MPI_IVE_CCL(&IveHandle, pstFgMask, pstBlob, &
stCclCtrl
, HI_TRUE);
in SAMPLE_IVE_ChgFactorByGrad()
Completed in 3 milliseconds