Searched refs:w1L (Results 1 – 3 of 3) sorted by relevance
47 uint32 w1L = w0L >> 1; in bim_downscaleBy2() local56 for( iL = 0; iL < w1L; iL++ ) in bim_downscaleBy2()62 srcL += ( wsL - w1L ) * 2; in bim_downscaleBy2()88 uint32 w1L = w0L; in bim_filterWarpInterpolation() local229 w1L = wEffL >> 1; in bim_filterWarpInterpolation()232 bbs_UInt8Arr_size( cpA, bufPtrA, w1L * h1L ); in bim_filterWarpInterpolation()236 bim_downscaleBy2( bufPtrA->arrPtrE, bufPtrA->arrPtrE, w1L, w1L, h1L ); in bim_filterWarpInterpolation()237 w1L >>= 1; in bim_filterWarpInterpolation()273 int32 wbL = w1L - 1; in bim_filterWarpInterpolation()314 uint32 idxL = y0L * w1L + x0L; in bim_filterWarpInterpolation()[all …]
77 int32 w1L = ( w0L - ptrA->xOffE ) >> 1; in bbf_LocalScanner_downscale0() local86 bbs_UInt8Arr_size( cpA, &ptrA->workImageBufferE, w1L * h1L ); in bbf_LocalScanner_downscale0()88 ptrA->workWidthE = w1L; in bbf_LocalScanner_downscale0()93 for( iL = 0; iL < w1L; iL++ ) in bbf_LocalScanner_downscale0()111 int32 w1L = w0L >> 1; in bbf_LocalScanner_downscale1() local121 for( iL = 0; iL < w1L; iL++ ) in bbf_LocalScanner_downscale1()131 ptrA->workWidthE = w1L; in bbf_LocalScanner_downscale1()
101 uint32 w1L = w0L >> 1; in bbf_Scanner_downscale() local110 for( iL = 0; iL < ( w1L >> 1 ); iL++ ) in bbf_Scanner_downscale()122 if( ( w1L & 1 ) != 0 ) in bbf_Scanner_downscale()129 ptrA->workWidthE = w1L; in bbf_Scanner_downscale()