Home | History | Annotate | Download | only in dec

Lines Matching defs:out_width

316   const int out_width  = io->scaled_width;
318 const int uv_out_width = (out_width + 1) >> 1;
322 const size_t work_size = 2 * out_width; // scratch memory for luma rescaler
337 buf->y, out_width, out_height, buf->y_stride, 1,
338 io->mb_w, out_width, io->mb_h, out_height,
354 buf->a, out_width, out_height, buf->a_stride, 1,
355 io->mb_w, out_width, io->mb_h, out_height,
493 const int out_width = io->scaled_width;
497 const size_t work_size = 2 * out_width; // scratch memory for one rescaler
503 tmp_size2 = 3 * out_width;
506 tmp_size2 += out_width;
516 tmp + 0 * out_width, out_width, out_height, 0, 1,
517 io->mb_w, out_width, io->mb_h, out_height,
520 tmp + 1 * out_width, out_width, out_height, 0, 1,
521 io->mb_w, 2 * out_width, io->mb_h, 2 * out_height,
524 tmp + 2 * out_width, out_width, out_height, 0, 1,
525 io->mb_w, 2 * out_width, io->mb_h, 2 * out_height,
531 tmp + 3 * out_width, out_width, out_height, 0, 1,
532 io->mb_w, out_width, io->mb_h, out_height,