Home
last modified time | relevance | path

Searched refs:rOIReachYMaxL (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
423 rOIReachYMaxL = rectYMaxL + ( int32 ) maxROIReachL; in bim_ToneDownBGSupp_suppress()
432 rOIReachIxYMaxL = bbs_min( rOIReachYMaxL, ( int16 ) imgA->heightE ); in bim_ToneDownBGSupp_suppress()
446 for ( jL = rOIReachYMaxL; jL < ( int16 ) imgA->heightE; jL++ ) in bim_ToneDownBGSupp_suppress()
494 weightL = ( int32 ) toneDownFactorsPtrL[ maxROIReachL - 1 - ( rOIReachYMaxL - 1 - jL ) ]; in bim_ToneDownBGSupp_suppress()
501 ridgeIxLeftL = bbs_max( 0, rOIReachXMinL + ( rOIReachYMaxL - 1 - jL ) ); in bim_ToneDownBGSupp_suppress()
502 …ridgeIxRightL = bbs_min( ( int16 ) imgA->widthE - 1, rOIReachXMaxL - 1 - ( rOIReachYMaxL - 1 - jL … in bim_ToneDownBGSupp_suppress()
518 ridgeIxLeftL = bbs_min( ridgeIxLeftL, rOIReachXMinL + ( rOIReachYMaxL - 1 - jL ) - 1 ); in bim_ToneDownBGSupp_suppress()
533 ridgeIxRightL = bbs_max( ridgeIxRightL, rOIReachXMaxL - 1 - ( rOIReachYMaxL - 1 - jL ) + 1 ); in bim_ToneDownBGSupp_suppress()