Home
last modified time | relevance | path

Searched refs:mspL (Results 1 – 1 of 1) sorted by relevance

/external/neven/Embedded/common/src/b_BitFeatureEm/
DScanner.c52 struct bbs_MemSeg* mspL = maximizeSharedMemoryA ? sspL : espL; in bbf_Scanner_alloc() local
67 bbs_UInt16Arr_create( cpA, &ptrA->workImageE, ( ( woL >> 1 ) + ( woL & 1 ) ) * hoL, mspL ); in bbf_Scanner_alloc()
72 …_create( cpA, &ptrA->bitImageE, xwoL, ( xhoL >> 5 ) + ( ( ( xhoL & 0x1F ) != 0 ) ? 1 : 0 ), mspL ); in bbf_Scanner_alloc()
77 bbs_UInt32Arr_create( cpA, &ptrA->patchBufferE, ptrA->bitImageE.widthE, mspL ); in bbf_Scanner_alloc()
88 bbs_UInt32Arr_create( cpA, &ptrA->idxArrE, ptrA->bufferSizeE, mspL ); in bbf_Scanner_alloc()
89 bbs_Int32Arr_create( cpA, &ptrA->actArrE, ptrA->bufferSizeE, mspL ); in bbf_Scanner_alloc()