Lines Matching defs:width
684 struct fwht_cframe *cf, u32 height, u32 width,
696 width = round_up(width, 8);
701 for (i = 0; i < width / 8; i++) {
766 for (i = 0, p = input; i < width; i++, p += input_step)
780 unsigned int width, unsigned int height,
783 unsigned int size = height * width;
790 height, width, stride,
798 u32 chroma_w = width / frm->width_div;
822 rlco_max, cf, height, width,
835 u32 height, u32 width, const u8 *ref, u32 ref_stride,
846 width = round_up(width, 8);
852 if (end_of_rlco_buf + 1 < *rlco + width * height / 2)
855 memcpy(dst, *rlco, width);
857 *rlco += width / 2;
869 for (i = 0; i < width / 8; i++) {
910 unsigned int components_num, unsigned int width,
920 if (!decode_plane(cf, &rlco, height, width, ref->luma, ref_stride,
929 u32 w = width;
951 if (!decode_plane(cf, &rlco, height, width, ref->alpha, ref_stride,