Home
last modified time | relevance | path

Searched refs:macroblock_type (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_bitstream.c717 bool intra = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA; in decode_dct()
837 mb.macroblock_type = vl_vlc_get_vlclbf(&bs->vlc, tbl_B2, 2); in decode_slice()
841 mb.macroblock_type = vl_vlc_get_vlclbf(&bs->vlc, tbl_B3, 6); in decode_slice()
845 mb.macroblock_type = vl_vlc_get_vlclbf(&bs->vlc, tbl_B4, 6); in decode_slice()
849 mb.macroblock_type = 0; in decode_slice()
855 …if (mb.macroblock_type & (PIPE_MPEG12_MB_TYPE_MOTION_FORWARD | PIPE_MPEG12_MB_TYPE_MOTION_BACKWARD… in decode_slice()
864 …} else if ((mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) && bs->desc->concealment_motion_vector… in decode_slice()
873 mb.macroblock_type & (PIPE_MPEG12_MB_TYPE_INTRA | PIPE_MPEG12_MB_TYPE_PATTERN)) in decode_slice()
876 if (mb.macroblock_type & PIPE_MPEG12_MB_TYPE_QUANT) in decode_slice()
883 if ((mb.macroblock_type & PIPE_MPEG12_MB_TYPE_MOTION_FORWARD) || in decode_slice()
[all …]
Dvl_mpeg12_decoder.c246 …switch (mb->macroblock_type & (PIPE_MPEG12_MB_TYPE_MOTION_FORWARD | PIPE_MPEG12_MB_TYPE_MOTION_BAC… in MacroBlockTypeToPipeWeights()
263 if (mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) { in MacroBlockTypeToPipeWeights()
284 …if (mb->macroblock_type & (PIPE_MPEG12_MB_TYPE_MOTION_FORWARD | PIPE_MPEG12_MB_TYPE_MOTION_BACKWAR… in MotionVectorToPipe()
341 intra = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA ? 1 : 0; in UploadYcbcrBlocks()
595 if (mb->macroblock_type & (PIPE_MPEG12_MB_TYPE_PATTERN | PIPE_MPEG12_MB_TYPE_INTRA)) in vl_mpeg12_decode_macroblock()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c133 } else if (mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) { in nouveau_vpe_mb_dct_blocks()
150 } else if (mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) { in nouveau_vpe_mb_data_blocks()
163 bool intra = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA; in nouveau_vpe_mb_dct_header()
299 forward = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_MOTION_FORWARD; in nouveau_vpe_mb_mv_header()
300 backward = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_MOTION_BACKWARD; in nouveau_vpe_mb_mv_header()
448 if (mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) { in nouveau_decoder_decode_macroblock()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h151 unsigned char macroblock_type; member
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dsurface.c63 mb->macroblock_type = xvmc_mb->macroblock_type; in MacroBlocksToPipe()
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
Dtest_rendering.c196 mb->macroblock_type = XVMC_MB_TYPE_INTRA; in main()
Dxvmc_bench.c239 mb_array.macro_blocks[mby * mbw + mbx].macroblock_type = XVMC_MB_TYPE_INTRA; in main()