Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_ImageEm/
DFunctions.c75 uint32 dstWidthA, in bim_filterWarpInterpolation() argument
104 for( iL = 0; iL < dstWidthA * dstHeightA; iL++ ) dstImagePtrA[ iL ] = 0; in bim_filterWarpInterpolation()
183 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()
184 yL = tyL + myxL * ( int32 )dstWidthA + myyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()
195 xL = txL + mxxL * ( int32 )dstWidthA; in bim_filterWarpInterpolation()
196 yL = tyL + myxL * ( int32 )dstWidthA; in bim_filterWarpInterpolation()
280 xL = ( txL + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpInterpolation()
281 yL = ( tyL + myxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpInterpolation()
288 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpInterpolation()
289 yL = ( tyL + myyL * ( int32 )( dstHeightA - 1 ) + myxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpInterpolation()
[all …]
DFunctions.h61 uint32 dstWidthA,
81 uint32 dstWidthA,
96 uint32 dstWidthA,