Home | History | Annotate | Download | only in dec

Lines Matching refs:mb_h

32   const int mb_h = io->mb_h;
34 const int uv_h = (mb_h + 1) / 2;
36 for (j = 0; j < mb_h; ++j) {
43 return io->mb_h;
53 dst, buf->stride, io->mb_w, io->mb_h,
55 return io->mb_h;
71 const int last = io->mb_h;
80 return io->mb_h;
89 int num_lines_out = io->mb_h; // a priori guess
99 const int y_end = io->mb_y + io->mb_h;
152 const int mb_h = io->mb_h;
157 for (j = 0; j < mb_h; ++j) {
164 for (j = 0; j < mb_h; ++j) {
175 *num_rows = io->mb_h;
190 if (io->crop_top + io->mb_y + io->mb_h == io->crop_bottom) {
281 const int mb_h = io->mb_h;
282 const int uv_mb_h = (mb_h + 1) >> 1;
291 io->a, io->width, io->mb_w, mb_h, 0);
293 num_lines_out = Rescale(io->y, io->y_stride, mb_h, scaler);
304 const int num_lines_out = Rescale(io->a, io->width, io->mb_h, &p->scaler_a);
321 const int uv_in_height = (io->mb_h + 1) >> 1;
336 WebPRescalerInit(&p->scaler_y, io->mb_w, io->mb_h,
338 io->mb_w, out_width, io->mb_h, out_height,
353 WebPRescalerInit(&p->scaler_a, io->mb_w, io->mb_h,
355 io->mb_w, out_width, io->mb_h, out_height,
390 const int mb_h = io->mb_h;
391 const int uv_mb_h = (mb_h + 1) >> 1;
394 while (j < mb_h) {
396 WebPRescalerImport(&p->scaler_y, mb_h - j,
482 while (j < io->mb_h) {
483 j += WebPRescalerImport(scaler, io->mb_h - j,
496 const int uv_in_height = (io->mb_h + 1) >> 1;
515 WebPRescalerInit(&p->scaler_y, io->mb_w, io->mb_h,
517 io->mb_w, out_width, io->mb_h, out_height,
521 io->mb_w, 2 * out_width, io->mb_h, 2 * out_height,
525 io->mb_w, 2 * out_width, io->mb_h, 2 * out_height,
530 WebPRescalerInit(&p->scaler_a, io->mb_w, io->mb_h,
532 io->mb_w, out_width, io->mb_h, out_height,
615 const int mb_h = io->mb_h;
619 if (mb_w <= 0 || mb_h <= 0) {