Lines Matching refs:stride
249 unsigned int stride, in fwht() argument
260 for (i = 0; i < 8; i++, tmp += stride, out += 8) { in fwht()
383 fwht16(const s16 *block, s16 *output_block, int stride, int intra) in fwht16() argument
391 for (i = 0; i < 8; i++, tmp += stride, out += 8) { in fwht16()
578 unsigned int stride, unsigned int input_step) in fill_encoder_block() argument
585 input += stride - 8 * input_step; in fill_encoder_block()
617 unsigned int stride, unsigned int input_step) in decide_blocktype() argument
626 fill_encoder_block(cur, tmp, stride, input_step); in decide_blocktype()
643 static void fill_decoder_block(u8 *dst, const s16 *input, int stride, in fill_decoder_block() argument
657 dst += stride - (8 * dst_step); in fill_decoder_block()
661 static void add_deltas(s16 *deltas, const u8 *ref, int stride, in add_deltas() argument
680 ref += stride - (8 * ref_step); in add_deltas()
686 u32 stride, unsigned int input_step, in encode_plane() argument
701 input = input_start + j * 8 * stride; in encode_plane()
709 deltablock, stride, input_step); in encode_plane()
711 fwht(input, cf->coeffs, stride, input_step, 1); in encode_plane()
769 input += stride; in encode_plane()
782 unsigned int stride, unsigned int chroma_stride) in fwht_encode_frame() argument
791 height, width, stride, in fwht_encode_frame()
824 stride, frm->luma_alpha_step, in fwht_encode_frame()