Searched refs:height_in_mbs (Results 1 – 3 of 3) sorted by relevance
1077 int i, width_in_mbs, height_in_mbs; in mpeg2enc_update_slice_parameter() local1084 height_in_mbs = (seq_param->picture_height + 15) / 16; in mpeg2enc_update_slice_parameter()1087 for (i = 0; i < height_in_mbs; i++) { in mpeg2enc_update_slice_parameter()1099 height_in_mbs, in mpeg2enc_update_slice_parameter()
1406 int height_in_mbs = (height + 15) / 16; in avcenc_context_seq_param_init() local1416 seq_param->picture_height_in_mbs = height_in_mbs; in avcenc_context_seq_param_init()1427 if (height_in_mbs * 16 - height) { in avcenc_context_seq_param_init()1430 … (height_in_mbs * 16 - height) / (2 * (!seq_param->seq_fields.bits.frame_mbs_only_flag + 1)); in avcenc_context_seq_param_init()
2997 int height_in_mbs = (height + 15) / 16; in avcenc_context_seq_param_init() local3007 seq_param->picture_height_in_mbs = height_in_mbs; in avcenc_context_seq_param_init()3012 if (height_in_mbs * 16 - height) { in avcenc_context_seq_param_init()3015 … (height_in_mbs * 16 - height) / (2 * (!seq_param->seq_fields.bits.frame_mbs_only_flag + 1)); in avcenc_context_seq_param_init()