Lines Matching refs:block_max_depth
169 int block_max_depth;
284 const int b_width = s->b_width << s->block_max_depth;
285 const int b_height= s->b_height << s->block_max_depth;
409 const int mb_w= s->b_width << s->block_max_depth;
410 const int mb_h= s->b_height << s->block_max_depth;
412 int block_size = MB_SIZE >> s->block_max_depth;
415 const uint8_t *obmc = plane_index ? ff_obmc_tab[s->block_max_depth+s->chroma_h_shift] : ff_obmc_tab[s->block_max_depth];
459 const int mb_h= s->b_height << s->block_max_depth;
466 const int w= s->b_width << s->block_max_depth;
467 const int rem_depth= s->block_max_depth - level;