HomeSort by relevance Sort by last modified time
    Searched refs:arrE (Results 1 - 25 of 29) sorted by null

1 2

  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Vec.c 45 bbs_Int16Arr_init( cpA, &ptrA->arrE );
54 bbs_Int16Arr_exit( cpA, &ptrA->arrE );
72 bbs_Int16Arr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE );
82 if( !bbs_Int16Arr_equal( cpA, &ptrA->arrE, &srcPtrA->arrE ) ) return FALSE;
100 uint16 sizeL = ptrA->arrE.sizeE;
102 const int16* srcL = ptrA->arrE.arrPtrE;
114 return bbs_vecNorm16( ptrA->arrE.arrPtrE, ptrA->arrE.sizeE )
    [all...]
Alt.c 183 if( inVecPtrA->arrE.sizeE != ptrL->altE.matE.widthE )
189 if( outVecPtrA->arrE.allocatedSizeE < ptrL->altE.matE.heightE )
197 bts_CompactAlt_map( cpA, &ptrL->altE, inVecPtrA->arrE.arrPtrE, inVecPtrA->expE, outVecPtrA->arrE.arrPtrE, &outVecPtrA->expE );
SubVecMap.c 186 int32 sizeL = ( ptrL->sizeE != -1 ) ? ptrL->sizeE : ( int32 )inVecPtrA->arrE.sizeE - ptrL->offsetE;
189 if( ( ptrL->offsetE + sizeL ) > ( int32 )inVecPtrA->arrE.sizeE )
195 if( outVecPtrA->arrE.allocatedSizeE < ( uint32 )sizeL )
203 bbs_memcpy16( outVecPtrA->arrE.arrPtrE, inVecPtrA->arrE.arrPtrE + ptrL->offsetE, sizeL );
Mat.c 185 if( inVecPtrA->arrE.sizeE != ptrL->matE.widthE )
191 if( outVecPtrA->arrE.allocatedSizeE < ptrL->matE.heightE )
202 bts_CompactMat_map( cpA, &ptrL->matE, inVecPtrA->arrE.arrPtrE, outVecPtrA->arrE.arrPtrE, &expL );
Int32Mat.c 81 bbs_Int32Arr_init( cpA, &ptrA->arrE );
90 bbs_Int32Arr_exit( cpA, &ptrA->arrE );
124 bbs_Int32Arr_create( cpA, &ptrA->arrE, widthA * widthA, mspA );
141 bbs_Int32Arr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE );
160 + bbs_Int32Arr_memSize( cpA, &ptrA->arrE );
173 memPtrA += bbs_Int32Arr_memWrite( cpA, &ptrA->arrE, memPtrA );
189 memPtrA += bbs_Int32Arr_memRead( cpA, &ptrA->arrE, memPtrA, mspA );
Int32Mat.h 47 struct bbs_Int32Arr arrE;
  /external/neven/Embedded/common/src/b_ImageEm/
UInt32Image.c 43 bbs_UInt32Arr_init( cpA, &ptrA->arrE );
53 bbs_UInt32Arr_exit( cpA, &ptrA->arrE );
73 if( ptrA->arrE.allocatedSizeE < srcPtrA->arrE.allocatedSizeE )
82 bbs_UInt32Arr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE );
93 return bbs_UInt32Arr_equal( cpA, &ptrA->arrE, &srcPtrA->arrE );
111 return bbs_UInt32Arr_heapSize( cpA, &ptrA->arrE, widthA * heightA );
121 uint32 sizeL = ptrA->arrE.sizeE
    [all...]
UInt8PyramidalImage.c 45 bbs_UInt8Arr_init( cpA, &ptrA->arrE );
57 bbs_UInt8Arr_exit( cpA, &ptrA->arrE );
78 if( ptrA->arrE.allocatedSizeE < srcPtrA->arrE.allocatedSizeE )
88 bbs_UInt8Arr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE );
100 return bbs_UInt8Arr_equal( cpA, &ptrA->arrE, &srcPtrA->arrE );
134 return ptrA->arrE.arrPtrE + offsL;
152 return bbs_UInt8Arr_heapSize( cpA, &ptrA->arrE, sizeL )
    [all...]
UInt16BytePyrImage.c 45 bbs_UInt16Arr_init( cpA, &ptrA->arrE );
57 bbs_UInt16Arr_exit( cpA, &ptrA->arrE );
78 if( ptrA->arrE.allocatedSizeE < srcPtrA->arrE.allocatedSizeE )
88 bbs_UInt16Arr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE );
100 return bbs_UInt16Arr_equal( cpA, &ptrA->arrE, &srcPtrA->arrE );
134 return ptrA->arrE.arrPtrE + offsL;
151 return bbs_UInt16Arr_heapSize( cpA, &ptrA->arrE, sizeL )
    [all...]
ComplexImage.c 45 bbs_ComplexArr_init( cpA, &ptrA->arrE );
55 bbs_ComplexArr_exit( cpA, &ptrA->arrE );
75 if( ptrA->arrE.allocatedSizeE < srcPtrA->arrE.allocatedSizeE )
84 bbs_ComplexArr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE );
95 return bbs_ComplexArr_equal( cpA, &ptrA->arrE, &srcPtrA->arrE );
113 uint32 sizeL = ptrA->arrE.sizeE;
114 const struct bbs_Complex* ptrL = ptrA->arrE.arrPtrE
    [all...]
