• Home
  • Raw
  • Download

Lines Matching refs:h1L

48 	uint32 h1L = h0L >> 1;  in bim_downscaleBy2()  local
54 for( jL = 0; jL < h1L; jL++ ) in bim_downscaleBy2()
89 uint32 h1L = h0L; in bim_filterWarpInterpolation() local
230 h1L = hEffL >> 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()
238 h1L >>= 1; in bim_filterWarpInterpolation()
274 int32 hbL = h1L - 1; in bim_filterWarpInterpolation()
357 else if( y0L >= ( int32 )h1L - 1 ) in bim_filterWarpInterpolation()
361 *dstL++ = srcL[ ( h1L - 1 ) * w1L ]; in bim_filterWarpInterpolation()
365 *dstL++ = srcL[ ( h1L * w1L ) - 1 ]; in bim_filterWarpInterpolation()
369 uint32 idxL = ( h1L - 1 ) * w1L + x0L; in bim_filterWarpInterpolation()
421 uint32 h1L = h0L; in bim_filterWarpPixelReplication() local
562 h1L = hEffL >> 1; in bim_filterWarpPixelReplication()
564 bbs_UInt8Arr_size( cpA, bufPtrA, w1L * h1L ); in bim_filterWarpPixelReplication()
568 bim_downscaleBy2( bufPtrA->arrPtrE, bufPtrA->arrPtrE, w1L, w1L, h1L ); in bim_filterWarpPixelReplication()
570 h1L >>= 1; in bim_filterWarpPixelReplication()
606 int32 hbL = h1L - 1; in bim_filterWarpPixelReplication()
673 else if( y0L >= ( int32 )h1L - 1 ) in bim_filterWarpPixelReplication()
677 *dstL++ = srcL[ ( h1L - 1 ) * w1L ]; in bim_filterWarpPixelReplication()
681 *dstL++ = srcL[ ( h1L * w1L ) - 1 ]; in bim_filterWarpPixelReplication()
685 *dstL++ = srcL[ ( h1L - 1 ) * w1L + x0L ]; in bim_filterWarpPixelReplication()