Home | History | Annotate | Download | only in src

Lines Matching defs:max_height

191     Int         max = 0, max_width = 0, max_height = 0, pitch, offset;
612 max_height = ((temp_h + 15) >> 4) << 4;
613 nTotalMB = ((max_width * max_height) >> 8);
742 max_height += 32;
744 size = pitch * max_height;
2965 Int idx, temp_w, temp_h, max = 0, max_width, max_height;
2999 max_height = temp_h;
3000 nTotalMB = ((max_width + 15) >> 4) * ((max_height + 15) >> 4);