HomeSort by relevance Sort by last modified time
    Searched defs:widthE (Results 1 - 10 of 10) sorted by null

  /external/neven/Embedded/common/src/b_TensorEm/
Int32Mat.h 44 uint32 widthE;
CompactMat.h 51 uint32 widthE;
68 * (int16) 'size' effective size of row vector (= widthE when row is not sparse)
  /external/neven/Embedded/common/src/b_ImageEm/
APhImage.h 49 uint32 widthE;
ComplexImage.h 49 uint32 widthE;
UInt16ByteImage.h 56 uint32 widthE;
UInt32Image.h 45 uint32 widthE;
UInt8Image.h 47 uint32 widthE;
Flt16Image.h 52 uint32 widthE;
UInt16BytePyrImage.h 45 * 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;
UInt8PyramidalImage.h 40 * 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;

Completed in 2764 milliseconds