Lines Matching defs:input_step
250 unsigned int input_step, bool intra)
261 switch (input_step) {
578 unsigned int stride, unsigned int input_step)
583 for (j = 0; j < 8; j++, input += input_step)
585 input += stride - 8 * input_step;
617 unsigned int stride, unsigned int input_step)
626 fill_encoder_block(cur, tmp, stride, input_step);
686 u32 stride, unsigned int input_step,
709 deltablock, stride, input_step);
711 fwht(input, cf->coeffs, stride, input_step, 1);
729 input += 8 * input_step;
767 for (i = 0, p = input; i < width; i++, p += input_step)