Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_ImageEm/
DToneDownBGSupp.c329 int16 rOIReachXMinL, rOIReachXMaxL, rOIReachYMinL, rOIReachYMaxL; in bim_ToneDownBGSupp_suppress() local
422 rOIReachYMinL = rectYMinL - ( int32 ) maxROIReachL; in bim_ToneDownBGSupp_suppress()
430 rOIReachIxYMinL = bbs_max( rOIReachYMinL, ( int16 ) 0 ); in bim_ToneDownBGSupp_suppress()
438 for ( jL = 0; jL < rOIReachYMinL; jL++ ) in bim_ToneDownBGSupp_suppress()
472 weightL = ( int32 ) toneDownFactorsPtrL[ maxROIReachL - 1 - ( jL - rOIReachYMinL ) ]; in bim_ToneDownBGSupp_suppress()
479 ridgeIxLeftL = bbs_max( 0, rOIReachXMinL + jL - rOIReachYMinL ); in bim_ToneDownBGSupp_suppress()
480 ridgeIxRightL = bbs_min( ( int16 ) imgA->widthE - 1, rOIReachXMaxL - 1 - ( jL - rOIReachYMinL ) ); in bim_ToneDownBGSupp_suppress()
517 ridgeIxLeftL = bbs_min( rOIReachXMinL + ( jL - rOIReachYMinL ) - 1, rectXMinL - 1 ); in bim_ToneDownBGSupp_suppress()
532 ridgeIxRightL = bbs_max( rOIReachXMaxL - 1 - ( jL - rOIReachYMinL ) + 1 , rectXMaxL ); in bim_ToneDownBGSupp_suppress()