HomeSort by relevance Sort by last modified time
    Searched refs:picture_height_in_mbs (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/libva/va/
va_enc_h264.h 171 unsigned short picture_height_in_mbs; member in struct:_VAEncSequenceParameterBufferH264
  /hardware/intel/common/libva/va/
va_enc_h264.h 174 unsigned short picture_height_in_mbs; member in struct:_VAEncSequenceParameterBufferH264
va_trace.c     [all...]
  /hardware/intel/common/libva/test/encode/
avcenc.c 82 static int picture_height, picture_height_in_mbs; variable
434 slice_param->num_macroblocks = picture_height_in_mbs * picture_width_in_mbs;
476 slice_param->macroblock_address = 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 */
    [all...]
h264encode.c 337 bitstream_put_ue(bs, seq_param.picture_height_in_mbs - 1); /* pic_height_in_map_units_minus1 */
    [all...]
  /hardware/intel/common/libmix/videoencoder/
bitstream.h 220 bitstream_put_ue(bs, seq_param->picture_height_in_mbs - 1); /* pic_height_in_map_units_minus1 */
VideoEncoderAVC.cpp     [all...]
  /hardware/intel/img/psb_video/src/
pnw_H264ES.c 403 pSequenceParams->picture_height_in_mbs,
411 pSequenceParams->picture_height_in_mbs,
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
lnc_H264ES.c 287 pSequenceParams->picture_height_in_mbs,
    [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp 1945 static int picture_height = 960, picture_height_in_mbs = 60; variable
    [all...]

Completed in 72 milliseconds