Lines Matching defs:width
445 /** macroblock partition width in 8x8 blocks */
653 * @param width width of the current partition in 8x8 blocks
662 const int width, const int height, int dir,
721 if(s->h_edge_pos - (width << 3) < 6 || s->v_edge_pos - (height << 3) < 6 ||
722 (unsigned)(src_x - !!lx*2) > s->h_edge_pos - !!lx*2 - (width <<3) - 4 ||
727 (width << 3) + 6, (height << 3) + 6,
759 (width << 2) + 1, (height << 2) + 1,
767 (width << 2) + 1, (height << 2) + 1,
772 chroma_mc[2-width] (U, srcU, s->uvlinesize, height*4, uvmx, uvmy);
773 chroma_mc[2-width] (V, srcV, s->uvlinesize, height*4, uvmx, uvmy);
778 const int width, const int height, int dir)
780 rv34_mc(r, block_type, xoff, yoff, mv_off, width, height, dir, r->rv30, 0,
1425 if (s->width != r->si.width || s->height != r->si.height) {
1527 if (s->height != s1->height || s->width != s1->width || s->context_reinit) {
1529 s->width = s1->width;
1667 if (s->width != si.width || s->height != si.height || s->context_reinit) {
1671 si.width, si.height);
1673 if (av_image_check_size(si.width, si.height, 0, s->avctx))
1677 s->width, s->height, s->avctx->sample_aspect_ratio,
1678 si.width, si.height);
1679 s->width = si.width;
1682 err = ff_set_dimensions(s->avctx, s->width, s->height);