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

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 717 bool intra = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA;
866 mb.macroblock_type = vl_vlc_get_vlclbf(&bs->vlc, tbl_B2, 2);
870 mb.macroblock_type = vl_vlc_get_vlclbf(&bs->vlc, tbl_B3, 6);
874 mb.macroblock_type = vl_vlc_get_vlclbf(&bs->vlc, tbl_B4, 6);
879 mb.macroblock_type = PIPE_MPEG12_MB_TYPE_INTRA;
884 if (mb.macroblock_type & (PIPE_MPEG12_MB_TYPE_MOTION_FORWARD | PIPE_MPEG12_MB_TYPE_MOTION_BACKWARD)) {
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))
905 if (mb.macroblock_type & PIPE_MPEG12_MB_TYPE_QUANT)
912 if ((mb.macroblock_type & PIPE_MPEG12_MB_TYPE_MOTION_FORWARD) |
    [all...]
vl_mpeg12_decoder.c 325 switch (mb->macroblock_type & (PIPE_MPEG12_MB_TYPE_MOTION_FORWARD | PIPE_MPEG12_MB_TYPE_MOTION_BACKWARD)) {
342 if (mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) {
363 if (mb->macroblock_type & (PIPE_MPEG12_MB_TYPE_MOTION_FORWARD | PIPE_MPEG12_MB_TYPE_MOTION_BACKWARD)) {
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;
288 forward = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_MOTION_FORWARD;
289 backward = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_MOTION_BACKWARD;
440 if (mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) {
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 199 mb->macroblock_type = XVMC_MB_TYPE_INTRA;
xvmc_bench.c 248 mb_array.macro_blocks[mby * mbw + mbx].macroblock_type = XVMC_MB_TYPE_INTRA;
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video_vp.c 259 int intra = macrob->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA;
260 int motion = macrob->macroblock_type &
  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 64 mb->macroblock_type = xvmc_mb->macroblock_type;
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 64 * flags for macroblock_type, see section 6.3.17.1 in the spec
179 unsigned char macroblock_type; member in struct:pipe_mpeg12_macroblock
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2MC.c 60 #define MBPARAM_MotionBackward(ptr) (((ptr)->macroblock_type & VA_MB_TYPE_MOTION_BACKWARD)?1:0)
61 #define MBPARAM_MotionForward(ptr) (((ptr)->macroblock_type & VA_MB_TYPE_MOTION_FORWARD)?1:0)
62 #define MBPARAM_IntraMacroblock(ptr) ((ptr)->macroblock_type & VA_MB_TYPE_MOTION_INTRA )
505 MPEG2: Derived from ?macroblock_type?
    [all...]
  /hardware/intel/common/libva/va/
va.h 1788 unsigned char macroblock_type; \/* see definition below *\/ member in struct:_VAMacroblockParameterBufferMPEG2
    [all...]

Completed in 96 milliseconds