Searched refs:motion_type (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Dintel_xvmc_dump.c128 if (mb->motion_type & XVMC_PREDICTION_FIELD)
130 else if (mb->motion_type & XVMC_PREDICTION_FRAME)
132 else if (mb->motion_type & XVMC_PREDICTION_DUAL_PRIME)
135 fprintf(fp, "(unknown %d) ", mb->motion_type);
137 if (mb->motion_type & XVMC_PREDICTION_FIELD)
139 else if (mb->motion_type & XVMC_PREDICTION_DUAL_PRIME)
141 else if (mb->motion_type & XVMC_PREDICTION_16x8)
144 fprintf(fp, "(unknown %d) ", mb->motion_type);
H A Di915_xvmc.c772 macroblock_1fbmv.header.dw1.motion_type = (mb->motion_type & 0x03);
814 macroblock_2fbmv.header.dw1.motion_type = (mb->motion_type & 0x03);
831 if ((mb->motion_type & 3) == XVMC_PREDICTION_FIELD) {
836 } else if ((mb->motion_type & 3) == XVMC_PREDICTION_DUAL_PRIME) {
1167 switch (mb->motion_type & 3) {
1188 switch (mb->motion_type & 3) {
H A Di915_structs.h116 unsigned motion_type:2; member in struct:i915_3dmpeg_macroblock_header::__anonea2082430708
H A Di965_xvmc.c795 if (((mb->motion_type & 3) ==
816 } else if ((mb->motion_type & 3) ==
H A Dxvmc_vld.c1142 if (((mb->motion_type & 3) == XVMC_PREDICTION_FRAME)) {
1173 } else if ((mb->motion_type & 3) ==
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Dintel_xvmc_dump.c128 if (mb->motion_type & XVMC_PREDICTION_FIELD)
130 else if (mb->motion_type & XVMC_PREDICTION_FRAME)
132 else if (mb->motion_type & XVMC_PREDICTION_DUAL_PRIME)
135 fprintf(fp, "(unknown %d) ", mb->motion_type);
137 if (mb->motion_type & XVMC_PREDICTION_FIELD)
139 else if (mb->motion_type & XVMC_PREDICTION_DUAL_PRIME)
141 else if (mb->motion_type & XVMC_PREDICTION_16x8)
144 fprintf(fp, "(unknown %d) ", mb->motion_type);
H A Di915_xvmc.c772 macroblock_1fbmv.header.dw1.motion_type = (mb->motion_type & 0x03);
814 macroblock_2fbmv.header.dw1.motion_type = (mb->motion_type & 0x03);
831 if ((mb->motion_type & 3) == XVMC_PREDICTION_FIELD) {
836 } else if ((mb->motion_type & 3) == XVMC_PREDICTION_DUAL_PRIME) {
1167 switch (mb->motion_type & 3) {
1188 switch (mb->motion_type & 3) {
H A Di915_structs.h116 unsigned motion_type:2; member in struct:i915_3dmpeg_macroblock_header::__anona54546770708
H A Di965_xvmc.c795 if (((mb->motion_type & 3) ==
816 } else if ((mb->motion_type & 3) ==
H A Dxvmc_vld.c1142 if (((mb->motion_type & 3) == XVMC_PREDICTION_FRAME)) {
1173 } else if ((mb->motion_type & 3) ==
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A Dintel_xvmc_dump.c120 if (mb->motion_type & XVMC_PREDICTION_FIELD)
122 else if (mb->motion_type & XVMC_PREDICTION_FRAME)
124 else if (mb->motion_type & XVMC_PREDICTION_DUAL_PRIME)
127 fprintf(fp, "(unknown %d) ", mb->motion_type);
129 if (mb->motion_type & XVMC_PREDICTION_FIELD)
131 else if (mb->motion_type & XVMC_PREDICTION_DUAL_PRIME)
133 else if (mb->motion_type & XVMC_PREDICTION_16x8)
136 fprintf(fp, "(unknown %d) ", mb->motion_type);
H A Di915_xvmc.c826 macroblock_0mv.header.dw1.motion_type = 0; // (mb->motion_type & 0x3);
854 macroblock_1fbmv.header.dw1.motion_type = (mb->motion_type & 0x03);
890 macroblock_2fbmv.header.dw1.motion_type = (mb->motion_type & 0x03);
905 if ((mb->motion_type & 3) == XVMC_PREDICTION_FIELD) {
910 } else if ((mb->motion_type & 3) == XVMC_PREDICTION_DUAL_PRIME) {
1921 switch (mb->motion_type & 3) {
1939 switch (mb->motion_type
[all...]
H A Di965_xvmc.c758 if (((mb->motion_type & 3) == XVMC_PREDICTION_FRAME)) {
769 } else if ((mb->motion_type & 3) == XVMC_PREDICTION_FIELD) {
H A Di915_structs.h134 unsigned motion_type : 2; member in struct:i915_3dmpeg_macroblock_header::__anon8e8c39660808
H A Dxvmc_vld.c1095 if (((mb->motion_type & 3) == XVMC_PREDICTION_FRAME)) {
1108 } else if ((mb->motion_type & 3) == XVMC_PREDICTION_FIELD) {
H A DI810XvMC.c2647 if(mb->motion_type == XVMC_PREDICTION_DUAL_PRIME) {
2673 (mb->motion_type != XVMC_PREDICTION_DUAL_PRIME)) {
2705 switch((mb->motion_type & 0x3) | (mb->dct_type<<2)) {
2735 switch(mb->motion_type & 0x3) {
/xsrc/external/mit/xinput/dist/src/
H A Dtest.c29 static int motion_type = INVALID_EVENT_TYPE; variable in typeref:typename:int
75 DeviceMotionNotify(device, motion_type, event_list[number]); number++;
106 if (Event.type == motion_type) {
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXvMC.h121 unsigned char motion_type; member in struct:__anon0f084cab0608
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/
H A Dsurface.c68 mb->macroblock_modes.bits.frame_motion_type = xvmc_mb->motion_type;
75 mb->macroblock_modes.bits.field_motion_type = xvmc_mb->motion_type;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/
H A Dsurface.c68 mb->macroblock_modes.bits.frame_motion_type = xvmc_mb->motion_type;
75 mb->macroblock_modes.bits.field_motion_type = xvmc_mb->motion_type;
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/xvmc/
H A DI810XvMC.c2647 if(mb->motion_type == XVMC_PREDICTION_DUAL_PRIME) {
2673 (mb->motion_type != XVMC_PREDICTION_DUAL_PRIME)) {
2705 switch((mb->motion_type & 0x3) | (mb->dct_type<<2)) {
2735 switch(mb->motion_type & 0x3) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/xvmc/
H A DI810XvMC.c2647 if(mb->motion_type == XVMC_PREDICTION_DUAL_PRIME) {
2673 (mb->motion_type != XVMC_PREDICTION_DUAL_PRIME)) {
2705 switch((mb->motion_type & 0x3) | (mb->dct_type<<2)) {
2735 switch(mb->motion_type & 0x3) {

Completed in 40 milliseconds