Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_ImageEm/
DFunctions.c173 uint32 wEffL, hEffL; in bim_filterWarpInterpolation() local
219 hEffL = yMaxL - yMinL; in bim_filterWarpInterpolation()
223 while( ( scaleExpL > 0 ) && ( hEffL >> scaleExpL ) < 2 ) scaleExpL--; in bim_filterWarpInterpolation()
230 h1L = hEffL >> 1; in bim_filterWarpInterpolation()
233 bim_downscaleBy2( bufPtrA->arrPtrE, srcL + yMinL * w0L + xMinL, w0L, wEffL, hEffL ); in bim_filterWarpInterpolation()
505 uint32 wEffL, hEffL; in bim_filterWarpPixelReplication() local
551 hEffL = yMaxL - yMinL; in bim_filterWarpPixelReplication()
555 while( ( scaleExpL > 0 ) && ( hEffL >> scaleExpL ) < 2 ) scaleExpL--; in bim_filterWarpPixelReplication()
562 h1L = hEffL >> 1; in bim_filterWarpPixelReplication()
565 bim_downscaleBy2( bufPtrA->arrPtrE, srcL + yMinL * w0L + xMinL, w0L, wEffL, hEffL ); in bim_filterWarpPixelReplication()