Home
last modified time | relevance | path

Searched refs:toneDownFactorsPtrL (Results 1 – 1 of 1) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
DToneDownBGSupp.c336 int32* toneDownFactorsPtrL; in bim_ToneDownBGSupp_suppress() local
402 toneDownFactorsPtrL = toneDownFactorsL.arrPtrE; in bim_ToneDownBGSupp_suppress()
405 toneDownFactorsPtrL[ ctrL ] = toneDownFactorPowA; in bim_ToneDownBGSupp_suppress()
472 weightL = ( int32 ) toneDownFactorsPtrL[ maxROIReachL - 1 - ( jL - rOIReachYMinL ) ]; in bim_ToneDownBGSupp_suppress()
494 weightL = ( int32 ) toneDownFactorsPtrL[ maxROIReachL - 1 - ( rOIReachYMaxL - 1 - jL ) ]; in bim_ToneDownBGSupp_suppress()
521 weightL = ( int32 ) toneDownFactorsPtrL[ maxROIReachL - 1 - ( iL - rOIReachXMinL ) ]; in bim_ToneDownBGSupp_suppress()
536 weightL = ( int32 ) toneDownFactorsPtrL[ iL - rectXMaxL ]; in bim_ToneDownBGSupp_suppress()