Lines Matching defs:height
79 s->m.mb_num = (avctx->width * avctx->height + 255) / 256; // For ratecontrol
523 const int h= p->height;
621 const int h= p->height;
723 const int h= p->height;
778 const int h= b->height;
812 if(px<b->parent->width && py<b->parent->height)
863 if(px<b->parent->width && py<b->parent->height)
1079 const int h= s->plane[0].height;
1246 const int h= b->height;
1307 const int h= b->height;
1329 const int h= b->height;
1353 const int h= b->height;
1499 const int h= b->height;
1540 int height= p->height;
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);
1552 for(y=0; y<height; y++){
1575 const int height= s->avctx->height;
1589 for(y=0; y<AV_CEIL_RSHIFT(height, vshift); y++)
1594 AV_CEIL_RSHIFT(width, hshift), AV_CEIL_RSHIFT(height, vshift),
1631 int h = s->avctx->height;
1654 int block_height= (height+15)>>4;
1667 s->m.height= height;
1703 || !(height>>(s->chroma_v_shift + s->spatial_decomposition_count)))
1730 int h= p->height;