Lines Matching refs:block_max_depth
55 s->block_max_depth= (avctx->flags & AV_CODEC_FLAG_4MV ) ? 1 : 0;
143 int size= s->b_width * s->b_height << 2*s->block_max_depth;
229 const int w= s->b_width << s->block_max_depth;
230 const int h= s->b_height << s->block_max_depth;
231 const int rem_depth= s->block_max_depth - level;
302 c->xmax = - (x+1)*block_w + (w<<(LOG2_MB_SIZE - s->block_max_depth)) + 16-3;
303 c->ymax = - (y+1)*block_w + (h<<(LOG2_MB_SIZE - s->block_max_depth)) + 16-3;
366 if(level!=s->block_max_depth)
397 if(level!=s->block_max_depth)
422 if(level!=s->block_max_depth){
455 const int w= s->b_width << s->block_max_depth;
456 const int rem_depth= s->block_max_depth - level;
478 if(level!=s->block_max_depth){
513 const int block_size = MB_SIZE >> s->block_max_depth;
516 const uint8_t *obmc = plane_index ? ff_obmc_tab[s->block_max_depth+s->chroma_h_shift] : ff_obmc_tab[s->block_max_depth];
521 const int b_stride = s->b_width << s->block_max_depth;
569 const int b_stride = s->b_width << s->block_max_depth;
570 const int b_height = s->b_height<< s->block_max_depth;
608 const int block_size = MB_SIZE >> s->block_max_depth;
618 const int b_stride = s->b_width << s->block_max_depth;
619 const int b_height = s->b_height<< s->block_max_depth;
710 const int block_size = MB_SIZE >> s->block_max_depth;
713 const uint8_t *obmc = plane_index ? ff_obmc_tab[s->block_max_depth+s->chroma_h_shift] : ff_obmc_tab[s->block_max_depth];
721 const int b_stride = s->b_width << s->block_max_depth;
904 const int b_stride= s->b_width << s->block_max_depth;
950 const int b_stride= s->b_width << s->block_max_depth;
997 const int b_width = s->b_width << s->block_max_depth;
998 const int b_height= s->b_height << s->block_max_depth;
1031 const int b_w= (MB_SIZE >> s->block_max_depth);
1048 memcpy(obmc_edged[y], ff_obmc_tab[s->block_max_depth] + y * b_w * 2, b_w * 2);
1074 const int block_w= MB_SIZE >> s->block_max_depth;
1075 const int block_h= MB_SIZE >> s->block_max_depth;
1181 if(s->block_max_depth == 1){
1457 put_symbol(&s->c, s->header_state, s->block_max_depth - s->last_block_max_depth, 1);
1477 s->last_block_max_depth = s->block_max_depth;