Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/va/
Dpicture_mpeg12.c70 context->desc.mpeg12.intra_vlc_format = in vlVaHandlePictureParameterBufferMPEG12()
71 mpeg2->picture_coding_extension.bits.intra_vlc_format; in vlVaHandlePictureParameterBufferMPEG12()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_bsp.c40 uint8_t intra_vlc_format; member
126 pic_bsp->intra_vlc_format = desc->intra_vlc_format; in nouveau_vp3_fill_picparm_mpeg12_bsp()
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.h287 uint8_t intra_vlc_format; member
Dradeon_uvd.c594 result.intra_vlc_format = pic->intra_vlc_format; in get_mpeg2_msg()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd.h288 uint8_t intra_vlc_format; member
Dradeon_vcn_dec.h481 unsigned char intra_vlc_format; member
Dradeon_uvd.c901 result.intra_vlc_format = pic->intra_vlc_format; in get_mpeg2_msg()
Dradeon_vcn_dec.c763 result.intra_vlc_format = pic->intra_vlc_format; in get_mpeg2_msg()
/external/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_mpeg12.c308 priv->picture.mpeg12.intra_vlc_format = vl_vlc_get_uimsbf(vlc, 1); in vid_dec_mpeg12_Decode()
/external/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c246 picture->intra_vlc_format = picture_info->intra_vlc_format; in vlVdpDecoderRenderMpeg12()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h177 unsigned intra_vlc_format; member
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_bitstream.c990 bs->intra_dct_tbl = picture->intra_vlc_format ? tbl_B15 : tbl_B14_AC; in vl_mpg12_bs_decode()