Lines Matching refs:input_step
222 unsigned int input_step, bool intra) in fwht() argument
232 stride *= input_step; in fwht()
235 if (input_step == 1) { in fwht()
521 unsigned int stride, unsigned int input_step) in fill_encoder_block() argument
526 for (j = 0; j < 8; j++, input += input_step) in fill_encoder_block()
528 input += (stride - 8) * input_step; in fill_encoder_block()
560 unsigned int input_step) in decide_blocktype() argument
569 fill_encoder_block(cur, tmp, stride, input_step); in decide_blocktype()
620 unsigned int input_step, in encode_plane() argument
639 deltablock, width, input_step); in encode_plane()
641 fwht(input, cf->coeffs, width, input_step, 1); in encode_plane()
658 input += 8 * input_step; in encode_plane()
682 input += width * 7 * input_step; in encode_plane()
694 for (i = 0; i < height * width; i++, input += input_step) in encode_plane()