Home | History | Annotate | Download | only in dec

Lines Matching refs:mb_h

33   const int mb_h = io->mb_h;
35 const int uv_h = (mb_h + 1) / 2;
37 for (j = 0; j < mb_h; ++j) {
44 return io->mb_h;
57 const int last = io->mb_h - 1;
70 return io->mb_h;
86 const int last = io->mb_h;
95 return io->mb_h;
104 int num_lines_out = io->mb_h; // a priori guess
114 const int y_end = io->mb_y + io->mb_h;
167 const int mb_h = io->mb_h;
172 for (j = 0; j < mb_h; ++j) {
179 for (j = 0; j < mb_h; ++j) {
190 *num_rows = io->mb_h;
205 if (io->crop_top + io->mb_y + io->mb_h == io->crop_bottom) {
292 const int mb_h = io->mb_h;
293 const int uv_mb_h = (mb_h + 1) >> 1;
294 const int num_lines_out = Rescale(io->y, io->y_stride, mb_h, &p->scaler_y);
302 Rescale(io->a, io->width, io->mb_h, &p->scaler_a);
315 const int uv_in_height = (io->mb_h + 1) >> 1;
330 WebPRescalerInit(&p->scaler_y, io->mb_w, io->mb_h,
332 io->mb_w, out_width, io->mb_h, out_height,
347 WebPRescalerInit(&p->scaler_a, io->mb_w, io->mb_h,
349 io->mb_w, out_width, io->mb_h, out_height,
383 const int mb_h = io->mb_h;
384 const int uv_mb_h = (mb_h + 1) >> 1;
387 while (j < mb_h) {
389 WebPRescalerImport(&p->scaler_y, mb_h - j,
471 while (j < io->mb_h) {
472 j += WebPRescalerImport(scaler, io->mb_h - j,
485 const int uv_in_height = (io->mb_h + 1) >> 1;
503 WebPRescalerInit(&p->scaler_y, io->mb_w, io->mb_h,
505 io->mb_w, out_width, io->mb_h, out_height,
509 io->mb_w, 2 * out_width, io->mb_h, 2 * out_height,
513 io->mb_w, 2 * out_width, io->mb_h, 2 * out_height,
518 WebPRescalerInit(&p->scaler_a, io->mb_w, io->mb_h,
520 io->mb_w, out_width, io->mb_h, out_height,
596 const int mb_h = io->mb_h;
600 if (mb_w <= 0 || mb_h <= 0) {