OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:picture_height_in_mbs
(Results
1 - 10
of
10
) sorted by null
/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/
VideoEncoderAVC.cpp
[
all
...]
bitstream.h
220
bitstream_put_ue(bs, seq_param->
picture_height_in_mbs
- 1); /* pic_height_in_map_units_minus1 */
/hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc_h264.c
966
h264_seq_param.
picture_height_in_mbs
= parent->picture_height/ 16;
988
LOG_I( "
picture_height_in_mbs
= %d\n",
989
h264_seq_param.
picture_height_in_mbs
);
[
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/common/libva/va/
va_enc_h264.h
174
unsigned short
picture_height_in_mbs
;
member in struct:_VAEncSequenceParameterBufferH264
va_trace.c
[
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 366 milliseconds