Home | History | Annotate | Download | only in b_BitFeatureEm

Lines Matching refs:uint32

45 	ptrA->baseE.typeE = ( uint32 )bbf_FT_L01_TLD_2X4_FTR;
118 uint32 bbf_L01Tld2x4Ftr_memSize( struct bbs_Context* cpA,
121 uint32 memSizeL = bbs_SIZEOF16( uint32 ) +
122 bbs_SIZEOF16( uint32 ); /* version */
133 uint32 bbf_L01Tld2x4Ftr_memWrite( struct bbs_Context* cpA,
137 uint32 memSizeL = bbf_L01Tld2x4Ftr_memSize( cpA, ptrA );
148 uint32 bbf_L01Tld2x4Ftr_memRead( struct bbs_Context* cpA,
153 uint32 memSizeL, versionL;
164 bbs_ERR0( bbs_ERR_CORRUPT_DATA, "uint32 bbf_L01Tld2x4Ftr_memRead( struct bem_ScanGradientMove* ptrA, const uint16* memPtrA ):\n"
182 int32 bbf_L01Tld2x4Ftr_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 bs1L = 0;
192 uint32 bs2L = 0;
196 uint32 vL = ~dataPtrL[ 0 ];
199 uint32 s1L = patchL[ 0 ] ^ dataPtrL[ 1 ];
200 uint32 s2L = patchL[ 1 ] ^ dataPtrL[ 2 ];
267 uint32 actL = ( bs1L + ( bs1L >> 16 ) ) & 0x0FF;