Home
last modified time | relevance | path

Searched refs:macroblock_modes (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c658 int dmv = mb->macroblock_modes.bits.frame_motion_type == PIPE_MPEG12_MO_TYPE_DUAL_PRIME; in motion_vector_frame()
661 if (mb->macroblock_modes.bits.frame_motion_type == PIPE_MPEG12_MO_TYPE_FIELD) { in motion_vector_frame()
682 int dmv = mb->macroblock_modes.bits.field_motion_type == PIPE_MPEG12_MO_TYPE_DUAL_PRIME; in motion_vector_field()
685 if (mb->macroblock_modes.bits.field_motion_type == PIPE_MPEG12_MO_TYPE_16x8) { in motion_vector_field()
877 mb.macroblock_modes.value = 0; in decode_slice()
881 mb.macroblock_modes.bits.frame_motion_type = vl_vlc_get_uimsbf(&bs->vlc, 2); in decode_slice()
883 mb.macroblock_modes.bits.frame_motion_type = 2; in decode_slice()
885 mb.macroblock_modes.bits.field_motion_type = vl_vlc_get_uimsbf(&bs->vlc, 2); in decode_slice()
889 mb.macroblock_modes.bits.frame_motion_type = 2; in decode_slice()
891 mb.macroblock_modes.bits.field_motion_type = 1; in decode_slice()
[all …]
H A Dvl_mpeg12_decoder.c364 switch (mb->macroblock_modes.bits.frame_motion_type) { in MotionVectorToPipe()
430 stream->coding = mb->macroblock_modes.bits.dct_type; in UploadYcbcrBlocks()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.c169 if (luma && mb->macroblock_modes.bits.dct_type == PIPE_MPEG12_DCT_TYPE_FIELD) in nouveau_vpe_mb_dct_header()
293 switch (mb->macroblock_modes.bits.frame_motion_type) { in nouveau_vpe_mb_mv_header()
315 switch (mb->macroblock_modes.bits.field_motion_type) { in nouveau_vpe_mb_mv_header()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video_vp.c270 if (macrob->macroblock_modes.bits.dct_type) in nv84_decoder_vp_mpeg12_mb()
273 (macrob->macroblock_modes.value & 0xf); in nv84_decoder_vp_mpeg12_mb()
/aosp_15_r20/external/libva/va/
H A Dva.h3205 } macroblock_modes; member
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h296 } macroblock_modes; member