Home | History | Annotate | Download | only in dec

Lines Matching refs:out_width

299   const int out_width  = io->scaled_width;
301 const int uv_out_width = (out_width + 1) >> 1;
305 const size_t work_size = 2 * out_width; // scratch memory for luma rescaler
331 buf->y, out_width, out_height, buf->y_stride, 1,
343 buf->a, out_width, out_height, buf->a_stride, 1,
483 const int out_width = io->scaled_width;
487 const size_t work_size = 2 * out_width; // scratch memory for one rescaler
495 tmp_size2 = 3 * out_width;
498 tmp_size2 += out_width;
517 tmp + 0 * out_width, out_width, out_height, 0, 1,
520 tmp + 1 * out_width, out_width, out_height, 0, 1,
523 tmp + 2 * out_width, out_width, out_height, 0, 1,
530 tmp + 3 * out_width, out_width, out_height, 0, 1,