Searched refs:picture_structure (Results 1 – 10 of 10) sorted by relevance
/hardware/intel/img/psb_video/src/mrst/ |
D | psb_MPEG2MC.c | 107 uint32_t picture_structure; member 156 if (FRAME_PICTURE == ctx->picture_structure) { in psb__MPEG2MC_send_interPB_prediction() 195 if (FRAME_PICTURE == ctx->picture_structure) { in psb__MPEG2MC_send_interPB_prediction() 241 … if (((ctx->picture_structure == BOTTOM_FIELD) != MBPARAM_MvertFieldSel_0(mb_param)) && in psb__MPEG2MC_send_interPB_prediction() 280 if (3 == MBPARAM_MotionType(mb_param) && (ctx->picture_structure != FRAME_PICTURE)) { in psb__MPEG2MC_send_interPB_prediction() 281 if (ctx->picture_structure == TOP_FIELD) { in psb__MPEG2MC_send_interPB_prediction() 332 if (FRAME_PICTURE == ctx->picture_structure) { in psb__MPEG2MC_send_motion_vectores() 415 if ((ctx->picture_structure == BOTTOM_FIELD) && (3 == MBPARAM_MotionType(mb_param))) { in psb__MPEG2MC_send_motion_vectores() 485 if (FRAME_PICTURE == ctx->picture_structure) { in psb__MPEG2MC_send_mb_number() 516 if ((FRAME_PICTURE != ctx->picture_structure) && in psb__MPEG2MC_send_mb_number() [all …]
|
D | psb_MPEG2.c | 789 …ICTURE_STRUCTURE, ctx->pic_params->picture_coding_extension.bits.picture_structure); in psb__MPEG2_process_picture_param() 817 …PICTURE_STRUCTURE, ctx->pic_params->picture_coding_extension.bits.picture_structure); in psb__MPEG2_process_picture_param() 1132 …icture_structure(target_surface, ctx->pic_params->picture_coding_extension.bits.picture_structure); in psb__MPEG2_set_picture_header() 1178 ctx->pic_params->picture_coding_extension.bits.picture_structure - 1); in psb__MPEG2_set_slice_params()
|
/hardware/intel/common/libva/va/ |
D | va_enc_mpeg2.h | 226 unsigned int picture_structure : 2; member
|
D | va.h | 1736 unsigned int picture_structure : 2; member
|
D | va_trace.c | 819 …raceMsg(trace_ctx,"\tpicture_structure= %d\n", p->picture_coding_extension.bits.picture_structure); in va_TraceVAPictureParameterBufferMPEG2()
|
/hardware/intel/common/libva/test/decode/ |
D | mpeg2vldemo.cpp | 85 picture_structure:3,
|
/hardware/intel/img/psb_video/src/ |
D | pnw_MPEG2.c | 768 …ICTURE_STRUCTURE, ctx->pic_params->picture_coding_extension.bits.picture_structure); in psb__MPEG2_process_picture_param() 796 …PICTURE_STRUCTURE, ctx->pic_params->picture_coding_extension.bits.picture_structure); in psb__MPEG2_process_picture_param() 1053 …icture_structure(target_surface, ctx->pic_params->picture_coding_extension.bits.picture_structure); in psb__MPEG2_set_picture_header() 1097 ctx->pic_params->picture_coding_extension.bits.picture_structure - 1); in psb__MPEG2_set_slice_params()
|
/hardware/intel/common/libva/test/encode/ |
D | mpeg2enc.c | 371 bitstream_put_ui(bs, pic_param->picture_coding_extension.bits.picture_structure, 2); in pps_rbsp() 805 pic_param->picture_coding_extension.bits.picture_structure = 3; /* frame picture */ in mpeg2enc_init_picture_parameter()
|
D | mpeg2vaenc.c | 371 bitstream_put_ui(bs, pic_param->picture_coding_extension.bits.picture_structure, 2); in pps_rbsp() 805 pic_param->picture_coding_extension.bits.picture_structure = 3; /* frame picture */ in mpeg2enc_init_picture_parameter()
|
/hardware/intel/common/libva/test/transcode/ |
D | mpeg2transcode.cpp | 1709 picture_structure:3,
|