OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:heightE
(Results
1 - 9
of
9
) sorted by null
/external/neven/Embedded/common/src/b_ImageEm/
APhImage.h
52
uint32
heightE
;
ComplexImage.h
52
uint32
heightE
;
UInt16ByteImage.h
59
uint32
heightE
;
UInt32Image.h
48
uint32
heightE
;
UInt8Image.h
50
uint32
heightE
;
Flt16Image.h
55
uint32
heightE
;
UInt16BytePyrImage.h
46
*
heightE
specifies height of first image (image 0)
53
* The address of image 1 is widthE *
heightE
/ 2
54
* The address of image n is widthE *
heightE
/ 2 + widthE *
heightE
/ 8 + ... + widthE *
heightE
* ( 2^-(2*n) )
64
uint32
heightE
;
UInt8PyramidalImage.h
41
*
heightE
specifies height of first image (image 0)
48
* The address of image 1 is widthE *
heightE
49
* The address of image n is widthE *
heightE
+ widthE *
heightE
/ 4 + ... + widthE *
heightE
* ( 2^-(2*n) )
64
uint32
heightE
;
/external/neven/Embedded/common/src/b_TensorEm/
CompactMat.h
54
uint32
heightE
;
Completed in 62 milliseconds