/external/neven/Embedded/common/src/b_APIEm/ |
D | DCR.c | 152 uint32 heightA ) in bpi_DCR_assignGrayByteImage() argument 156 if( widthA > ptrA->maxImageWidthE || heightA > ptrA->maxImageHeightE ) in bpi_DCR_assignGrayByteImage() 160 widthA, heightA, in bpi_DCR_assignGrayByteImage() 173 ptrA->imageHeightE = heightA; in bpi_DCR_assignGrayByteImage() 176 ptrA->roiRectE = bts_Int16Rect_create( 0, 0, widthA, heightA ); in bpi_DCR_assignGrayByteImage() 188 uint32 heightA, in bpi_DCR_assignGrayByteImageROI() argument 193 if( widthA > ptrA->maxImageWidthE || heightA > ptrA->maxImageHeightE ) in bpi_DCR_assignGrayByteImageROI() 197 widthA, heightA, in bpi_DCR_assignGrayByteImageROI() 211 pRectA->x2E > ( int32 )widthA || pRectA->y2E > ( int32 )heightA ) in bpi_DCR_assignGrayByteImageROI() 219 ptrA->imageHeightE = heightA; in bpi_DCR_assignGrayByteImageROI()
|
D | DCR.h | 132 uint32 heightA ); 143 uint32 heightA,
|
/external/neven/Embedded/common/src/b_ImageEm/ |
D | UInt32Image.c | 109 uint32 heightA ) in bim_UInt32Image_heapSize() argument 111 return bbs_UInt32Arr_heapSize( cpA, &ptrA->arrE, widthA * heightA ); in bim_UInt32Image_heapSize() 143 uint32 heightA, 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() 155 ptrA->heightE = heightA; in bim_UInt32Image_create() 185 uint32 heightA ) in bim_UInt32Image_size() argument 187 if( ptrA->arrE.allocatedSizeE < widthA * heightA ) in bim_UInt32Image_size() 194 ptrA->heightE = heightA; in bim_UInt32Image_size() 195 bbs_UInt32Arr_size( cpA, &ptrA->arrE, widthA * heightA ); in bim_UInt32Image_size()
|
D | UInt8PyramidalImage.c | 142 uint32 heightA, 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() 205 ptrA->heightE = heightA; in bim_UInt8PyramidalImage_create() 216 uint32 heightA, 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() 200 ptrA->heightE = heightA; in bim_UInt16BytePyrImage_create() 215 uint32 heightA, 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() 145 uint32 heightA, 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() 157 ptrA->heightE = heightA; in bim_ComplexImage_create() 166 uint32 heightA ) in bim_ComplexImage_size() argument 168 if( ptrA->arrE.allocatedSizeE < widthA * heightA ) in bim_ComplexImage_size() 175 ptrA->heightE = heightA; in bim_ComplexImage_size() 176 bbs_ComplexArr_size( cpA, &ptrA->arrE, widthA * heightA ); in bim_ComplexImage_size()
|
D | APhImage.c | 55 uint32 heightA, 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() 67 ptrA->heightE = heightA; in bim_APhImage_create() 140 uint32 heightA ) in bim_APhImage_size() argument 143 if( ptrA->arrE.allocatedSizeE < widthA * heightA ) in bim_APhImage_size() 151 ptrA->heightE = heightA; in bim_APhImage_size() 152 bbs_APhArr_size( cpA, &ptrA->arrE, widthA * heightA ); in bim_APhImage_size()
|
D | Flt16Image.c | 125 uint32 heightA, 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() 141 ptrA->heightE = heightA; in bim_Flt16Image_create() 173 uint32 heightA ) in bim_Flt16Image_size() argument 175 if( ptrA->arrE.allocatedSizeE < widthA * heightA ) in bim_Flt16Image_size() 182 ptrA->heightE = heightA; in bim_Flt16Image_size() 183 bbs_Int16Arr_size( cpA, &ptrA->arrE, widthA * heightA ); in bim_Flt16Image_size()
|
D | UInt32Image.h | 86 uint32 heightA ); 98 uint32 heightA, 110 uint32 heightA );
|
D | ComplexImage.h | 93 uint32 widthA, uint32 heightA ); 101 uint32 heightA, 108 uint32 heightA );
|
D | UInt16BytePyrImage.h | 87 uint32 widthA, uint32 heightA, 118 uint32 heightA, 127 uint32 heightA,
|
D | UInt8PyramidalImage.h | 89 uint32 widthA, uint32 heightA, 119 uint32 heightA, 128 uint32 heightA,
|
D | UInt8Image.c | 54 uint32 heightA, 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() 66 ptrA->heightE = heightA; in bim_UInt8Image_create() 174 uint32 heightA ) 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() 184 ptrA->heightE = heightA; in bim_UInt8Image_size()
|
D | APhImage.h | 72 uint32 heightA, 99 uint32 heightA );
|
D | UInt16ByteImage.c | 134 uint32 heightA, in bim_UInt16ByteImage_create() argument 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() 152 ptrA->heightE = heightA; in bim_UInt16ByteImage_create() 180 uint32 widthA, uint32 heightA ) in bim_UInt16ByteImage_size() argument 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() 196 ptrA->heightE = heightA; in bim_UInt16ByteImage_size()
|
D | UInt16ByteImage.h | 79 uint32 heightA, 114 uint32 widthA, uint32 heightA );
|
D | Flt16Image.h | 98 uint32 heightA, 110 uint32 heightA );
|
D | UInt8Image.h | 70 uint32 heightA, 106 uint32 heightA );
|
/external/neven/FaceRecEm/common/src/b_FDSDK/ |
D | DCR.c | 131 u32 heightA ) in btk_DCR_assignGrayByteImage() argument 133 return btk_DCR_assignImage( hdcrA, pDataA, widthA, heightA ); in btk_DCR_assignGrayByteImage() 141 u32 heightA ) 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() 178 u32 heightA, in btk_DCR_assignGrayByteImageROI() argument 181 return btk_DCR_assignImageROI( hdcrA, pDataA, widthA, heightA, pRectA ); in btk_DCR_assignGrayByteImageROI() 189 u32 heightA, in btk_DCR_assignImageROI() argument 207 if( widthA == 0 || heightA == 0 ) in btk_DCR_assignImageROI() 239 rectL.y2E = rectL.y2E > ( int32 )heightA ? heightA : rectL.y2E; in btk_DCR_assignImageROI() [all …]
|
D | DCR.h | 91 u32 heightA ); 98 u32 heightA ); 105 u32 heightA, 115 u32 heightA,
|
/external/neven/Embedded/common/src/b_TensorEm/ |
D | CompactAlt.c | 89 uint32 heightA, in bts_CompactAlt_create() argument 94 bts_CompactMat_create( cpA, &ptrA->matE, widthA, heightA, bitsA, maxRowSizeA, mspA ); in bts_CompactAlt_create() 95 bbs_Int16Arr_create( cpA, &ptrA->vecE, heightA, mspA ); in bts_CompactAlt_create()
|
D | CompactAlt.h | 86 uint32 heightA,
|
D | CompactMat.h | 112 uint32 heightA,
|
D | CompactMat.c | 397 uint32 heightA, in bts_CompactMat_create() argument 410 ptrA->heightE = heightA; in bts_CompactMat_create() 415 bbs_Int16Arr_create( cpA, &ptrA->cpsArrE, heightA * ptrA->wordsPerRowE, mspA ); in bts_CompactMat_create()
|