Searched refs:rowL (Results 1 - 3 of 3) sorted by relevance

/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DScanner.c857 uint32 rowL = ( ptrA->yE >> 5 ) + ( offL > 0 ? 1 : 0 ); local
863 if( rowL < ptrA->bitImageE.heightE )
865 uint32* srcL = ( uint32* )ptrA->bitImageE.arrE.arrPtrE + rowL * sizeL;
909 uint32 offL, rowL; local
916 rowL = ( ptrA->yE >> 5 ) + ( offL > 0 ? 1 : 0 );
921 if( rowL < ptrA->bitImageE.heightE )
923 uint32* srcL = ptrA->bitImageE.arrE.arrPtrE + rowL * sizeL;
941 uint32 offL, rowL; local
948 rowL = ( ptrA->yE >> 5 ) + ( offL > 0 ? 1 : 0 );
953 if( rowL < ptr
[all...]
H A DLocalScanner.c691 uint32 rowL = ( ptrA->yE >> 5 ) + ( offL > 0 ? 1 : 0 ); local
698 if( rowL < ptrA->bitImageE.heightE )
700 uint32* srcL = ptrA->bitImageE.arrE.arrPtrE + rowL * widthL + ptrA->xE;
741 uint32 rowL = ( ptrA->yE >> 5 ) + ( offL > 0 ? 1 : 0 ); local
749 if( rowL < ptrA->bitImageE.heightE )
753 uint32* src1L = ptrA->bitImageE.arrE.arrPtrE + rowL * imgWidthL + imgOffsL;
760 bbs_memcpy32( dstL, ptrA->bitImageE.arrE.arrPtrE + rowL * imgWidthL + imgOffsL, sizeL );
765 uint32* srcL = ptrA->bitImageE.arrE.arrPtrE + ( rowL - 1 ) * imgWidthL + imgOffsL;
/external/neven/Embedded/common/src/b_TensorEm/
H A DInt32Mat.c271 int32* rowL = matL + ( iL * sizeL ); local
276 int32 absElemL = rowL[ jL ];

Completed in 859 milliseconds