Home | History | Annotate | Download | only in dec

Lines Matching full:out_height

313   const int out_height = io->scaled_height;
315 const int uv_out_height = (out_height + 1) >> 1;
333 buf->y, out_width, out_height, buf->y_stride, 1,
334 io->mb_w, out_width, io->mb_h, out_height,
350 buf->a, out_width, out_height, buf->a_stride, 1,
351 io->mb_w, out_width, io->mb_h, out_height,
485 const int out_height = io->scaled_height;
506 tmp + 0 * out_width, out_width, out_height, 0, 1,
507 io->mb_w, out_width, io->mb_h, out_height,
510 tmp + 1 * out_width, out_width, out_height, 0, 1,
511 io->mb_w, 2 * out_width, io->mb_h, 2 * out_height,
514 tmp + 2 * out_width, out_width, out_height, 0, 1,
515 io->mb_w, 2 * out_width, io->mb_h, 2 * out_height,
521 tmp + 3 * out_width, out_width, out_height, 0, 1,
522 io->mb_w, out_width, io->mb_h, out_height,