Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_ImageEm/
DFunctions.c48 uint32 h1L = h0L >> 1; in bim_downscaleBy2() local
54 for( jL = 0; jL < h1L; jL++ ) in bim_downscaleBy2()
89 uint32 h1L = h0L; in bim_filterWarpInterpolation() local
230 h1L = hEffL >> 1; in bim_filterWarpInterpolation()
232 bbs_UInt8Arr_size( cpA, bufPtrA, w1L * h1L ); in bim_filterWarpInterpolation()
236 bim_downscaleBy2( bufPtrA->arrPtrE, bufPtrA->arrPtrE, w1L, w1L, h1L ); in bim_filterWarpInterpolation()
238 h1L >>= 1; in bim_filterWarpInterpolation()
274 int32 hbL = h1L - 1; in bim_filterWarpInterpolation()
357 else if( y0L >= ( int32 )h1L - 1 ) in bim_filterWarpInterpolation()
361 *dstL++ = srcL[ ( h1L - 1 ) * w1L ]; in bim_filterWarpInterpolation()
[all …]
/external/neven/Embedded/common/src/b_BitFeatureEm/
DLocalScanner.c78 int32 h1L = ( h0L - ptrA->yOffE ) >> 1; in bbf_LocalScanner_downscale0() local
86 bbs_UInt8Arr_size( cpA, &ptrA->workImageBufferE, w1L * h1L ); in bbf_LocalScanner_downscale0()
89 ptrA->workHeightE = h1L; in bbf_LocalScanner_downscale0()
91 for( jL = 0; jL < h1L; jL++ ) in bbf_LocalScanner_downscale0()
112 int32 h1L = h0L >> 1; in bbf_LocalScanner_downscale1() local
119 for( jL = 0; jL < h1L; jL++ ) in bbf_LocalScanner_downscale1()
132 ptrA->workHeightE = h1L; in bbf_LocalScanner_downscale1()
DScanner.c102 uint32 h1L = h0L >> 1; in bbf_Scanner_downscale() local
108 for( jL = 0; jL < h1L; jL++ ) in bbf_Scanner_downscale()
130 ptrA->workHeightE = h1L; in bbf_Scanner_downscale()