Lines Matching refs:rsbwidth
728 … xs, xm, islow = 0, sf = ctx->sf, fs = ctx->fs, lsbwidth = ctx->lsbwidth, rsbwidth = ctx->rsbwidth; in FVRHSFunctionslow_2WaySplit() local
783 …if (i < sf - lsbwidth + 1 || i > fs + rsbwidth - 2) { /* slow components and the first and last fa… in FVRHSFunctionslow_2WaySplit()
842 if (i == fs + rsbwidth) { /* slow region */ in FVRHSFunctionslow_2WaySplit()
853 if (i > fs + rsbwidth) { /* slow region */ in FVRHSFunctionslow_2WaySplit()
879 … xs, xm, islow = 0, sf = ctx->sf, fs = ctx->fs, lsbwidth = ctx->lsbwidth, rsbwidth = ctx->rsbwidth; in FVRHSFunctionslowbuffer_2WaySplit() local
934 if ((i > sf - lsbwidth - 2 && i < sf + 1) || (i > fs - 2 && i < fs + rsbwidth + 1)) { in FVRHSFunctionslowbuffer_2WaySplit()
1014 if (i > fs && i < fs + rsbwidth) { in FVRHSFunctionslowbuffer_2WaySplit()
1028 if (i == fs + rsbwidth) { in FVRHSFunctionslowbuffer_2WaySplit()
1283 ctx.rsbwidth = 4; in main()
1286 if (i < ctx.sf - ctx.lsbwidth || i > ctx.fs + ctx.rsbwidth - 1) in main()
1288 … ((i >= ctx.sf - ctx.lsbwidth && i < ctx.sf) || (i > ctx.fs - 1 && i <= ctx.fs + ctx.rsbwidth - 1)) in main()