Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_ImageEm/
DFunctions.c173 uint32 wEffL, hEffL; in bim_filterWarpInterpolation() local
218 wEffL = xMaxL - xMinL; in bim_filterWarpInterpolation()
222 while( ( scaleExpL > 0 ) && ( wEffL >> scaleExpL ) < 2 ) scaleExpL--; in bim_filterWarpInterpolation()
229 w1L = wEffL >> 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
550 wEffL = xMaxL - xMinL; in bim_filterWarpPixelReplication()
554 while( ( scaleExpL > 0 ) && ( wEffL >> scaleExpL ) < 2 ) scaleExpL--; in bim_filterWarpPixelReplication()
561 w1L = wEffL >> 1; in bim_filterWarpPixelReplication()
565 bim_downscaleBy2( bufPtrA->arrPtrE, srcL + yMinL * w0L + xMinL, w0L, wEffL, hEffL ); in bim_filterWarpPixelReplication()