OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rowL
(Results
1 - 3
of
3
) sorted by null
/external/neven/Embedded/common/src/b_BitFeatureEm/
Scanner.c
857
uint32
rowL
= ( ptrA->yE >> 5 ) + ( offL > 0 ? 1 : 0 );
863
if(
rowL
< ptrA->bitImageE.heightE )
865
uint32* srcL = ( uint32* )ptrA->bitImageE.arrE.arrPtrE +
rowL
* sizeL;
909
uint32 offL,
rowL
;
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
;
948
rowL
= ( ptrA->yE >> 5 ) + ( offL > 0 ? 1 : 0 );
953
if(
rowL
< ptrA->bitImageE.heightE
[
all
...]
LocalScanner.c
691
uint32
rowL
= ( ptrA->yE >> 5 ) + ( offL > 0 ? 1 : 0 );
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 );
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/
Int32Mat.c
271
int32*
rowL
= matL + ( iL * sizeL );
276
int32 absElemL =
rowL
[ jL ];
Completed in 440 milliseconds