HomeSort by relevance Sort by last modified time
    Searched refs:PIPE_MPEG12_MB_TYPE_INTRA (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 96 #define I PIPE_MPEG12_MB_TYPE_INTRA
717 bool intra = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA;
879 mb.macroblock_type = PIPE_MPEG12_MB_TYPE_INTRA;
893 } else if ((mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) && bs->desc->concealment_motion_vectors) {
902 mb.macroblock_type & (PIPE_MPEG12_MB_TYPE_INTRA | PIPE_MPEG12_MB_TYPE_PATTERN))
913 (mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA && bs->desc->concealment_motion_vectors)) {
927 if (mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA && bs->desc->concealment_motion_vectors) {
933 } else if (mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA ||
952 if (inc > 1 || !(mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA))
955 if (mb.macroblock_type & (PIPE_MPEG12_MB_TYPE_INTRA | PIPE_MPEG12_MB_TYPE_PATTERN))
    [all...]
vl_mpeg12_decoder.c 342 if (mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) {
420 intra = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA ? 1 : 0;
675 if (mb->macroblock_type & (PIPE_MPEG12_MB_TYPE_PATTERN | PIPE_MPEG12_MB_TYPE_INTRA))
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.c 122 } else if (mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) {
139 } else if (mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) {
152 bool intra = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA;
440 if (mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) {
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 72 PIPE_MPEG12_MB_TYPE_INTRA = 0x10
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video_vp.c 259 int intra = macrob->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA;

Completed in 292 milliseconds