Lines Matching defs:height
223 unsigned height = align(dec->base.height, VL_MACROBLOCK_HEIGHT);
227 // picture width & height in 16 pixel units
229 height_in_mb = align(height / VL_MACROBLOCK_HEIGHT, 2);
276 unsigned height = align(dec->base.height, VL_MACROBLOCK_HEIGHT);
280 if (dec->base.width * dec->base.height >= 4096 * 2000)
286 height = align(height, 16);
287 return ((width + 255) / 16) * ((height + 255) / 16) * 16 * max_references + 52 * 1024;
298 unsigned height = align(dec->base.height, VL_MACROBLOCK_HEIGHT);
304 if (dec->base.width * dec->base.height >= 4096 * 2000)
313 height_in_ctb = (height + ((1 << log2_ctb_size) - 1)) >> log2_ctb_size;
317 max_mb_address = (unsigned)ceil(height * 8 / 2048.0);
340 unsigned height = align(dec->base.height, VL_MACROBLOCK_HEIGHT);
346 image_size = align(width, get_db_pitch_alignment(dec)) * height;
350 // picture width & height in 16 pixel units
352 height_in_mb = align(height / VL_MACROBLOCK_HEIGHT, 2);
413 if (dec->base.width * dec->base.height >= 4096 * 2000)
419 height = align(height, 16);
421 dpb_size = align((align(width, get_db_pitch_alignment(dec)) * height * 9) / 4, 256) *
424 dpb_size = align((align(width, get_db_pitch_alignment(dec)) * height * 3) / 2, 256) *
926 result.video_object_layer_height = dec->base.height;
1106 dec->msg->body.decode.height_in_samples = dec->base.height;
1222 unsigned width = templ->width, height = templ->height;
1235 height = align(height, VL_MACROBLOCK_HEIGHT);
1239 height = align(height, VL_MACROBLOCK_HEIGHT);
1257 dec->base.height = height;
1280 bs_buf_size = width * height * (512 / (16 * 16));
1347 dec->msg->body.create.height_in_samples = dec->base.height;
1412 /* hw encode the bank width and height */