Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_bitstream.c864 …lse if ((mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) && bs->desc->concealment_motion_vectors) { in decode_slice()
884 … (mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA && bs->desc->concealment_motion_vectors)) { in decode_slice()
898 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.h129 unsigned concealment_motion_vectors; member
/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddecode.c216 picture->concealment_motion_vectors = picture_info->concealment_motion_vectors; in vlVdpDecoderRenderMpeg12()