/external/neven/Embedded/common/src/b_APIEm/ |
H A D | DCR.c | 151 uint32 widthA, 154 bbs_DEF_fNameL( "void bpi_DCR_assignGrayByteImage( struct bbs_Context* cpA, struct bpi_DCR* ptrA, const void* bufferPtrA, uint32 widthA, uint32 heightA )" ) 156 if( widthA > ptrA->maxImageWidthE || heightA > ptrA->maxImageHeightE ) 160 widthA, heightA, 165 if( ( widthA & 1 ) != 0 ) 172 ptrA->imageWidthE = widthA; 176 ptrA->roiRectE = bts_Int16Rect_create( 0, 0, widthA, heightA ); 187 uint32 widthA, 191 bbs_DEF_fNameL( "void bpi_DCR_assignGrayByteImageROI( struct bpi_DCR* ptrA, const void* bufferPtrA, uint32 widthA, uint32 heightA )" ) 193 if( widthA > ptr 148 bpi_DCR_assignGrayByteImage( struct bbs_Context* cpA, struct bpi_DCR* ptrA, const void* bufferPtrA, uint32 widthA, uint32 heightA ) argument 184 bpi_DCR_assignGrayByteImageROI( struct bbs_Context* cpA, struct bpi_DCR* ptrA, const void* bufferPtrA, uint32 widthA, uint32 heightA, const struct bts_Int16Rect* pRectA ) argument [all...] |
/external/neven/Embedded/common/src/b_ImageEm/ |
H A D | UInt32Image.c | 108 uint32 widthA, 111 return bbs_UInt32Arr_heapSize( cpA, &ptrA->arrE, widthA * heightA ); 142 uint32 widthA, 149 bim_UInt32Image_size( cpA, ptrA, widthA, heightA ); 153 bbs_UInt32Arr_create( cpA, &ptrA->arrE, widthA * heightA, mspA ); 154 ptrA->widthE = widthA; 184 uint32 widthA, 187 if( ptrA->arrE.allocatedSizeE < widthA * heightA ) 193 ptrA->widthE = widthA; 195 bbs_UInt32Arr_size( cpA, &ptrA->arrE, widthA * height 106 bim_UInt32Image_heapSize( struct bbs_Context* cpA, const struct bim_UInt32Image* ptrA, uint32 widthA, uint32 heightA ) argument 140 bim_UInt32Image_create( struct bbs_Context* cpA, struct bim_UInt32Image* ptrA, uint32 widthA, uint32 heightA, struct bbs_MemSeg* mspA ) argument 182 bim_UInt32Image_size( struct bbs_Context* cpA, struct bim_UInt32Image* ptrA, uint32 widthA, uint32 heightA ) argument [all...] |
H A D | APhImage.c | 54 uint32 widthA, 61 bim_APhImage_size( cpA, ptrA, widthA, heightA ); 65 bbs_APhArr_create( cpA, &ptrA->arrE, widthA * heightA, mspA ); 66 ptrA->widthE = widthA; 139 uint32 widthA, 143 if( ptrA->arrE.allocatedSizeE < widthA * heightA ) 150 ptrA->widthE = widthA; 152 bbs_APhArr_size( cpA, &ptrA->arrE, widthA * heightA ); 52 bim_APhImage_create( struct bbs_Context* cpA, struct bim_APhImage* ptrA, uint32 widthA, uint32 heightA, struct bbs_MemSeg* mspA ) argument 137 bim_APhImage_size( struct bbs_Context* cpA, struct bim_APhImage* ptrA, uint32 widthA, uint32 heightA ) argument
|
H A D | ComplexImage.c | 127 uint32 widthA, uint32 heightA ) 129 return bbs_ComplexArr_heapSize( cpA, &ptrA->arrE, widthA * heightA ); 144 uint32 widthA, 151 bim_ComplexImage_size( cpA, ptrA, widthA, heightA ); 155 bbs_ComplexArr_create( cpA, &ptrA->arrE, widthA * heightA, mspA ); 156 ptrA->widthE = widthA; 165 uint32 widthA, 168 if( ptrA->arrE.allocatedSizeE < widthA * heightA ) 174 ptrA->widthE = widthA; 176 bbs_ComplexArr_size( cpA, &ptrA->arrE, widthA * height 125 bim_ComplexImage_heapSize( struct bbs_Context* cpA, const struct bim_ComplexImage* ptrA, uint32 widthA, uint32 heightA ) argument 142 bim_ComplexImage_create( struct bbs_Context* cpA, struct bim_ComplexImage* ptrA, uint32 widthA, uint32 heightA, struct bbs_MemSeg* mspA ) argument 163 bim_ComplexImage_size( struct bbs_Context* cpA, struct bim_ComplexImage* ptrA, uint32 widthA, uint32 heightA ) argument [all...] |
H A D | Flt16Image.c | 124 uint32 widthA, 131 bim_Flt16Image_size( cpA, ptrA, widthA, heightA ); 136 bbs_Int16Arr_create( cpA, &ptrA->arrE, widthA * heightA, mspA ); 138 bbs_Int16Arr_createAligned( cpA, &ptrA->arrE, widthA * heightA, mspA, &ptrA->allocArrE, bbs_MEMORY_ALIGNMENT ); 140 ptrA->widthE = widthA; 172 uint32 widthA, 175 if( ptrA->arrE.allocatedSizeE < widthA * heightA ) 181 ptrA->widthE = widthA; 183 bbs_Int16Arr_size( cpA, &ptrA->arrE, widthA * heightA ); 122 bim_Flt16Image_create( struct bbs_Context* cpA, struct bim_Flt16Image* ptrA, uint32 widthA, uint32 heightA, struct bbs_MemSeg* mspA ) argument 170 bim_Flt16Image_size( struct bbs_Context* cpA, struct bim_Flt16Image* ptrA, uint32 widthA, uint32 heightA ) argument
|
H A D | UInt16BytePyrImage.c | 141 uint32 widthA, uint32 heightA, 144 uint32 baseSizeL = ( widthA * heightA ) >> 1; 166 uint32 widthA, uint32 heightA, 170 uint32 baseSizeL = ( widthA * heightA ) >> 1; 177 bim_UInt16BytePyrImage_size( cpA, ptrA, widthA, heightA, depthA ); 186 bbs_ERROR0( "void bim_UInt16BytePyrImage_create( struct bim_UInt16BytePyrImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n" 190 if( ( ( widthA & depthMaskL ) > 0 ) || ( ( heightA & depthMaskL ) > 0 ) ) 192 bbs_ERROR1( "void bim_UInt16BytePyrImage_create( struct bim_UInt16BytePyrImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n" 193 "widthA and heightA must be divisible by %i", depthMaskL + 1 ); 199 ptrA->widthE = widthA; 139 bim_UInt16BytePyrImage_heapSize( struct bbs_Context* cpA, const struct bim_UInt16BytePyrImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ) argument 164 bim_UInt16BytePyrImage_create( struct bbs_Context* cpA, struct bim_UInt16BytePyrImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA, struct bbs_MemSeg* mspA ) argument 212 bim_UInt16BytePyrImage_size( struct bbs_Context* cpA, struct bim_UInt16BytePyrImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ) argument [all...] |
H A D | UInt8PyramidalImage.c | 141 uint32 widthA, 145 uint32 baseSizeL = widthA * heightA; 167 uint32 widthA, uint32 heightA, 171 uint32 baseSizeL = widthA * heightA; 182 bim_UInt8PyramidalImage_size( cpA, ptrA, widthA, heightA, depthA ); 191 bbs_ERROR0( "void bim_UInt8PyramidalImage_create( struct bim_UInt8PyramidalImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n" 195 if( ( ( widthA & depthMaskL ) > 0 ) || ( ( heightA & depthMaskL ) > 0 ) ) 197 bbs_ERROR1( "void bim_UInt8PyramidalImage_create( struct bim_UInt8PyramidalImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ):\n" 198 "widthA and heightA must be divisible by %i", depthMaskL + 1 ); 204 ptrA->widthE = widthA; 139 bim_UInt8PyramidalImage_heapSize( struct bbs_Context* cpA, const struct bim_UInt8PyramidalImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ) argument 165 bim_UInt8PyramidalImage_create( struct bbs_Context* cpA, struct bim_UInt8PyramidalImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA, struct bbs_MemSeg* mspA ) argument 213 bim_UInt8PyramidalImage_size( struct bbs_Context* cpA, struct bim_UInt8PyramidalImage* ptrA, uint32 widthA, uint32 heightA, uint32 depthA ) argument [all...] |
H A D | UInt16ByteImage.c | 133 uint32 widthA, 138 if( widthA & 1 ) 146 bim_UInt16ByteImage_size( cpA, ptrA, widthA, heightA ); 150 bbs_UInt16Arr_create( cpA, &ptrA->arrE, ( widthA * heightA ) >> 1, mspA ); 151 ptrA->widthE = widthA; 180 uint32 widthA, uint32 heightA ) 182 if( widthA & 1 ) 188 if( ptrA->arrE.allocatedSizeE < ( ( widthA * heightA ) >> 1 ) ) 194 bbs_UInt16Arr_size( cpA, &ptrA->arrE, ( widthA * heightA ) >> 1 ); 195 ptrA->widthE = widthA; 131 bim_UInt16ByteImage_create( struct bbs_Context* cpA, struct bim_UInt16ByteImage* ptrA, uint32 widthA, uint32 heightA, struct bbs_MemSeg* mspA ) argument 178 bim_UInt16ByteImage_size( struct bbs_Context* cpA, struct bim_UInt16ByteImage* ptrA, uint32 widthA, uint32 heightA ) argument [all...] |
H A D | UInt8Image.c | 53 uint32 widthA, 60 bim_UInt8Image_size( cpA, ptrA, widthA, heightA ); 64 bbs_UInt8Arr_create( cpA, &ptrA->arrE, widthA * heightA, mspA ); 65 ptrA->widthE = widthA; 173 uint32 widthA, 176 if( ptrA->arrE.allocatedSizeE < widthA * heightA ) 182 bbs_UInt8Arr_size( cpA, &ptrA->arrE, widthA * heightA ); 183 ptrA->widthE = widthA; 51 bim_UInt8Image_create( struct bbs_Context* cpA, struct bim_UInt8Image* ptrA, uint32 widthA, uint32 heightA, struct bbs_MemSeg* mspA ) argument 171 bim_UInt8Image_size( struct bbs_Context* cpA, struct bim_UInt8Image* ptrA, uint32 widthA, uint32 heightA ) argument
|
/external/neven/Embedded/common/src/b_TensorEm/ |
H A D | CompactAlt.c | 88 uint32 widthA, 94 bts_CompactMat_create( cpA, &ptrA->matE, widthA, heightA, bitsA, maxRowSizeA, mspA ); 86 bts_CompactAlt_create( struct bbs_Context* cpA, struct bts_CompactAlt* ptrA, uint32 widthA, uint32 heightA, uint32 bitsA, uint32 maxRowSizeA, struct bbs_MemSeg* mspA ) argument
|
H A D | CompactMat.c | 396 uint32 widthA, 409 ptrA->widthE = widthA; 394 bts_CompactMat_create( struct bbs_Context* cpA, struct bts_CompactMat* ptrA, uint32 widthA, uint32 heightA, uint32 bitsA, uint32 maxRowSizeA, struct bbs_MemSeg* mspA ) argument
|
H A D | Int32Mat.c | 120 int32 widthA, 124 bbs_Int32Arr_create( cpA, &ptrA->arrE, widthA * widthA, mspA ); 125 ptrA->widthE = widthA; 118 bts_Int32Mat_create( struct bbs_Context* cpA, struct bts_Int32Mat* ptrA, int32 widthA, struct bbs_MemSeg* mspA ) argument
|
/external/neven/FaceRecEm/common/src/b_FDSDK/ |
H A D | DCR.c | 130 u32 widthA, 133 return btk_DCR_assignImage( hdcrA, pDataA, widthA, heightA ); 140 u32 widthA, 159 if( widthA == 0 || heightA == 0 ) 167 bpi_DCR_assignGrayByteImage( &hsdkL->contextE, &hdcrA->dcrE, pDataA, widthA, heightA ); 177 u32 widthA, 181 return btk_DCR_assignImageROI( hdcrA, pDataA, widthA, heightA, pRectA ); 188 u32 widthA, 207 if( widthA == 0 || heightA == 0 ) 238 rectL.x2E = rectL.x2E > ( int32 )widthA 128 btk_DCR_assignGrayByteImage( btk_HDCR hdcrA, const void* pDataA, u32 widthA, u32 heightA ) argument 138 btk_DCR_assignImage( btk_HDCR hdcrA, const void* pDataA, u32 widthA, u32 heightA ) argument 175 btk_DCR_assignGrayByteImageROI( btk_HDCR hdcrA, const void* pDataA, u32 widthA, u32 heightA, const btk_Rect* pRectA ) argument 186 btk_DCR_assignImageROI( btk_HDCR hdcrA, const void* pDataA, u32 widthA, u32 heightA, const btk_Rect* pRectA ) argument [all...] |