Home | History | Annotate | Download | only in src

Lines Matching refs:sx0

469                 int ifx = xofs[dx].ialpha, sx0 = xofs[dx].idx;                  \
470 sx = sx0 + cn*2; \
475 if( (unsigned)(sx = sx0 + cn) < (unsigned)ssize.width ) \
478 if( (unsigned)(sx = sx0) < (unsigned)ssize.width ) \
481 if( (unsigned)(sx = sx0 - cn) < (unsigned)ssize.width ) \
489 int sx0 = xofs[dx].idx; \
490 row[dx] = _src[sx0 - cn]*icvCubicCoeffs[ifx*2 + 1] + \
491 _src[sx0]*icvCubicCoeffs[ifx*2] + \
492 _src[sx0 + cn]*icvCubicCoeffs[(ICV_CUBIC_TAB_SIZE-ifx)*2] + \
493 _src[sx0 + cn*2]*icvCubicCoeffs[(ICV_CUBIC_TAB_SIZE-ifx)*2+1];\
498 int ifx = xofs[dx].ialpha, sx0 = xofs[dx].idx; \
499 x = load_macro(_src[sx0 - cn]); \
501 if( (unsigned)(sx = sx0) < (unsigned)ssize.width ) \
504 if( (unsigned)(sx = sx0 + cn) < (unsigned)ssize.width ) \
507 if( (unsigned)(sx = sx0 + cn*2) < (unsigned)ssize.width ) \