Home
last modified time | relevance | path

Searched refs:heightA (Results 1 – 25 of 26) sorted by relevance

12

/external/neven/Embedded/common/src/b_APIEm/
DDCR.c152 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()
DDCR.h132 uint32 heightA );
143 uint32 heightA,
/external/neven/Embedded/common/src/b_ImageEm/
DUInt32Image.c109 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()
DUInt8PyramidalImage.c142 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 …]
DUInt16BytePyrImage.c141 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 …]
DComplexImage.c127 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()
DAPhImage.c55 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()
DFlt16Image.c125 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()
DUInt32Image.h86 uint32 heightA );
98 uint32 heightA,
110 uint32 heightA );
DComplexImage.h93 uint32 widthA, uint32 heightA );
101 uint32 heightA,
108 uint32 heightA );
DUInt8PyramidalImage.h89 uint32 widthA, uint32 heightA,
119 uint32 heightA,
128 uint32 heightA,
DUInt16BytePyrImage.h87 uint32 widthA, uint32 heightA,
118 uint32 heightA,
127 uint32 heightA,
DUInt8Image.c54 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()
DUInt16ByteImage.c134 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()
DAPhImage.h72 uint32 heightA,
99 uint32 heightA );
DUInt16ByteImage.h79 uint32 heightA,
114 uint32 widthA, uint32 heightA );
DFlt16Image.h98 uint32 heightA,
110 uint32 heightA );
DUInt8Image.h70 uint32 heightA,
106 uint32 heightA );
/external/neven/FaceRecEm/common/src/b_FDSDK/
DDCR.c131 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 …]
DDCR.h91 u32 heightA );
98 u32 heightA );
105 u32 heightA,
115 u32 heightA,
/external/neven/Embedded/common/src/b_TensorEm/
DCompactAlt.c89 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()
DCompactAlt.h86 uint32 heightA,
DCompactMat.h112 uint32 heightA,
DCompactMat.c397 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()
/external/skia/tests/
DImageTest.cpp55 const int heightA = subsetA ? subsetA->height() : a->height(); in assert_equal() local
58 REPORTER_ASSERT(reporter, heightA == b->height()); in assert_equal()
74 for (int y = 0; y < heightA; ++y) { in assert_equal()

12