Home
last modified time | relevance | path

Searched refs:mpeg12 (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_mpeg12.c83 priv->picture.mpeg12.intra_matrix = default_intra_matrix; in vid_dec_mpeg12_Init()
84 priv->picture.mpeg12.non_intra_matrix = default_non_intra_matrix; in vid_dec_mpeg12_Init()
93 if (priv->picture.mpeg12.picture_coding_type != PIPE_MPEG12_PICTURE_CODING_TYPE_B) { in BeginFrame()
94 priv->picture.mpeg12.ref[0] = priv->picture.mpeg12.ref[1]; in BeginFrame()
95 priv->picture.mpeg12.ref[1] = NULL; in BeginFrame()
98 if (priv->target == priv->picture.mpeg12.ref[0]) { in BeginFrame()
117 if (priv->picture.mpeg12.picture_coding_type != PIPE_MPEG12_PICTURE_CODING_TYPE_B) { in vid_dec_mpeg12_EndFrame()
119 priv->picture.mpeg12.ref[1] = priv->target; in vid_dec_mpeg12_EndFrame()
120 done = priv->picture.mpeg12.ref[0]; in vid_dec_mpeg12_EndFrame()
136 struct pipe_video_buffer *result = priv->picture.mpeg12.ref[1]; in vid_dec_mpeg12_Flush()
[all …]
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_mpeg12.c48 context->desc.mpeg12.num_slices = 0; in vlVaHandlePictureParameterBufferMPEG12()
51 vlVaGetReferenceFrame(drv, mpeg2->forward_reference_picture, &context->desc.mpeg12.ref[0]); in vlVaHandlePictureParameterBufferMPEG12()
52 vlVaGetReferenceFrame(drv, mpeg2->backward_reference_picture, &context->desc.mpeg12.ref[1]); in vlVaHandlePictureParameterBufferMPEG12()
53 context->desc.mpeg12.picture_coding_type = mpeg2->picture_coding_type; in vlVaHandlePictureParameterBufferMPEG12()
54 context->desc.mpeg12.f_code[0][0] = ((mpeg2->f_code >> 12) & 0xf) - 1; in vlVaHandlePictureParameterBufferMPEG12()
55 context->desc.mpeg12.f_code[0][1] = ((mpeg2->f_code >> 8) & 0xf) - 1; in vlVaHandlePictureParameterBufferMPEG12()
56 context->desc.mpeg12.f_code[1][0] = ((mpeg2->f_code >> 4) & 0xf) - 1; in vlVaHandlePictureParameterBufferMPEG12()
57 context->desc.mpeg12.f_code[1][1] = (mpeg2->f_code & 0xf) - 1; in vlVaHandlePictureParameterBufferMPEG12()
58 context->desc.mpeg12.intra_dc_precision = in vlVaHandlePictureParameterBufferMPEG12()
60 context->desc.mpeg12.picture_structure = in vlVaHandlePictureParameterBufferMPEG12()
[all …]
Dpicture.c62 context->desc.mpeg12.intra_matrix = NULL; in vlVaBeginPicture()
63 context->desc.mpeg12.non_intra_matrix = NULL; in vlVaBeginPicture()
Dva_private.h286 struct pipe_mpeg12_picture_desc mpeg12; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video_bsp.c132 int mpeg12 = (codec == PIPE_VIDEO_FORMAT_MPEG12); in nv98_decoder_bsp() local
137 BEGIN_NV04(push, SUBC_BSP(0x400), mpeg12 ? 5 : 7); in nv98_decoder_bsp()
142 if (!mpeg12) { in nv98_decoder_bsp()
Dnv84_video.h42 struct pipe_mpeg12_picture_desc *mpeg12; member
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_dec_common.h62 } mpeg12; \
95 struct pipe_mpeg12_picture_desc mpeg12; \
/third_party/ffmpeg/libavcodec/
DMakefile313 OBJS-$(CONFIG_EAMAD_DECODER) += eamad.o eaidct.o mpeg12.o \
317 OBJS-$(CONFIG_EATQI_DECODER) += eatqi.o eaidct.o mpeg12.o mpeg12data.o mpegvideodata.o rl…
430 OBJS-$(CONFIG_IPU_DECODER) += mpeg12dec.o mpeg12.o mpeg12data.o
450 OBJS-$(CONFIG_MDEC_DECODER) += mdec.o mpeg12.o mpeg12data.o
487 OBJS-$(CONFIG_MPEGVIDEO_DECODER) += mpeg12dec.o mpeg12.o mpeg12data.o
488 OBJS-$(CONFIG_MPEG1VIDEO_DECODER) += mpeg12dec.o mpeg12.o mpeg12data.o
489 OBJS-$(CONFIG_MPEG1VIDEO_ENCODER) += mpeg12enc.o mpeg12.o
495 OBJS-$(CONFIG_MPEG2VIDEO_DECODER) += mpeg12dec.o mpeg12.o mpeg12data.o
496 OBJS-$(CONFIG_MPEG2VIDEO_ENCODER) += mpeg12enc.o mpeg12.o
636 OBJS-$(CONFIG_SPEEDHQ_DECODER) += speedhq.o mpeg12.o mpeg12data.o simple_idct.o
[all …]
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video.h58 struct pipe_mpeg12_picture_desc *mpeg12; member
Dnouveau_vp3_video_vp.c467 *caps = nouveau_vp3_fill_picparm_mpeg12_vp(dec, desc.mpeg12, refs, is_ref, vp); in nouveau_vp3_vp_caps()
469 switch (desc.mpeg12->picture_structure) { in nouveau_vp3_vp_caps()
Dnouveau_vp3_video_bsp.c297 caps = nouveau_vp3_fill_picparm_mpeg12_bsp(dec, desc.mpeg12, bsp); in nouveau_vp3_bsp_end()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c579 struct pipe_mpeg12_picture_desc mpeg12; in vlVdpDecoderRender() member
652 ret = vlVdpDecoderRenderMpeg12(&desc.mpeg12, (VdpPictureInfoMPEG1Or2 *)picture_info); in vlVdpDecoderRender()
/third_party/ffmpeg/
DMAINTAINERS212 mpeg12.c, mpeg12data.h Michael Niedermayer
DBUILD.gn653 "//third_party/ffmpeg/libavcodec/mpeg12.c",