Home | History | Annotate | Download | only in b_BitFeatureEm

Lines Matching refs:uint32

45 	ptrA->baseE.typeE = ( uint32 )bbf_FT_L04_TLD_2X4_FTR;
118 uint32 bbf_L04Tld2x4Ftr_memSize( struct bbs_Context* cpA,
121 uint32 memSizeL = bbs_SIZEOF16( uint32 ) +
122 bbs_SIZEOF16( uint32 ); /* version */
133 uint32 bbf_L04Tld2x4Ftr_memWrite( struct bbs_Context* cpA,
137 uint32 memSizeL = bbf_L04Tld2x4Ftr_memSize( cpA, ptrA );
148 uint32 bbf_L04Tld2x4Ftr_memRead( struct bbs_Context* cpA,
153 uint32 memSizeL, versionL;
164 bbs_ERR0( bbs_ERR_CORRUPT_DATA, "uint32 bbf_L04Tld2x4Ftr_memRead( struct bem_ScanGradientMove* ptrA, const uint16* memPtrA ):\n"
182 int32 bbf_L04Tld2x4Ftr_activity( const struct bbf_Feature* ptrA, const uint32* patchA )
186 const uint32* dataPtrL = ptrL->dataArrE.arrPtrE;
187 const uint32* patchL = patchA;
189 uint32 iL;
191 uint32 bL[ 4 ] = { 0, 0, 0, 0 }; /* bit sum */
195 uint32 vL;
198 uint32 s1L = patchL[ 0 ] ^ dataPtrL[ 0 ];
199 uint32 s2L = patchL[ 1 ] ^ dataPtrL[ 1 ];
253 uint32 vmL;
270 uint32 actL = ( ( bL[ 0 ] << 3 ) + ( bL[ 1 ] << 2 ) + ( bL[ 2 ] << 1 ) + bL[ 3 ] );