Lines Matching refs:weightL
344 int32 weightL, invWeightL; /* R=[0.0...1.0], bpb=[16.16] */ in bim_ToneDownBGSupp_suppress() local
472 weightL = ( int32 ) toneDownFactorsPtrL[ maxROIReachL - 1 - ( jL - rOIReachYMinL ) ]; in bim_ToneDownBGSupp_suppress()
473 invWeightL = 0x00010000 - weightL; in bim_ToneDownBGSupp_suppress()
486 opSrcL = opSrcL * weightL; /* result is bpb=[16,16] */ in bim_ToneDownBGSupp_suppress()
494 weightL = ( int32 ) toneDownFactorsPtrL[ maxROIReachL - 1 - ( rOIReachYMaxL - 1 - jL ) ]; in bim_ToneDownBGSupp_suppress()
495 invWeightL = 0x00010000 - weightL; in bim_ToneDownBGSupp_suppress()
508 opSrcL = opSrcL * weightL; /* result is bpb=[16,16] */ in bim_ToneDownBGSupp_suppress()
521 weightL = ( int32 ) toneDownFactorsPtrL[ maxROIReachL - 1 - ( iL - rOIReachXMinL ) ]; in bim_ToneDownBGSupp_suppress()
522 invWeightL = 0x00010000 - weightL; in bim_ToneDownBGSupp_suppress()
527 opSrcL = opSrcL * weightL; /* result is bpb=[16,16] */ in bim_ToneDownBGSupp_suppress()
536 weightL = ( int32 ) toneDownFactorsPtrL[ iL - rectXMaxL ]; in bim_ToneDownBGSupp_suppress()
537 invWeightL = 0x00010000 - weightL; in bim_ToneDownBGSupp_suppress()
542 opSrcL = opSrcL * weightL; /* result is bpb=[16,16] */ in bim_ToneDownBGSupp_suppress()