Lines Matching defs:width
685 struct fwht_cframe *cf, u32 height, u32 width,
697 width = round_up(width, 8);
702 for (i = 0; i < width / 8; i++) {
767 for (i = 0, p = input; i < width; i++, p += input_step)
781 unsigned int width, unsigned int height,
784 unsigned int size = height * width;
791 height, width, stride,
799 u32 chroma_w = width / frm->width_div;
823 rlco_max, cf, height, width,
836 u32 height, u32 width, const u8 *ref, u32 ref_stride,
847 width = round_up(width, 8);
853 if (end_of_rlco_buf + 1 < *rlco + width * height / 2)
856 memcpy(dst, *rlco, width);
858 *rlco += width / 2;
870 for (i = 0; i < width / 8; i++) {
911 unsigned int components_num, unsigned int width,
921 if (!decode_plane(cf, &rlco, height, width, ref->luma, ref_stride,
930 u32 w = width;
952 if (!decode_plane(cf, &rlco, height, width, ref->alpha, ref_stride,