Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_ImageEm/
DFunctions.c99 flag boundsOkL = TRUE; in bim_filterWarpInterpolation() local
278 boundsOkL = boundsOkL && ( xL >= 0 && xL < wbL && yL >= 0 && yL < hbL ); in bim_filterWarpInterpolation()
282 boundsOkL = boundsOkL && ( xL >= 0 && xL < wbL && yL >= 0 && yL < hbL ); in bim_filterWarpInterpolation()
286 boundsOkL = boundsOkL && ( xL >= 0 && xL < wbL && yL >= 0 && yL < hbL ); in bim_filterWarpInterpolation()
290 boundsOkL = boundsOkL && ( xL >= 0 && xL < wbL && yL >= 0 && yL < hbL ); in bim_filterWarpInterpolation()
293 if( boundsOkL ) in bim_filterWarpInterpolation()
431 flag boundsOkL = TRUE; in bim_filterWarpPixelReplication() local
610 boundsOkL = boundsOkL && ( xL >= 0 && xL < wbL && yL >= 0 && yL < hbL ); in bim_filterWarpPixelReplication()
614 boundsOkL = boundsOkL && ( xL >= 0 && xL < wbL && yL >= 0 && yL < hbL ); in bim_filterWarpPixelReplication()
618 boundsOkL = boundsOkL && ( xL >= 0 && xL < wbL && yL >= 0 && yL < hbL ); in bim_filterWarpPixelReplication()
[all …]