/external/neven/Embedded/common/src/b_APIEm/ |
D | DCR.c | 151 uint32 widthA, in bpi_DCR_assignGrayByteImage() argument 156 if( widthA > ptrA->maxImageWidthE || heightA > ptrA->maxImageHeightE ) in bpi_DCR_assignGrayByteImage() 160 widthA, heightA, in bpi_DCR_assignGrayByteImage() 165 if( ( widthA & 1 ) != 0 ) in bpi_DCR_assignGrayByteImage() 172 ptrA->imageWidthE = widthA; in bpi_DCR_assignGrayByteImage() 176 ptrA->roiRectE = bts_Int16Rect_create( 0, 0, widthA, heightA ); in bpi_DCR_assignGrayByteImage() 187 uint32 widthA, in bpi_DCR_assignGrayByteImageROI() argument 193 if( widthA > ptrA->maxImageWidthE || heightA > ptrA->maxImageHeightE ) in bpi_DCR_assignGrayByteImageROI() 197 widthA, heightA, in bpi_DCR_assignGrayByteImageROI() 202 if( ( widthA & 1 ) != 0 ) in bpi_DCR_assignGrayByteImageROI() [all …]
|
D | DCR.h | 131 uint32 widthA, 142 uint32 widthA,
|
/external/neven/Embedded/common/src/b_ImageEm/ |
D | UInt32Image.c | 108 uint32 widthA, in bim_UInt32Image_heapSize() argument 111 return bbs_UInt32Arr_heapSize( cpA, &ptrA->arrE, widthA * heightA ); in bim_UInt32Image_heapSize() 142 uint32 widthA, in bim_UInt32Image_create() argument 149 bim_UInt32Image_size( cpA, ptrA, widthA, heightA ); in bim_UInt32Image_create() 153 bbs_UInt32Arr_create( cpA, &ptrA->arrE, widthA * heightA, mspA ); in bim_UInt32Image_create() 154 ptrA->widthE = widthA; in bim_UInt32Image_create() 184 uint32 widthA, in bim_UInt32Image_size() argument 187 if( ptrA->arrE.allocatedSizeE < widthA * heightA ) in bim_UInt32Image_size() 193 ptrA->widthE = widthA; in bim_UInt32Image_size() 195 bbs_UInt32Arr_size( cpA, &ptrA->arrE, widthA * heightA ); in bim_UInt32Image_size()
|
D | UInt8PyramidalImage.c | 141 uint32 widthA, in bim_UInt8PyramidalImage_heapSize() argument 145 uint32 baseSizeL = widthA * heightA; in bim_UInt8PyramidalImage_heapSize() 167 uint32 widthA, uint32 heightA, in bim_UInt8PyramidalImage_create() argument 171 uint32 baseSizeL = widthA * heightA; in bim_UInt8PyramidalImage_create() 182 bim_UInt8PyramidalImage_size( cpA, ptrA, widthA, heightA, depthA ); in bim_UInt8PyramidalImage_create() 195 if( ( ( widthA & depthMaskL ) > 0 ) || ( ( heightA & depthMaskL ) > 0 ) ) in bim_UInt8PyramidalImage_create() 204 ptrA->widthE = widthA; in bim_UInt8PyramidalImage_create() 215 uint32 widthA, in bim_UInt8PyramidalImage_size() argument 219 uint32 baseSizeL = widthA * heightA; in bim_UInt8PyramidalImage_size() 232 if( ( ( widthA & depthMaskL ) > 0 ) || ( ( heightA & depthMaskL ) > 0 ) ) in bim_UInt8PyramidalImage_size() [all …]
|
D | UInt16BytePyrImage.c | 141 uint32 widthA, uint32 heightA, in bim_UInt16BytePyrImage_heapSize() argument 144 uint32 baseSizeL = ( widthA * heightA ) >> 1; in bim_UInt16BytePyrImage_heapSize() 166 uint32 widthA, uint32 heightA, in bim_UInt16BytePyrImage_create() argument 170 uint32 baseSizeL = ( widthA * heightA ) >> 1; in bim_UInt16BytePyrImage_create() 177 bim_UInt16BytePyrImage_size( cpA, ptrA, widthA, heightA, depthA ); in bim_UInt16BytePyrImage_create() 190 if( ( ( widthA & depthMaskL ) > 0 ) || ( ( heightA & depthMaskL ) > 0 ) ) in bim_UInt16BytePyrImage_create() 199 ptrA->widthE = widthA; in bim_UInt16BytePyrImage_create() 214 uint32 widthA, in bim_UInt16BytePyrImage_size() argument 218 uint32 baseSizeL = ( widthA * heightA ) >> 1; in bim_UInt16BytePyrImage_size() 231 if( ( ( widthA & depthMaskL ) > 0 ) || ( ( heightA & depthMaskL ) > 0 ) ) in bim_UInt16BytePyrImage_size() [all …]
|
D | ComplexImage.c | 127 uint32 widthA, uint32 heightA ) in bim_ComplexImage_heapSize() argument 129 return bbs_ComplexArr_heapSize( cpA, &ptrA->arrE, widthA * heightA ); in bim_ComplexImage_heapSize() 144 uint32 widthA, in bim_ComplexImage_create() argument 151 bim_ComplexImage_size( cpA, ptrA, widthA, heightA ); in bim_ComplexImage_create() 155 bbs_ComplexArr_create( cpA, &ptrA->arrE, widthA * heightA, mspA ); in bim_ComplexImage_create() 156 ptrA->widthE = widthA; in bim_ComplexImage_create() 165 uint32 widthA, in bim_ComplexImage_size() argument 168 if( ptrA->arrE.allocatedSizeE < widthA * heightA ) in bim_ComplexImage_size() 174 ptrA->widthE = widthA; in bim_ComplexImage_size() 176 bbs_ComplexArr_size( cpA, &ptrA->arrE, widthA * heightA ); in bim_ComplexImage_size()
|
D | APhImage.c | 54 uint32 widthA, in bim_APhImage_create() argument 61 bim_APhImage_size( cpA, ptrA, widthA, heightA ); in bim_APhImage_create() 65 bbs_APhArr_create( cpA, &ptrA->arrE, widthA * heightA, mspA ); in bim_APhImage_create() 66 ptrA->widthE = widthA; in bim_APhImage_create() 139 uint32 widthA, in bim_APhImage_size() argument 143 if( ptrA->arrE.allocatedSizeE < widthA * heightA ) in bim_APhImage_size() 150 ptrA->widthE = widthA; in bim_APhImage_size() 152 bbs_APhArr_size( cpA, &ptrA->arrE, widthA * heightA ); in bim_APhImage_size()
|
D | Flt16Image.c | 124 uint32 widthA, in bim_Flt16Image_create() argument 131 bim_Flt16Image_size( cpA, ptrA, widthA, heightA ); in bim_Flt16Image_create() 138 …bbs_Int16Arr_createAligned( cpA, &ptrA->arrE, widthA * heightA, mspA, &ptrA->allocArrE, bbs_MEMORY… in bim_Flt16Image_create() 140 ptrA->widthE = widthA; in bim_Flt16Image_create() 172 uint32 widthA, in bim_Flt16Image_size() argument 175 if( ptrA->arrE.allocatedSizeE < widthA * heightA ) in bim_Flt16Image_size() 181 ptrA->widthE = widthA; in bim_Flt16Image_size() 183 bbs_Int16Arr_size( cpA, &ptrA->arrE, widthA * heightA ); in bim_Flt16Image_size()
|
D | UInt32Image.h | 85 uint32 widthA, 97 uint32 widthA, 109 uint32 widthA,
|
D | ComplexImage.h | 93 uint32 widthA, uint32 heightA ); 100 uint32 widthA, 107 uint32 widthA,
|
D | UInt8PyramidalImage.h | 89 uint32 widthA, uint32 heightA, 118 uint32 widthA, 127 uint32 widthA,
|
D | UInt16BytePyrImage.h | 87 uint32 widthA, uint32 heightA, 117 uint32 widthA, 126 uint32 widthA,
|
D | UInt16ByteImage.c | 133 uint32 widthA, in bim_UInt16ByteImage_create() argument 138 if( widthA & 1 ) in bim_UInt16ByteImage_create() 146 bim_UInt16ByteImage_size( cpA, ptrA, widthA, heightA ); in bim_UInt16ByteImage_create() 150 bbs_UInt16Arr_create( cpA, &ptrA->arrE, ( widthA * heightA ) >> 1, mspA ); in bim_UInt16ByteImage_create() 151 ptrA->widthE = widthA; in bim_UInt16ByteImage_create() 180 uint32 widthA, uint32 heightA ) in bim_UInt16ByteImage_size() argument 182 if( widthA & 1 ) in bim_UInt16ByteImage_size() 188 if( ptrA->arrE.allocatedSizeE < ( ( widthA * heightA ) >> 1 ) ) in bim_UInt16ByteImage_size() 194 bbs_UInt16Arr_size( cpA, &ptrA->arrE, ( widthA * heightA ) >> 1 ); in bim_UInt16ByteImage_size() 195 ptrA->widthE = widthA; in bim_UInt16ByteImage_size()
|
D | UInt8Image.c | 53 uint32 widthA, in bim_UInt8Image_create() argument 60 bim_UInt8Image_size( cpA, ptrA, widthA, heightA ); in bim_UInt8Image_create() 64 bbs_UInt8Arr_create( cpA, &ptrA->arrE, widthA * heightA, mspA ); in bim_UInt8Image_create() 65 ptrA->widthE = widthA; in bim_UInt8Image_create() 173 uint32 widthA, in bim_UInt8Image_size() argument 176 if( ptrA->arrE.allocatedSizeE < widthA * heightA ) in bim_UInt8Image_size() 182 bbs_UInt8Arr_size( cpA, &ptrA->arrE, widthA * heightA ); in bim_UInt8Image_size() 183 ptrA->widthE = widthA; in bim_UInt8Image_size()
|
D | APhImage.h | 71 uint32 widthA, 98 uint32 widthA,
|
D | UInt16ByteImage.h | 78 uint32 widthA, 114 uint32 widthA, uint32 heightA );
|
D | Flt16Image.h | 97 uint32 widthA, 109 uint32 widthA,
|
D | UInt8Image.h | 69 uint32 widthA, 105 uint32 widthA,
|
/external/neven/FaceRecEm/common/src/b_FDSDK/ |
D | DCR.c | 130 u32 widthA, in btk_DCR_assignGrayByteImage() argument 133 return btk_DCR_assignImage( hdcrA, pDataA, widthA, heightA ); in btk_DCR_assignGrayByteImage() 140 u32 widthA, in btk_DCR_assignImage() argument 159 if( widthA == 0 || heightA == 0 ) in btk_DCR_assignImage() 167 bpi_DCR_assignGrayByteImage( &hsdkL->contextE, &hdcrA->dcrE, pDataA, widthA, heightA ); in btk_DCR_assignImage() 177 u32 widthA, in btk_DCR_assignGrayByteImageROI() argument 181 return btk_DCR_assignImageROI( hdcrA, pDataA, widthA, heightA, pRectA ); in btk_DCR_assignGrayByteImageROI() 188 u32 widthA, in btk_DCR_assignImageROI() argument 207 if( widthA == 0 || heightA == 0 ) in btk_DCR_assignImageROI() 238 rectL.x2E = rectL.x2E > ( int32 )widthA ? widthA : rectL.x2E; in btk_DCR_assignImageROI() [all …]
|
D | DCR.h | 90 u32 widthA, 97 u32 widthA, 104 u32 widthA, 114 u32 widthA,
|
/external/neven/Embedded/common/src/b_TensorEm/ |
D | Int32Mat.c | 120 int32 widthA, in bts_Int32Mat_create() argument 124 bbs_Int32Arr_create( cpA, &ptrA->arrE, widthA * widthA, mspA ); in bts_Int32Mat_create() 125 ptrA->widthE = widthA; in bts_Int32Mat_create()
|
D | CompactAlt.c | 88 uint32 widthA, in bts_CompactAlt_create() argument 94 bts_CompactMat_create( cpA, &ptrA->matE, widthA, heightA, bitsA, maxRowSizeA, mspA ); in bts_CompactAlt_create()
|
D | CompactAlt.h | 85 uint32 widthA,
|
D | CompactMat.h | 111 uint32 widthA,
|
D | Int32Mat.h | 79 int32 widthA,
|