Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/va/
Dpicture_mpeg12.c66 context->desc.mpeg12.concealment_motion_vectors = in vlVaHandlePictureParameterBufferMPEG12()
67 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.c887 …lse if ((mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) && bs->desc->concealment_motion_vectors) { in decode_slice()
907 … (mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA && bs->desc->concealment_motion_vectors)) { in decode_slice()
921 if (mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA && bs->desc->concealment_motion_vectors) { in decode_slice()
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.h285 uint8_t concealment_motion_vectors; member
Dradeon_uvd.c592 result.concealment_motion_vectors = pic->concealment_motion_vectors; in get_mpeg2_msg()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd.h286 uint8_t concealment_motion_vectors; member
Dradeon_vcn_dec.h479 unsigned char concealment_motion_vectors; member
Dradeon_uvd.c899 result.concealment_motion_vectors = pic->concealment_motion_vectors; in get_mpeg2_msg()
Dradeon_vcn_dec.c761 result.concealment_motion_vectors = pic->concealment_motion_vectors; in get_mpeg2_msg()
/external/mesa3d/src/gallium/frontends/omx/bellagio/
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/frontends/vdpau/
Ddecode.c247 picture->concealment_motion_vectors = picture_info->concealment_motion_vectors; in vlVdpDecoderRenderMpeg12()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h178 unsigned concealment_motion_vectors; member