Lines Matching defs:width
79 s->m.mb_num = (avctx->width * avctx->height + 255) / 256; // For ratecontrol
82 s->m.me.scratchpad = av_calloc(avctx->width + 64, 2*16*2*sizeof(uint8_t));
522 const int w= p->width;
620 const int w= p->width;
722 const int w= p->width;
777 const int w= b->width;
812 if(px<b->parent->width && py<b->parent->height)
863 if(px<b->parent->width && py<b->parent->height)
1078 const int w= s->plane[0].width;
1245 const int w= b->width;
1306 const int w= b->width;
1328 const int w= b->width;
1352 const int w= b->width;
1498 const int w= b->width;
1539 int width = p->width;
1549 memset(s->spatial_idwt_buffer, 0, sizeof(*s->spatial_idwt_buffer)*width*height);
1550 ibuf[b->width/2 + b->height/2*b->stride]= 256*16;
1551 ff_spatial_idwt(s->spatial_idwt_buffer, s->temp_idwt_buffer, width, height, width, s->spatial_decomposition_type, s->spatial_decomposition_count);
1553 for(x=0; x<width; x++){
1554 int64_t d= s->spatial_idwt_buffer[x + y*width]*16;
1574 const int width= s->avctx->width;
1592 AV_CEIL_RSHIFT(width, hshift));
1594 AV_CEIL_RSHIFT(width, hshift), AV_CEIL_RSHIFT(height, vshift),
1630 int w = s->avctx->width;
1653 int block_width = (width +15)>>4;
1666 s->m.width = width;
1702 while( !(width >>(s->chroma_h_shift + s->spatial_decomposition_count))
1729 int w= p->width;