/external/neven/Embedded/common/src/b_APIEm/ |
H A D | DCR.c | 152 uint32 heightA ) 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, 173 ptrA->imageHeightE = heightA; 176 ptrA->roiRectE = bts_Int16Rect_create( 0, 0, widthA, heightA ); 188 uint32 heightA, 191 bbs_DEF_fNameL( "void bpi_DCR_assignGrayByteImageROI( struct bpi_DCR* ptrA, const void* bufferPtrA, uint32 widthA, uint32 heightA )" ) 193 if( widthA > ptrA->maxImageWidthE || heightA > ptrA->maxImageHeightE ) 197 widthA, heightA, 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 | 109 uint32 heightA ) 111 return bbs_UInt32Arr_heapSize( cpA, &ptrA->arrE, widthA * heightA ); 143 uint32 heightA, 149 bim_UInt32Image_size( cpA, ptrA, widthA, heightA ); 153 bbs_UInt32Arr_create( cpA, &ptrA->arrE, widthA * heightA, mspA ); 155 ptrA->heightE = heightA; 185 uint32 heightA ) 187 if( ptrA->arrE.allocatedSizeE < widthA * heightA ) 194 ptrA->heightE = heightA; 195 bbs_UInt32Arr_size( cpA, &ptrA->arrE, widthA * heightA ); 140 bim_UInt32Image_create( struct bbs_Context* cpA, struct bim_UInt32Image* ptrA, uint32 widthA, uint32 heightA, struct bbs_MemSeg* mspA ) argument [all...] |
H A D | APhImage.c | 55 uint32 heightA, 61 bim_APhImage_size( cpA, ptrA, widthA, heightA ); 65 bbs_APhArr_create( cpA, &ptrA->arrE, widthA * heightA, mspA ); 67 ptrA->heightE = heightA; 140 uint32 heightA ) 143 if( ptrA->arrE.allocatedSizeE < widthA * heightA ) 151 ptrA->heightE = heightA; 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
|
H A D | ComplexImage.c | 127 uint32 widthA, uint32 heightA ) 129 return bbs_ComplexArr_heapSize( cpA, &ptrA->arrE, widthA * heightA ); 145 uint32 heightA, 151 bim_ComplexImage_size( cpA, ptrA, widthA, heightA ); 155 bbs_ComplexArr_create( cpA, &ptrA->arrE, widthA * heightA, mspA ); 157 ptrA->heightE = heightA; 166 uint32 heightA ) 168 if( ptrA->arrE.allocatedSizeE < widthA * heightA ) 175 ptrA->heightE = heightA; 176 bbs_ComplexArr_size( cpA, &ptrA->arrE, widthA * heightA ); 142 bim_ComplexImage_create( struct bbs_Context* cpA, struct bim_ComplexImage* ptrA, uint32 widthA, uint32 heightA, struct bbs_MemSeg* mspA ) argument [all...] |
H A D | Flt16Image.c | 125 uint32 heightA, 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 ); 141 ptrA->heightE = heightA; 173 uint32 heightA ) 175 if( ptrA->arrE.allocatedSizeE < widthA * heightA ) 182 ptrA->heightE = heightA; 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
|
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 ); 200 ptrA->heightE = heightA; 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 | 142 uint32 heightA, 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 ); 205 ptrA->heightE = heightA; 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 | 134 uint32 heightA, 146 bim_UInt16ByteImage_size( cpA, ptrA, widthA, heightA ); 150 bbs_UInt16Arr_create( cpA, &ptrA->arrE, ( widthA * heightA ) >> 1, mspA ); 152 ptrA->heightE = heightA; 180 uint32 widthA, uint32 heightA ) 188 if( ptrA->arrE.allocatedSizeE < ( ( widthA * heightA ) >> 1 ) ) 194 bbs_UInt16Arr_size( cpA, &ptrA->arrE, ( widthA * heightA ) >> 1 ); 196 ptrA->heightE = heightA; 131 bim_UInt16ByteImage_create( struct bbs_Context* cpA, struct bim_UInt16ByteImage* ptrA, uint32 widthA, uint32 heightA, struct bbs_MemSeg* mspA ) argument
|
H A D | UInt8Image.c | 54 uint32 heightA, 60 bim_UInt8Image_size( cpA, ptrA, widthA, heightA ); 64 bbs_UInt8Arr_create( cpA, &ptrA->arrE, widthA * heightA, mspA ); 66 ptrA->heightE = heightA; 174 uint32 heightA ) 176 if( ptrA->arrE.allocatedSizeE < widthA * heightA ) 182 bbs_UInt8Arr_size( cpA, &ptrA->arrE, widthA * heightA ); 184 ptrA->heightE = heightA; 51 bim_UInt8Image_create( struct bbs_Context* cpA, struct bim_UInt8Image* ptrA, uint32 widthA, uint32 heightA, struct bbs_MemSeg* mspA ) argument
|
/external/neven/Embedded/common/src/b_TensorEm/ |
H A D | CompactAlt.c | 89 uint32 heightA, 94 bts_CompactMat_create( cpA, &ptrA->matE, widthA, heightA, bitsA, maxRowSizeA, mspA ); 95 bbs_Int16Arr_create( cpA, &ptrA->vecE, heightA, 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 | 397 uint32 heightA, 410 ptrA->heightE = heightA; 415 bbs_Int16Arr_create( cpA, &ptrA->cpsArrE, heightA * ptrA->wordsPerRowE, mspA ); 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
|
/external/neven/FaceRecEm/common/src/b_FDSDK/ |
H A D | DCR.c | 131 u32 heightA ) 133 return btk_DCR_assignImage( hdcrA, pDataA, widthA, heightA ); 141 u32 heightA ) 159 if( widthA == 0 || heightA == 0 ) 167 bpi_DCR_assignGrayByteImage( &hsdkL->contextE, &hdcrA->dcrE, pDataA, widthA, heightA ); 178 u32 heightA, 181 return btk_DCR_assignImageROI( hdcrA, pDataA, widthA, heightA, pRectA ); 189 u32 heightA, 207 if( widthA == 0 || heightA == 0 ) 239 rectL.y2E = rectL.y2E > ( int32 )heightA 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...] |
/external/skia/tests/ |
H A D | ImageTest.cpp | 30 const int heightA = subsetA ? subsetA->height() : a->height(); local 33 REPORTER_ASSERT(reporter, heightA == b->height()); 41 SkImageInfo info = SkImageInfo::MakeN32(widthA, heightA, 54 for (int y = 0; y < heightA; ++y) {
|