Home | History | Annotate | Download | only in b_BitFeatureEm

Lines Matching refs:arrPtrE

104 	uint16* arrL = ptrA->workImageE.arrPtrE;
155 uint16* dstL = ptrA->workImageE.arrPtrE;
174 uint16* dstL = ptrA->workImageE.arrPtrE;
284 bitRowL = ( uint32* )ptrA->bitImageE.arrE.arrPtrE + ptrA->borderWidthE;
294 satL = ptrA->satE.arrE.arrPtrE;
297 lBufL = ptrA->lineBufE.arrPtrE;
321 const uint16* arr0L = ptrA->workImageE.arrPtrE + ypL * wi2L;
410 bbs_memcpy32( ptrA->patchBufferE.arrPtrE, ptrA->bitImageE.arrE.arrPtrE, ptrA->bitImageE.widthE );
837 return ptrA->patchBufferE.arrPtrE + ptrA->xE;
860 uint32* dstL = ptrA->patchBufferE.arrPtrE;
865 uint32* srcL = ( uint32* )ptrA->bitImageE.arrE.arrPtrE + rowL * sizeL;
919 dstL = ptrA->patchBufferE.arrPtrE;
923 uint32* srcL = ptrA->bitImageE.arrE.arrPtrE + rowL * sizeL;
951 dstL = ptrA->patchBufferE.arrPtrE;
957 uint32* src1L = ptrA->bitImageE.arrE.arrPtrE + rowL * sizeL;
964 bbs_memcpy32( dstL, ptrA->bitImageE.arrE.arrPtrE + rowL * sizeL, sizeL );
969 uint32* srcL = ptrA->bitImageE.arrE.arrPtrE + ( rowL - 1 ) * sizeL;
1027 ptrA->idxArrE.arrPtrE[ ptrA->intCountE ] = idxA;
1028 ptrA->actArrE.arrPtrE[ ptrA->intCountE ] = actA;
1039 int32* actArrL = ptrA->actArrE.arrPtrE;
1051 ptrA->idxArrE.arrPtrE[ minIdxL ] = idxA;
1052 ptrA->actArrE.arrPtrE[ minIdxL ] = actA;
1069 ptrA->outArrE.arrPtrE[ ptrA->outCountE * 4 + 0 ] = xA;
1070 ptrA->outArrE.arrPtrE[ ptrA->outCountE * 4 + 1 ] = yA;
1071 ptrA->outArrE.arrPtrE[ ptrA->outCountE * 4 + 2 ] = scaleA;
1072 ptrA->outArrE.arrPtrE[ ptrA->outCountE * 4 + 3 ] = actA;
1083 int32* outArrL = ptrA->outArrE.arrPtrE;
1095 ptrA->idxArrE.arrPtrE[ minIdxL * 4 + 0 ] = xA;
1096 ptrA->idxArrE.arrPtrE[ minIdxL * 4 + 1 ] = yA;
1097 ptrA->idxArrE.arrPtrE[ minIdxL * 4 + 2 ] = scaleA;
1098 ptrA->idxArrE.arrPtrE[ minIdxL * 4 + 3 ] = actA;
1115 int32* outArrL = ptrA->outArrE.arrPtrE;
1224 int32* actArrL = ptrA->actArrE.arrPtrE;
1225 uint32* idxArrL = ptrA->idxArrE.arrPtrE;