Searched refs:concealment_motion_vectors (Results 1 - 22 of 22) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | nvdec_mpeg12.c | 77 .concealment_motion_vectors = s->concealment_motion_vectors, in nvdec_mpeg12_start_frame()
|
H A D | vdpau_mpeg12.c | 64 info->concealment_motion_vectors = s->concealment_motion_vectors; in vdpau_mpeg_start_frame()
|
H A D | vaapi_mpeg2.c | 64 .concealment_motion_vectors = s->concealment_motion_vectors, in vaapi_mpeg2_start_frame()
|
H A D | vaapi_encode_mpeg2.c | 345 pce->concealment_motion_vectors = 0; in vaapi_encode_mpeg2_init_sequence_params() 398 .concealment_motion_vectors = pce->concealment_motion_vectors, in vaapi_encode_mpeg2_init_sequence_params()
|
H A D | cbs_mpeg2.h | 145 uint8_t concealment_motion_vectors; member
|
H A D | cbs_mpeg2_syntax_template.c | 257 ui(1, concealment_motion_vectors); in picture_coding_extension()
|
H A D | mpegvideo.h | 434 int concealment_motion_vectors; member
|
H A D | dxva2_mpeg2.c | 97 (s->concealment_motion_vectors << 9) | in fill_picture_parameters()
|
H A D | mpeg12dec.c | 749 if (s->concealment_motion_vectors) { in mpeg_decode_mb() 763 check_marker(s->avctx, &s->gb, "after concealment_motion_vectors"); in mpeg_decode_mb() 1545 s->concealment_motion_vectors = get_bits1(&s->gb); in mpeg_decode_picture_coding_extension() 1566 ff_dlog(s->avctx, "conceal=%d\n", s->concealment_motion_vectors); in mpeg_decode_picture_coding_extension() 1779 s->frame_pred_frame_dct, s->concealment_motion_vectors, in mpeg_decode_slice()
|
H A D | mpeg12enc.c | 524 put_bits(&s->pb, 1, s->concealment_motion_vectors); in ff_mpeg1_encode_picture_header()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | picture_mpeg12.c | 66 context->desc.mpeg12.concealment_motion_vectors = in vlVaHandlePictureParameterBufferMPEG12() 67 mpeg2->picture_coding_extension.bits.concealment_motion_vectors; in vlVaHandlePictureParameterBufferMPEG12()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_vp3_video_bsp.c | 39 uint8_t concealment_motion_vectors; member 125 pic_bsp->concealment_motion_vectors = desc->concealment_motion_vectors; in nouveau_vp3_fill_picparm_mpeg12_bsp()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_mpeg12_bitstream.c | 887 } else 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()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_uvd_dec.h | 284 uint8_t concealment_motion_vectors; member
|
H A D | ac_vcn_dec.h | 667 unsigned char concealment_motion_vectors; member
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | radeon_uvd.h | 285 uint8_t concealment_motion_vectors; member
|
H A D | radeon_uvd.c | 592 result.concealment_motion_vectors = pic->concealment_motion_vectors; in get_mpeg2_msg()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | decode.c | 242 picture->concealment_motion_vectors = picture_info->concealment_motion_vectors; in vlVdpDecoderRenderMpeg12()
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_dec_mpeg12.c | 306 priv->picture.mpeg12.concealment_motion_vectors = vl_vlc_get_uimsbf(vlc, 1); in vid_dec_mpeg12_Decode()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_video_state.h | 164 unsigned concealment_motion_vectors; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_uvd.c | 899 result.concealment_motion_vectors = pic->concealment_motion_vectors; in get_mpeg2_msg()
|
H A D | radeon_vcn_dec.c | 1515 result.concealment_motion_vectors = pic->concealment_motion_vectors; in get_mpeg2_msg()
|
Completed in 34 milliseconds