Searched refs:w0L (Results 1 – 3 of 3) sorted by relevance
45 uint32 w0L = effWidthA; in bim_downscaleBy2() local47 uint32 w1L = w0L >> 1; in bim_downscaleBy2()82 uint32 w0L = srcImageWidthA; in bim_filterWarpInterpolation()88 uint32 w1L = w0L; in bim_filterWarpInterpolation()101 if( w0L == 0 || h0L == 0 || bts_Flt16Mat2D_det( &altPtrA->matE ) == 0 ) in bim_filterWarpInterpolation()160 while( ( scaleExpL > 0 ) && ( w0L >> scaleExpL ) < 2 ) scaleExpL--; in bim_filterWarpInterpolation()211 xMinL = ( int32 )w0L < xMinL ? w0L : xMinL; in bim_filterWarpInterpolation()215 xMaxL = ( int32 )w0L < xMaxL ? w0L : xMaxL; in bim_filterWarpInterpolation()233 bim_downscaleBy2( bufPtrA->arrPtrE, srcL + yMinL * w0L + xMinL, w0L, wEffL, hEffL ); in bim_filterWarpInterpolation()414 uint32 w0L = srcImageWidthA; in bim_filterWarpPixelReplication()[all …]
74 int32 w0L = ptrA->origWidthE; in bbf_LocalScanner_downscale0() local77 int32 w1L = ( w0L - ptrA->xOffE ) >> 1; in bbf_LocalScanner_downscale0()80 const uint8* iArrL = ptrA->origImagePtrE + ptrA->xOffE + ptrA->yOffE * w0L; in bbf_LocalScanner_downscale0()95 int32 idxL = jL * 2 * w0L + iL * 2; in bbf_LocalScanner_downscale0()98 iArrL[ idxL + w0L ] + in bbf_LocalScanner_downscale0()99 iArrL[ idxL + w0L + 1 ] + 2 ) >> 2; in bbf_LocalScanner_downscale0()109 int32 w0L = ptrA->workWidthE; in bbf_LocalScanner_downscale1() local111 int32 w1L = w0L >> 1; in bbf_LocalScanner_downscale1()123 int32 idxL = jL * 2 * w0L + iL * 2; in bbf_LocalScanner_downscale1()126 arrL[ idxL + w0L ] + in bbf_LocalScanner_downscale1()[all …]
99 uint32 w0L = ptrA->workWidthE; in bbf_Scanner_downscale() local101 uint32 w1L = w0L >> 1; in bbf_Scanner_downscale()103 uint32 w20L = ( w0L >> 1 ) + ( w0L & 1 ); in bbf_Scanner_downscale()