Home | History | Annotate | Download | only in dec

Lines Matching refs:out_width

312   const int out_width  = io->scaled_width;
314 const int uv_out_width = (out_width + 1) >> 1;
318 const size_t work_size = 2 * out_width; // scratch memory for luma rescaler
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,
484 const int out_width = io->scaled_width;
488 const size_t work_size = 2 * out_width; // scratch memory for one rescaler
494 tmp_size2 = 3 * out_width;
497 tmp_size2 += out_width;
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,