Lines Matching refs:rsbwidth
359 … xs, xm, islow = 0, sf = ctx->sf, fs = ctx->fs, lsbwidth = ctx->lsbwidth, rsbwidth = ctx->rsbwidth; in FVRHSFunctionslow_2WaySplit() local
390 …if (i < sf - lsbwidth + 1 || i > fs + rsbwidth - 2) { /* slow components and the first and last fa… in FVRHSFunctionslow_2WaySplit()
449 if (i == fs + rsbwidth) { /* slow region */ in FVRHSFunctionslow_2WaySplit()
460 if (i > fs + rsbwidth) { /* slow region */ in FVRHSFunctionslow_2WaySplit()
486 … xs, xm, islow = 0, sf = ctx->sf, fs = ctx->fs, lsbwidth = ctx->lsbwidth, rsbwidth = ctx->rsbwidth; in FVRHSFunctionslowbuffer_2WaySplit() local
517 if ((i > sf - lsbwidth - 2 && i < sf + 1) || (i > fs - 2 && i < fs + rsbwidth + 1)) { in FVRHSFunctionslowbuffer_2WaySplit()
597 if (i > fs && i < fs + rsbwidth) { in FVRHSFunctionslowbuffer_2WaySplit()
611 if (i == fs + rsbwidth) { in FVRHSFunctionslowbuffer_2WaySplit()
836 ctx.rsbwidth = 4; in main()
839 ctx.rsbwidth = 2; in main()
842 if (i < ctx.sf - ctx.lsbwidth || i > ctx.fs + ctx.rsbwidth - 1) in main()
844 … ((i >= ctx.sf - ctx.lsbwidth && i < ctx.sf) || (i > ctx.fs - 1 && i <= ctx.fs + ctx.rsbwidth - 1)) in main()