Home
last modified time | relevance | path

Searched refs:input_step (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/media/test-drivers/vicodec/
Dcodec-fwht.c249 unsigned int input_step, bool intra) in fwht() argument
260 switch (input_step) { in fwht()
577 unsigned int stride, unsigned int input_step) in fill_encoder_block() argument
582 for (j = 0; j < 8; j++, input += input_step) in fill_encoder_block()
584 input += stride - 8 * input_step; in fill_encoder_block()
616 unsigned int stride, unsigned int input_step) in decide_blocktype() argument
625 fill_encoder_block(cur, tmp, stride, input_step); in decide_blocktype()
685 u32 stride, unsigned int input_step, in encode_plane() argument
708 deltablock, stride, input_step); in encode_plane()
710 fwht(input, cf->coeffs, stride, input_step, 1); in encode_plane()
[all …]