Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_ImageEm/
DFunctions.c77 struct bbs_UInt8Arr* bufPtrA, in bim_filterWarpInterpolation() argument
231 if( bufPtrA == NULL ) bbs_ERROR1( "%s:\nPreallocated buffer is needed", fNameL ); in bim_filterWarpInterpolation()
232 bbs_UInt8Arr_size( cpA, bufPtrA, w1L * h1L ); in bim_filterWarpInterpolation()
233 bim_downscaleBy2( bufPtrA->arrPtrE, srcL + yMinL * w0L + xMinL, w0L, wEffL, hEffL ); in bim_filterWarpInterpolation()
236 bim_downscaleBy2( bufPtrA->arrPtrE, bufPtrA->arrPtrE, w1L, w1L, h1L ); in bim_filterWarpInterpolation()
250 srcL = bufPtrA->arrPtrE; in bim_filterWarpInterpolation()
262 if( bufPtrA == NULL ) bbs_ERROR1( "%s:\nPreallocated buffer is needed", fNameL ); in bim_filterWarpInterpolation()
263 bbs_UInt8Arr_size( cpA, bufPtrA, srcSizeL ); in bim_filterWarpInterpolation()
264 for( iL = 0; iL < srcSizeL; iL++ ) bufPtrA->arrPtrE[ iL ] = srcImagePtrA[ iL ]; in bim_filterWarpInterpolation()
265 srcL = bufPtrA->arrPtrE; in bim_filterWarpInterpolation()
[all …]
DFunctions.h63 struct bbs_UInt8Arr* bufPtrA,
83 struct bbs_UInt8Arr* bufPtrA,
98 struct bbs_UInt8Arr* bufPtrA,