Searched defs:dstWidthA (Results 1 - 1 of 1) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
H A DFunctions.c75 uint32 dstWidthA,
104 for( iL = 0; iL < dstWidthA * dstHeightA; iL++ ) dstImagePtrA[ iL ] = 0;
183 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeightA;
184 yL = tyL + myxL * ( int32 )dstWidthA + myyL * ( int32 )dstHeightA;
195 xL = txL + mxxL * ( int32 )dstWidthA;
196 yL = tyL + myxL * ( int32 )dstWidthA;
280 xL = ( txL + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16;
281 yL = ( tyL + myxL * ( int32 )( dstWidthA - 1 ) ) >> 16;
288 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16;
289 yL = ( tyL + myyL * ( int32 )( dstHeightA - 1 ) + myxL * ( int32 )( dstWidthA
68 bim_filterWarpInterpolation( struct bbs_Context* cpA, uint8* dstImagePtrA, const uint8* srcImagePtrA, uint32 srcImageWidthA, uint32 srcImageHeightA, const struct bts_Int16Vec2D* offsPtrA, const struct bts_Flt16Alt2D* altPtrA, uint32 dstWidthA, uint32 dstHeightA, struct bbs_UInt8Arr* bufPtrA, uint32 scaleThresholdA ) argument
400 bim_filterWarpPixelReplication( struct bbs_Context* cpA, uint8* dstImagePtrA, const uint8* srcImagePtrA, uint32 srcImageWidthA, uint32 srcImageHeightA, const struct bts_Int16Vec2D* offsPtrA, const struct bts_Flt16Alt2D* altPtrA, uint32 dstWidthA, uint32 dstHeightA, struct bbs_UInt8Arr* bufPtrA, uint32 scaleThresholdA ) argument
710 bim_filterWarp( struct bbs_Context* cpA, uint8* dstImagePtrA, const uint8* srcImagePtrA, uint32 srcImageWidthA, uint32 srcImageHeightA, const struct bts_Int16Vec2D* offsPtrA, const struct bts_Flt16Alt2D* altPtrA, uint32 dstWidthA, uint32 dstHeightA, struct bbs_UInt8Arr* bufPtrA, uint32 scaleThresholdA, flag interpolateA ) argument
[all...]

Completed in 176 milliseconds