Lines Matching defs:input_step
249 unsigned int input_step, bool intra)
260 switch (input_step) {
577 unsigned int stride, unsigned int input_step)
582 for (j = 0; j < 8; j++, input += input_step)
584 input += stride - 8 * input_step;
616 unsigned int stride, unsigned int input_step)
625 fill_encoder_block(cur, tmp, stride, input_step);
685 u32 stride, unsigned int input_step,
708 deltablock, stride, input_step);
710 fwht(input, cf->coeffs, stride, input_step, 1);
728 input += 8 * input_step;
766 for (i = 0, p = input; i < width; i++, p += input_step)