Searched defs:heightE (Results 1 - 9 of 9) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
H A DAPhImage.h52 uint32 heightE; member in struct:bim_APhImage
H A DComplexImage.h52 uint32 heightE; member in struct:bim_ComplexImage
H A DUInt16ByteImage.h59 uint32 heightE; member in struct:bim_UInt16ByteImage
H A DUInt32Image.h48 uint32 heightE; member in struct:bim_UInt32Image
H A DUInt8Image.h50 uint32 heightE; member in struct:bim_UInt8Image
H A DFlt16Image.h55 uint32 heightE; member in struct:bim_Flt16Image
H A DUInt16BytePyrImage.h46 * 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; member in struct:bim_UInt16BytePyrImage
H A DUInt8PyramidalImage.h41 * 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; member in struct:bim_UInt8PyramidalImage
/external/neven/Embedded/common/src/b_TensorEm/
H A DCompactMat.h54 uint32 heightE; member in struct:bts_CompactMat

Completed in 79 milliseconds