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;
63 int num_lines_out = io->mb_h; // a priori guess
73 const int y_end = io->mb_y + io->mb_h;
127 const int mb_h = io->mb_h;
131 assert(expected_num_lines_out == mb_h);
133 for (j = 0; j < mb_h; ++j) {
140 for (j = 0; j < mb_h; ++j) {
151 *num_rows = io->mb_h;
166 if (io->crop_top + io->mb_y + io->mb_h == io->crop_bottom) {
252 const int mb_h = io->mb_h;
253 const int uv_mb_h = (mb_h + 1) >> 1;
262 io->a, io->width, io->mb_w, mb_h, 0);
264 num_lines_out = Rescale(io->y, io->y_stride, mb_h, scaler);
276 const int num_lines_out = Rescale(io->a, io->width, io->mb_h, &p->scaler_a);
295 const int uv_in_height = (io->mb_h + 1) >> 1;
310 WebPRescalerInit(&p->scaler_y, io->mb_w, io->mb_h,
322 WebPRescalerInit(&p->scaler_a, io->mb_w, io->mb_h,
358 const int mb_h = io->mb_h;
359 const int uv_mb_h = (mb_h + 1) >> 1;
362 while (j < mb_h) {
364 WebPRescalerImport(&p->scaler_y, mb_h - j,
453 WebPRescalerImport(scaler, io->mb_h + io->mb_y - scaler->src_y,
466 const int uv_in_height = (io->mb_h + 1) >> 1;
485 WebPRescalerInit(&p->scaler_y, io->mb_w, io->mb_h,
498 WebPRescalerInit(&p->scaler_a, io->mb_w, io->mb_h,
581 const int mb_h = io->mb_h;
585 if (mb_w <= 0 || mb_h <= 0) {