Searched refs:weightL (Results 1 – 1 of 1) sorted by relevance
344 int32 weightL, invWeightL; /* R=[0.0...1.0], bpb=[16.16] */ in bim_ToneDownBGSupp_suppress() local472 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()[all …]