Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_ImageEm/
DFunctions.c157 uint32 invScaleL = ( a1L < a2L ) ? a1L : a2L; in bim_filterWarpInterpolation() local
159 while( ( invScaleL >> scaleExpL ) > scaleThrL ) scaleExpL++; in bim_filterWarpInterpolation()
489 uint32 invScaleL = ( a1L < a2L ) ? a1L : a2L; in bim_filterWarpPixelReplication() local
491 while( ( invScaleL >> scaleExpL ) > scaleThrL ) scaleExpL++; in bim_filterWarpPixelReplication()