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

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 717 bool intra = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA;
837 mb.macroblock_type = vl_vlc_get_vlclbf(&bs->vlc, tbl_B2, 2);
841 mb.macroblock_type = vl_vlc_get_vlclbf(&bs->vlc, tbl_B3, 6);
845 mb.macroblock_type = vl_vlc_get_vlclbf(&bs->vlc, tbl_B4, 6);
849 mb.macroblock_type = 0;
855 if (mb.macroblock_type & (PIPE_MPEG12_MB_TYPE_MOTION_FORWARD | PIPE_MPEG12_MB_TYPE_MOTION_BACKWARD)) {
864 } else if ((mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) && bs->desc->concealment_motion_vectors) {
873 mb.macroblock_type & (PIPE_MPEG12_MB_TYPE_INTRA | PIPE_MPEG12_MB_TYPE_PATTERN))
876 if (mb.macroblock_type & PIPE_MPEG12_MB_TYPE_QUANT)
883 if ((mb.macroblock_type & PIPE_MPEG12_MB_TYPE_MOTION_FORWARD) |
    [all...]
vl_mpeg12_decoder.c 246 switch (mb->macroblock_type & (PIPE_MPEG12_MB_TYPE_MOTION_FORWARD | PIPE_MPEG12_MB_TYPE_MOTION_BACKWARD)) {
263 if (mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) {
284 if (mb->macroblock_type & (PIPE_MPEG12_MB_TYPE_MOTION_FORWARD | PIPE_MPEG12_MB_TYPE_MOTION_BACKWARD)) {
341 intra = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA ? 1 : 0;
595 if (mb->macroblock_type & (PIPE_MPEG12_MB_TYPE_PATTERN | PIPE_MPEG12_MB_TYPE_INTRA))
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 64 * flags for macroblock_type, see section 6.3.17.1 in the spec
151 unsigned char macroblock_type; member in struct:pipe_mpeg12_macroblock
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.c 133 } else if (mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) {
150 } else if (mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) {
163 bool intra = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA;
299 forward = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_MOTION_FORWARD;
300 backward = mb->macroblock_type & PIPE_MPEG12_MB_TYPE_MOTION_BACKWARD;
448 if (mb->macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) {
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 196 mb->macroblock_type = XVMC_MB_TYPE_INTRA;
xvmc_bench.c 239 mb_array.macro_blocks[mby * mbw + mbx].macroblock_type = XVMC_MB_TYPE_INTRA;
  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 63 mb->macroblock_type = xvmc_mb->macroblock_type;
  /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 333 milliseconds