Lines Matching full:int32
162 if( ( int32 )imgA->widthE > ( int32 )rectIxXMaxL )
164 ctrL += ( int32 )imgA->widthE - ( int32 )rectIxXMaxL;
311 int32 toneDownFactorA, /* ToDo: change to int16, bpb=[0.16] */
312 int32 cutOffAccuracyA )
325 int32 meanBGGreyLevelLongL;
334 struct bbs_Int32Arr toneDownFactorsL; /* ToDo: change int32 bpb=[16.16] to uint bpb=[0.16] */
335 int32 toneDownFactorPowA;
336 int32* toneDownFactorsPtrL;
337 int32 ctrL;
344 int32 weightL, invWeightL; /* R=[0.0...1.0], bpb=[16.16] */
345 int32 opSrcL, opBGL, sumL; /* R=[0.0...255.0], bpb=[24,8] */
403 for( ctrL = 0; ctrL < ( int32 ) maxROIReachL && toneDownFactorPowA > cutOffAccuracyA; ctrL++ )
420 rOIReachXMinL = rectXMinL - ( int32 ) maxROIReachL;
421 rOIReachXMaxL = rectXMaxL + ( int32 ) maxROIReachL;
422 rOIReachYMinL = rectYMinL - ( int32 ) maxROIReachL;
423 rOIReachYMaxL = rectYMaxL + ( int32 ) maxROIReachL;
472 weightL = ( int32 ) toneDownFactorsPtrL[ maxROIReachL - 1 - ( jL - rOIReachYMinL ) ];
494 weightL = ( int32 ) toneDownFactorsPtrL[ maxROIReachL - 1 - ( rOIReachYMaxL - 1 - jL ) ];
521 weightL = ( int32 ) toneDownFactorsPtrL[ maxROIReachL - 1 - ( iL - rOIReachXMinL ) ];
536 weightL = ( int32 ) toneDownFactorsPtrL[ iL - rectXMaxL ];