Home
last modified time | relevance | path

Searched refs:picture_height_in_mbs (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/libva/va/
Dva_enc_h264.h174 unsigned short picture_height_in_mbs; member
Dva_trace.c1445 va_TraceMsg(trace_ctx, "\tpicture_height_in_mbs = %d\n", p->picture_height_in_mbs); in va_TraceVAEncSequenceParameterBufferH264()
/hardware/intel/common/libva/test/encode/
Davcenc.c82 static int picture_height, picture_height_in_mbs; variable
434 slice_param->num_macroblocks = picture_height_in_mbs * picture_width_in_mbs; in avcenc_update_slice_parameter()
476 slice_param->macroblock_address = picture_height_in_mbs * picture_width_in_mbs / 2; in avcenc_update_slice_parameter()
477 slice_param->num_macroblocks = picture_height_in_mbs * picture_width_in_mbs / 2; in avcenc_update_slice_parameter()
920 bitstream_put_ue(bs, seq_param->picture_height_in_mbs - 1); /* pic_height_in_map_units_minus1 */ in sps_rbsp()
1416 seq_param->picture_height_in_mbs = height_in_mbs; in avcenc_context_seq_param_init()
1572 picture_height_in_mbs = (picture_height + 15) / 16; in main()
Dh264encode.c337 bitstream_put_ue(bs, seq_param.picture_height_in_mbs - 1); /* pic_height_in_map_units_minus1 */ in sps_rbsp()
1291 seq_param.picture_height_in_mbs = frame_height_mbaligned / 16; in render_sequence()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp1945 static int picture_height = 960, picture_height_in_mbs = 60; variable
2229 slice_param->num_macroblocks = picture_height_in_mbs * picture_width_in_mbs; in avcenc_update_slice_parameter()
2619 bitstream_put_ue(bs, seq_param->picture_height_in_mbs - 1); /* pic_height_in_map_units_minus1 */ in sps_rbsp()
3007 seq_param->picture_height_in_mbs = height_in_mbs; in avcenc_context_seq_param_init()
/hardware/intel/common/libmix/videoencoder/
Dbitstream.h220 bitstream_put_ue(bs, seq_param->picture_height_in_mbs - 1); /* pic_height_in_map_units_minus1 */ in sps_rbsp()
DVideoEncoderAVC.cpp987 avcSeqParams.picture_height_in_mbs = (mComParams.resolution.height + 15) / 16; in renderSequenceParams()
989 level = calcLevel (avcSeqParams.picture_width_in_mbs * avcSeqParams.picture_height_in_mbs); in renderSequenceParams()
1054 LOG_V( "picture_height_in_mbs = %d\n", avcSeqParams.picture_height_in_mbs); in renderSequenceParams()
/hardware/intel/img/psb_video/src/
Dpnw_H264ES.c403 pSequenceParams->picture_height_in_mbs, in pnw__H264ES_process_sequence_param()
411 pSequenceParams->picture_height_in_mbs, in pnw__H264ES_process_sequence_param()
/hardware/intel/common/libmix/mix_video/src/
Dmixvideoformatenc_h264.c966 h264_seq_param.picture_height_in_mbs = parent->picture_height/ 16; in mix_videofmtenc_h264_send_seq_params()
989 h264_seq_param.picture_height_in_mbs); in mix_videofmtenc_h264_send_seq_params()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_H264ES.c287 pSequenceParams->picture_height_in_mbs, in lnc__H264ES_process_sequence_param()