Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_TensorEm/
DSubVecMap.c47 ptrA->offsetE = 0; in bts_SubVecMap_init()
57 ptrA->offsetE = 0; in bts_SubVecMap_exit()
75 ptrA->offsetE = srcPtrA->offsetE; in bts_SubVecMap_copy()
85 if( ptrA->offsetE != srcPtrA->offsetE ) return FALSE; in bts_SubVecMap_equal()
122 memSizeL += bbs_SIZEOF16( ptrA->offsetE ); in bts_SubVecMap_memSize()
138 memPtrA += bbs_memWrite32( &ptrA->offsetE, memPtrA ); in bts_SubVecMap_memWrite()
155 memPtrA += bbs_memRead32( &ptrA->offsetE, memPtrA ); in bts_SubVecMap_memRead()
186 int32 sizeL = ( ptrL->sizeE != -1 ) ? ptrL->sizeE : ( int32 )inVecPtrA->arrE.sizeE - ptrL->offsetE; in bts_SubVecMap_map()
189 if( ( ptrL->offsetE + sizeL ) > ( int32 )inVecPtrA->arrE.sizeE ) in bts_SubVecMap_map()
203 bbs_memcpy16( outVecPtrA->arrE.arrPtrE, inVecPtrA->arrE.arrPtrE + ptrL->offsetE, sizeL ); in bts_SubVecMap_map()
DSubVecMap.h49 int32 offsetE; member
/external/libxcam/cl_kernel/
Dkernel_yuv_pipe.cl186 uint offsetE = 2 * y * offsetX + x;
192 inR[0] = convert_float8(inputFrame0[offsetE]) / 65536.0f;
194 inG[0] = convert_float8(inputFrame0[offsetE + offsetG]) / 65536.0f;
196 inB[0] = convert_float8(inputFrame0[offsetE + offsetB]) / 65536.0f;
220 output[offsetE] = convert_uchar8(out[0] * 255.0f);