Home | History | Annotate | Download | only in dec

Lines Matching refs:mb_h

35   const int mb_h = io->mb_h;
37 const int uv_h = (mb_h + 1) / 2;
39 for (j = 0; j < mb_h; ++j) {
46 return io->mb_h;
59 const int last = io->mb_h - 1;
72 return io->mb_h;
88 const int last = io->mb_h;
97 return io->mb_h;
106 int num_lines_out = io->mb_h; // a priori guess
116 const int y_end = io->mb_y + io->mb_h;
169 const int mb_h = io->mb_h;
174 for (j = 0; j < mb_h; ++j) {
181 for (j = 0; j < mb_h; ++j) {
192 *num_rows = io->mb_h;
207 if (io->crop_top + io->mb_y + io->mb_h == io->crop_bottom) {
294 const int mb_h = io->mb_h;
295 const int uv_mb_h = (mb_h + 1) >> 1;
296 const int num_lines_out = Rescale(io->y, io->y_stride, mb_h, &p->scaler_y);
304 Rescale(io->a, io->width, io->mb_h, &p->scaler_a);
317 const int uv_in_height = (io->mb_h + 1) >> 1;
332 WebPRescalerInit(&p->scaler_y, io->mb_w, io->mb_h,
334 io->mb_w, out_width, io->mb_h, out_height,
349 WebPRescalerInit(&p->scaler_a, io->mb_w, io->mb_h,
351 io->mb_w, out_width, io->mb_h, out_height,
385 const int mb_h = io->mb_h;
386 const int uv_mb_h = (mb_h + 1) >> 1;
389 while (j < mb_h) {
391 WebPRescalerImport(&p->scaler_y, mb_h - j,
473 while (j < io->mb_h) {
474 j += WebPRescalerImport(scaler, io->mb_h - j,
487 const int uv_in_height = (io->mb_h + 1) >> 1;
505 WebPRescalerInit(&p->scaler_y, io->mb_w, io->mb_h,
507 io->mb_w, out_width, io->mb_h, out_height,
511 io->mb_w, 2 * out_width, io->mb_h, 2 * out_height,
515 io->mb_w, 2 * out_width, io->mb_h, 2 * out_height,
520 WebPRescalerInit(&p->scaler_a, io->mb_w, io->mb_h,
522 io->mb_w, out_width, io->mb_h, out_height,
598 const int mb_h = io->mb_h;
602 if (mb_w <= 0 || mb_h <= 0) {