Lines Matching refs:pitch

76                              ptrdiff_t pitch, int mc_type);
79 ptrdiff_t pitch, int mc_type, int mc_type2);
85 int ref_offs = offs + mv_y * band->pitch + mv_x;
86 int buf_size = band->pitch * band->aheight;
87 int min_size = band->pitch * (band->blk_size - 1) + band->blk_size;
88 int ref_size = (mc_type > 1) * band->pitch + (mc_type & 1);
97 mc(band->buf + offs, band->ref_buf + ref_offs, band->pitch, mc_type);
99 int ref_offs2 = offs + mv_y2 * band->pitch + mv_x2;
100 int ref_size2 = (mc_type2 > 1) * band->pitch + (mc_type2 & 1);
108 band->pitch, mc_type2);
111 band->b_ref_buf + ref_offs2, band->pitch,
341 band->pitch = width_aligned;
480 band->pitch, blk_size);
504 int min_size = band->pitch * (band->transform_size - 1) +
506 int buf_size = band->pitch * band->aheight - offs;
576 band->pitch, col_flags);
667 mb->xpos + dmv_x + band->mb_size + cx > band->pitch ||
682 mb->xpos + dmv_x + band->mb_size + cx > band->pitch ||
696 buf_offs += blk_size * band->pitch;
709 int buf_size = band->pitch * band->aheight - buf_offs;
710 int min_size = (blk_size - 1) * band->pitch + blk_size;
761 int pitch = band->pitch;
770 offs = tile->ypos * pitch + tile->xpos;
773 row_offset = mb_size * pitch;
816 || mb->xpos + dmv_x + mb_size + cx > pitch
851 offs = mb->buf_offs + band->blk_size * ((blk & 1) + !!(blk & 2) * pitch);
860 src = band->ref_buf + tile->ypos * pitch + tile->xpos;
861 dst = band->buf + tile->ypos * pitch + tile->xpos;
864 src += pitch;
865 dst += pitch;
882 for (y = 0; y < band->height; src += band->pitch, y++)
897 * @param[in] dst_pitch pitch for moving to the next y line
903 ptrdiff_t pitch = plane->bands[0].pitch;
919 src += pitch;