Home
last modified time | relevance | path

Searched refs:concealment_motion_vectors (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/va/
Dpicture_mpeg12.c53 context->desc.mpeg12.concealment_motion_vectors = in vlVaHandlePictureParameterBufferMPEG12()
54 mpeg2->picture_coding_extension.bits.concealment_motion_vectors; in vlVaHandlePictureParameterBufferMPEG12()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_bsp.c39 uint8_t concealment_motion_vectors; member
125 pic_bsp->concealment_motion_vectors = desc->concealment_motion_vectors; in nouveau_vp3_fill_picparm_mpeg12_bsp()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_bitstream.c893 …lse if ((mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) && bs->desc->concealment_motion_vectors) { in decode_slice()
913 … (mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA && bs->desc->concealment_motion_vectors)) { in decode_slice()
927 if (mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA && bs->desc->concealment_motion_vectors) { in decode_slice()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h157 unsigned concealment_motion_vectors; member
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd.h279 uint8_t concealment_motion_vectors; member
Dradeon_uvd.c854 result.concealment_motion_vectors = pic->concealment_motion_vectors; in get_mpeg2_msg()
/external/mesa3d/src/gallium/state_trackers/omx/
Dvid_dec_mpeg12.c306 priv->picture.mpeg12.concealment_motion_vectors = vl_vlc_get_uimsbf(vlc, 1); in vid_dec_mpeg12_Decode()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddecode.c247 picture->concealment_motion_vectors = picture_info->concealment_motion_vectors; in vlVdpDecoderRenderMpeg12()