Home
last modified time | relevance | path

Searched refs:frame_pred_frame_dct (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/va/
Dpicture_mpeg12.c51 context->desc.mpeg12.frame_pred_frame_dct = in vlVaHandlePictureParameterBufferMPEG12()
52 mpeg2->picture_coding_extension.bits.frame_pred_frame_dct; in vlVaHandlePictureParameterBufferMPEG12()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_bsp.c38 uint8_t frame_pred_frame_dct; member
124 pic_bsp->frame_pred_frame_dct = desc->frame_pred_frame_dct; in nouveau_vp3_fill_picparm_mpeg12_bsp()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.h280 unsigned char frame_pred_frame_dct; member
Dradeon_uvd.h283 uint8_t frame_pred_frame_dct; member
Dradeon_vcn_dec.c525 result.frame_pred_frame_dct = pic->frame_pred_frame_dct; in get_mpeg2_msg()
Dradeon_uvd.c898 result.frame_pred_frame_dct = pic->frame_pred_frame_dct; in get_mpeg2_msg()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_bitstream.c886 if (bs->desc->frame_pred_frame_dct == 0) in decode_slice()
901 bs->desc->frame_pred_frame_dct == 0 && in decode_slice()
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.h284 uint8_t frame_pred_frame_dct; member
Dradeon_uvd.c818 result.frame_pred_frame_dct = pic->frame_pred_frame_dct; in get_mpeg2_msg()
/external/mesa3d/src/gallium/state_trackers/omx_bellagio/
Dvid_dec_mpeg12.c305 priv->picture.mpeg12.frame_pred_frame_dct = vl_vlc_get_uimsbf(vlc, 1); in vid_dec_mpeg12_Decode()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h154 unsigned frame_pred_frame_dct; member
/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddecode.c243 picture->frame_pred_frame_dct = picture_info->frame_pred_frame_dct; in vlVdpDecoderRenderMpeg12()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video_vp.c516 header.progressive = desc->frame_pred_frame_dct; in nv84_decoder_vp_mpeg12()