Home | History | Annotate | Download | only in b_BitFeatureEm

Lines Matching refs:uint32

45 	ptrA->baseE.typeE = ( uint32 )bbf_FT_I04_DNS_2X2_FTR;
122 uint32 bbf_I04Dns2x2Ftr_memSize( struct bbs_Context* cpA,
125 uint32 memSizeL = bbs_SIZEOF16( uint32 ) +
126 bbs_SIZEOF16( uint32 ); /* version */
138 uint32 bbf_I04Dns2x2Ftr_memWrite( struct bbs_Context* cpA,
142 uint32 memSizeL = bbf_I04Dns2x2Ftr_memSize( cpA, ptrA );
154 uint32 bbf_I04Dns2x2Ftr_memRead( struct bbs_Context* cpA,
159 uint32 memSizeL, versionL;
171 bbs_ERR0( bbs_ERR_CORRUPT_DATA, "uint32 bbf_I04Dns2x2Ftr_memRead( struct bem_ScanGradientMove* ptrA, const uint16* memPtrA ):\n"
189 int32 bbf_I04Dns2x2Ftr_activity( const struct bbf_Feature* ptrA, const uint32* patchA )
193 uint32 iL;
195 const uint32* ptnPtrL = ptrL->ptnArrE.arrPtrE;
197 const uint32* patchL = patchA;
201 uint32 wL = ptrL->baseE.patchWidthE - 1;
202 uint32 hL = ptrL->baseE.patchHeightE - 1;
204 uint32 borderMaskL = ( ( uint32 )1 << hL ) - 1;
206 uint32 blocksL = ptrL->baseE.patchHeightE >> 2; /* number of 4 bit blocks */
212 uint32 vL = ( patchL[ 0 ] ^ ptnPtrL[ 0 ] ) &
236 uint32 jL;
237 uint32 vL = ( patchL[ 0 ] ^ ptnPtrL[ 0 ] ) &