Home | History | Annotate | Download | only in b_BitFeatureEm

Lines Matching refs:patchBufferE

62 	bbs_UInt32Arr_create( cpA, &ptrA->patchBufferE, ptrA->bitImageE.widthE, espL );
63 bbs_UInt32Arr_fill( cpA, &ptrA->patchBufferE, 0 );
288 bbs_UInt32Arr_size( cpA, &ptrA->patchBufferE, ptrA->bitImageE.widthE );
292 bbs_memcpy32( ptrA->patchBufferE.arrPtrE + xbL,
298 uint32* dstL = ptrA->patchBufferE.arrPtrE + xbL;
305 uint32* dstL = ptrA->patchBufferE.arrPtrE + xbL;
358 bbs_UInt32Arr_init( cpA, &ptrA->patchBufferE );
392 bbs_UInt32Arr_exit( cpA, &ptrA->patchBufferE );
671 return ptrA->patchBufferE.arrPtrE + ptrA->xE;
695 uint32* dstL = ( uint32* )ptrA->patchBufferE.arrPtrE + ptrA->xE;
746 uint32* dstL = ptrA->patchBufferE.arrPtrE + imgOffsL;