Lines Matching refs:opBGL
345 int32 opSrcL, opBGL, sumL; /* R=[0.0...255.0], bpb=[24,8] */ in bim_ToneDownBGSupp_suppress() local
474 opBGL = ( meanBGGreyLevelLongL >> 9 ) * invWeightL; /* result is bpb=[8,24] */ in bim_ToneDownBGSupp_suppress()
475 opBGL = opBGL >> 7; in bim_ToneDownBGSupp_suppress()
487 sumL = opSrcL + opBGL; /* OF impossible */ in bim_ToneDownBGSupp_suppress()
496 opBGL = ( meanBGGreyLevelLongL >> 9 ) * invWeightL; /* result is bpb=[8,24] */ in bim_ToneDownBGSupp_suppress()
497 opBGL = opBGL >> 7; in bim_ToneDownBGSupp_suppress()
509 sumL = opSrcL + opBGL; /* OF impossible */ in bim_ToneDownBGSupp_suppress()
523 opBGL = ( meanBGGreyLevelLongL >> 9 ) * invWeightL; /* result is bpb=[16,16] */ in bim_ToneDownBGSupp_suppress()
524 opBGL = opBGL >> 7; in bim_ToneDownBGSupp_suppress()
528 sumL = opSrcL + opBGL; /* OF impossible */ in bim_ToneDownBGSupp_suppress()
538 opBGL = ( meanBGGreyLevelLongL >> 9 ) * invWeightL; /* result is bpb=[16,16] */ in bim_ToneDownBGSupp_suppress()
539 opBGL = opBGL >> 7; in bim_ToneDownBGSupp_suppress()
543 sumL = opSrcL + opBGL; /* OF impossible */ in bim_ToneDownBGSupp_suppress()