Home
last modified time | relevance | path

Searched refs:MV_FIELD (Results 1 – 18 of 18) sorted by relevance

/dports/multimedia/libmpeg3/libmpeg3-1.8/video/
H A Dmacroblocks.c302 mv_format = (motion_type == MC_FRAME) ? MV_FRAME : MV_FIELD; in mpeg3video_macroblock_modes()
307 mv_format = MV_FIELD; in mpeg3video_macroblock_modes()
313 mvscale = ((mv_format == MV_FIELD) && (video->pict_struct == FRAME_PICTURE)); in mpeg3video_macroblock_modes()
H A Dmotion.c182 if(mv_format == MV_FIELD && !dmv) in mpeg3video_motion_vectors()
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/
H A Dmacroblocks.c331 mv_format = (motion_type == MC_FRAME) ? MV_FRAME : MV_FIELD; in mpeg3video_macroblock_modes()
336 mv_format = MV_FIELD; in mpeg3video_macroblock_modes()
342 mvscale = ((mv_format == MV_FIELD) && (video->pict_struct == FRAME_PICTURE)); in mpeg3video_macroblock_modes()
H A Dmpeg3video.h73 #define MV_FIELD 0 /* mv_format */ macro
H A Dmotion.c218 if(mv_format == MV_FIELD && !dmv) in mpeg3video_motion_vectors()
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/mpeg2enc/
H A Dmpeg2syntaxcodes.h84 #define MV_FIELD 0 macro
/dports/multimedia/mpeg2play/mpeg2play-1.1b/
H A Dmpeg2dec.h79 #define MV_FIELD 0 macro
H A Dgetpic.c698 mv_format = (motion_type==MC_FRAME) ? MV_FRAME : MV_FIELD;
703 mv_format = MV_FIELD;
709 mvscale = ((mv_format==MV_FIELD) && (pict_struct==FRAME_PICTURE));
H A Dmotion.c48 if (mv_format==MV_FIELD && !dmv)
/dports/multimedia/mpeg2codec/mpeg2/src/mpeg2dec/
H A Dmpeg2dec.h85 #define MV_FIELD 0 macro
H A Dgetpic.c366 mv_format = (motion_type==MC_FRAME) ? MV_FRAME : MV_FIELD;
371 mv_format = MV_FIELD;
385 mvscale = ((mv_format==MV_FIELD) && (picture_structure==FRAME_PICTURE));
H A Dmotion.c49 if (mv_format==MV_FIELD && !dmv)
/dports/multimedia/mpeg2codec/mpeg2/src/mpeg2enc/
H A Dmpeg2enc.h67 #define MV_FIELD 0 macro
/dports/multimedia/vtkmpeg2encode/vtkmpeg2encode/
H A Dmpeg2enc.h67 #define MV_FIELD 0 macro
/dports/graphics/simage/simage-1.7.0/mpeg2enc/
H A Dmpeg2enc.h73 #define MV_FIELD 0 macro
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/video/
H A DMpvDecoder.java200 final int MV_FIELD=0; field in MpvDecoder
2253 if (mv_format[0]==MV_FIELD && dmv[0]<1) in motion_vectors()
2746 mv_format = (motion_type == MC_FRAME) ? MV_FRAME : MV_FIELD; in macroblock_modes()
2751 mv_format = MV_FIELD; in macroblock_modes()
2760 mvscale = ((mv_format==MV_FIELD) && (picture_structure == FRAME_PICTURE)) ? 1 : 0; in macroblock_modes()
/dports/multimedia/libmpeg3/libmpeg3-1.8/
H A Dmpeg3private.h828 #define MV_FIELD 0 /* mv_format */ macro
/dports/multimedia/tcmplex-panteltje/tcmplex-panteltje-0.4.7/
H A Dmain.h99 #define MV_FIELD 0 macro