Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_ImageEm/
DFunctions.h55 uint8* dstImagePtrA,
75 uint8* dstImagePtrA,
90 uint8* dstImagePtrA,
DFunctions.c69 uint8* dstImagePtrA, in bim_filterWarpInterpolation() argument
86 uint8* dstL = dstImagePtrA; in bim_filterWarpInterpolation()
104 for( iL = 0; iL < dstWidthA * dstHeightA; iL++ ) dstImagePtrA[ iL ] = 0; in bim_filterWarpInterpolation()
258 if( !downScaledL && dstImagePtrA == srcImagePtrA ) in bim_filterWarpInterpolation()
401 uint8* dstImagePtrA, in bim_filterWarpPixelReplication() argument
418 uint8* dstL = dstImagePtrA; in bim_filterWarpPixelReplication()
436 for( iL = 0; iL < dstWidthA * dstHeightA; iL++ ) dstImagePtrA[ iL ] = 0; in bim_filterWarpPixelReplication()
590 if( !downScaledL && dstImagePtrA == srcImagePtrA ) in bim_filterWarpPixelReplication()
711 uint8* dstImagePtrA, in bim_filterWarp() argument
725 …bim_filterWarpInterpolation( cpA, dstImagePtrA, srcImagePtrA, srcImageWidthA, srcImageHeightA, off… in bim_filterWarp()
[all …]