| /xsrc/external/mit/xf86-video-intel/dist/xvmc/ |
| H A D | intel_xvmc_dump.c | 128 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 D | i915_xvmc.c | 772 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 D | i915_structs.h | 116 unsigned motion_type:2; member in struct:i915_3dmpeg_macroblock_header::__anonea2082430708
|
| H A D | i965_xvmc.c | 795 if (((mb->motion_type & 3) == 816 } else if ((mb->motion_type & 3) ==
|
| H A D | xvmc_vld.c | 1142 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 D | intel_xvmc_dump.c | 128 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 D | i915_xvmc.c | 772 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 D | i915_structs.h | 116 unsigned motion_type:2; member in struct:i915_3dmpeg_macroblock_header::__anona54546770708
|
| H A D | i965_xvmc.c | 795 if (((mb->motion_type & 3) == 816 } else if ((mb->motion_type & 3) ==
|
| H A D | xvmc_vld.c | 1142 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 D | intel_xvmc_dump.c | 120 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 D | i915_xvmc.c | 826 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 D | i965_xvmc.c | 758 if (((mb->motion_type & 3) == XVMC_PREDICTION_FRAME)) { 769 } else if ((mb->motion_type & 3) == XVMC_PREDICTION_FIELD) {
|
| H A D | i915_structs.h | 134 unsigned motion_type : 2; member in struct:i915_3dmpeg_macroblock_header::__anon8e8c39660808
|
| H A D | xvmc_vld.c | 1095 if (((mb->motion_type & 3) == XVMC_PREDICTION_FRAME)) { 1108 } else if ((mb->motion_type & 3) == XVMC_PREDICTION_FIELD) {
|
| H A D | I810XvMC.c | 2647 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 D | test.c | 29 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 D | XvMC.h | 121 unsigned char motion_type; member in struct:__anon0f084cab0608
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/ |
| H A D | surface.c | 68 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 D | surface.c | 68 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 D | I810XvMC.c | 2647 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 D | I810XvMC.c | 2647 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) {
|