APhImage.c 45 bbs_APhArr_init( cpA, &ptrA->arrE );
59 if( ptrA->arrE.arrPtrE != 0 )
65 bbs_APhArr_create( cpA, &ptrA->arrE, widthA * heightA, mspA );
76 bbs_APhArr_exit( cpA, &ptrA->arrE );
96 if( ptrA->arrE.allocatedSizeE < srcPtrA->arrE.allocatedSizeE )
105 bbs_APhArr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE );
116 return bbs_APhArr_equal( cpA, &ptrA->arrE, &srcPtrA->arrE );
    [all...]
Flt16Image.c 46 bbs_Int16Arr_init( cpA, &ptrA->arrE );
57 bbs_Int16Arr_exit( cpA, &ptrA->arrE );
79 if( ptrA->arrE.allocatedSizeE < srcPtrA->arrE.allocatedSizeE )
89 bbs_Int16Arr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE );
101 return bbs_Int16Arr_equal( cpA, &ptrA->arrE, &srcPtrA->arrE );
129 if( ptrA->arrE.arrPtrE != 0 )
136 bbs_Int16Arr_create( cpA, &ptrA->arrE, widthA * heightA, mspA )
    [all...]
UInt8Image.c 44 bbs_UInt8Arr_init( cpA, &ptrA->arrE );
58 if( ptrA->arrE.arrPtrE != 0 )
64 bbs_UInt8Arr_create( cpA, &ptrA->arrE, widthA * heightA, mspA );
74 bbs_UInt8Arr_exit( cpA, &ptrA->arrE );
94 if( ptrA->arrE.sizeE < srcPtrA->arrE.sizeE )
103 bbs_UInt8Arr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE );
114 return bbs_UInt8Arr_equal( cpA, &ptrA->arrE, &srcPtrA->arrE );
    [all...]
UInt16ByteImage.c 44 bbs_UInt16Arr_init( cpA, &ptrA->arrE );
54 bbs_UInt16Arr_exit( cpA, &ptrA->arrE );
74 if( ptrA->arrE.sizeE < srcPtrA->arrE.sizeE )
83 bbs_UInt16Arr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE );
94 return bbs_UInt16Arr_equal( cpA, &ptrA->arrE, &srcPtrA->arrE );
112 uint32 sizeL = ptrA->arrE.sizeE;
113 const uint16* ptrL = ptrA->arrE.arrPtrE
    [all...]
HistoEq.c 53 srcPtrL = imagePtrA->arrE.arrPtrE;
55 for( iL = imagePtrA->arrE.sizeE; iL > 0; iL-- )
99 srcPtrL = imagePtrA->arrE.arrPtrE + sectionL.y1E * imgWidthL + sectionL.x1E;
143 dstPtrL = imagePtrA->arrE.arrPtrE;
144 for( kL = imagePtrA->arrE.sizeE; kL > 0; kL-- )
HistoEq16.c 52 srcPtrL = imagePtrA->arrE.arrPtrE;
55 for( iL = imagePtrA->arrE.sizeE; iL > 0; iL-- )
102 srcPtrL = imagePtrA->arrE.arrPtrE + sectionL.y1E * imgWidthL + sectionL.x1E;
148 dstPtrL = imagePtrA->arrE.arrPtrE;
149 for( kL = imagePtrA->arrE.sizeE; kL > 0; kL-- )
ToneDownBGSupp.c 129 imgPtrL = &(imgA->arrE.arrPtrE[ 0 ]);
142 imgPtrL = &(imgA->arrE.arrPtrE[ rectIxYMaxL * imgA->widthE ]);
143 imgPtrMaxL = &(imgA->arrE.arrPtrE[ imgA->heightE * imgA->widthE ]);
154 imgPtrL = &(imgA->arrE.arrPtrE[ rectIxYMinL * imgA->widthE ]);
276 imgPtr0L = &(imgA->arrE.arrPtrE[ rectIxYMinL * imgA->widthE ]);
277 imgPtr1L = &(imgA->arrE.arrPtrE[ ( rectIxYMaxL - 1 ) * imgA->widthE ]);
283 imgPtr0L = &(imgA->arrE.arrPtrE[ ( rectIxYMinL + 1 ) * imgA->widthE + rectIxXMinL ]);
284 imgPtr1L = &(imgA->arrE.arrPtrE[ ( rectIxYMinL + 1 ) * imgA->widthE + rectIxXMaxL - 1 ]);
440 imgPtrL = &( imgA->arrE.arrPtrE[ jL * imgA->widthE ] );
448 imgPtrL = &( imgA->arrE.arrPtrE[ jL * imgA->widthE ] )
    [all...]
APhImage.h 55 struct bbs_APhArr arrE;
ComplexImage.h 55 struct bbs_ComplexArr arrE;
UInt16ByteImage.h 43 * ( ( arrE.arrE + y * withE + ( x >> 1 ) ) >> ( 8 * ( x & 1 ) ) ) & 0x0FF;
62 struct bbs_UInt16Arr arrE;
UInt32Image.h 51 struct bbs_UInt32Arr arrE;
Flt16Image.h 61 struct bbs_Int16Arr arrE;
UInt16BytePyrImage.h 51 * Adresses of data relative to arrE.arrPtrE
73 struct bbs_UInt16Arr arrE;
UInt8Image.h 53 struct bbs_UInt8Arr arrE;
UInt8PyramidalImage.h 46 * Adresses of data relative to arrE.arrPtrE
73 struct bbs_UInt8Arr arrE;

Completed in 966 milliseconds

1 2