Searched defs:widthE (Results 1 - 10 of 10) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
H A DInt32Mat.h44 uint32 widthE; member in struct:bts_Int32Mat
H A DCompactMat.h51 uint32 widthE; member in struct:bts_CompactMat
68 * (int16) 'size' effective size of row vector (= widthE when row is not sparse)
/external/neven/Embedded/common/src/b_ImageEm/
H A DAPhImage.h49 uint32 widthE; member in struct:bim_APhImage
H A DComplexImage.h49 uint32 widthE; member in struct:bim_ComplexImage
H A DUInt16ByteImage.h56 uint32 widthE; member in struct:bim_UInt16ByteImage
H A DUInt32Image.h45 uint32 widthE; member in struct:bim_UInt32Image
H A DUInt8Image.h47 uint32 widthE; member in struct:bim_UInt8Image
H A DFlt16Image.h52 uint32 widthE; member in struct:bim_Flt16Image
H A DUInt16BytePyrImage.h45 * widthE specifies width 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) )
61 uint32 widthE; member in struct:bim_UInt16BytePyrImage
H A DUInt8PyramidalImage.h40 * widthE specifies width 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) )
61 uint32 widthE; member in struct:bim_UInt8PyramidalImage

Completed in 487 milliseconds