Home | History | Annotate | Download | only in encode

Lines Matching defs:picture_height_in_mbs

82 static int picture_height, picture_height_in_mbs;
434 slice_param->num_macroblocks = picture_height_in_mbs * picture_width_in_mbs;
476 picture_height_in_mbs * picture_width_in_mbs / 2;
477 slice_param->num_macroblocks = picture_height_in_mbs * picture_width_in_mbs / 2;
920 bitstream_put_ue(bs, seq_param->picture_height_in_mbs - 1); /* pic_height_in_map_units_minus1 */
1416 seq_param->picture_height_in_mbs = height_in_mbs;
1572 picture_height_in_mbs = (picture_height + 15) / 16;