Lines Matching defs:input
103 struct vic_image *input)
158 sc->PixelFormat0 = input->format;
164 s->PixelFormat = input->format;
165 s->SurfaceWidth = input->width - 1;
166 s->SurfaceHeight = input->height - 1;
167 s->LumaWidth = input->stride - 1;
168 s->LumaHeight = input->height - 1;
172 s->BlkKind = input->kind;
180 s->SourceRectRight = (input->width - 1) << 16;
181 s->SourceRectBottom = (input->height - 1) << 16;
211 struct vic_image *input)
267 sc->PixelFormat0 = input->format;
273 s->PixelFormat = input->format;
274 s->SurfaceWidth = input->width - 1;
275 s->SurfaceHeight = input->height - 1;
276 s->LumaWidth = input->stride - 1;
277 s->LumaHeight = input->height - 1;
281 s->BlkKind = input->kind;
289 s->SourceRectRight = (input->width - 1) << 16;
290 s->SourceRectBottom = (input->height - 1) << 16;