Home
last modified time | relevance | path

Searched refs:MC_FRAME (Results 1 – 25 of 54) sorted by relevance

123

/dports/multimedia/mpeg2play/mpeg2play-1.1b/
H A Dgetpic.c424 motion_type = MC_FRAME;
457 motion_type = MC_FRAME;
661 motion_type = frame_pred_dct ? MC_FRAME : getbits(2);
668 motion_type==MC_FRAME?"Frame":
691 motion_type = (pict_struct==FRAME_PICTURE) ? MC_FRAME : MC_FIELD;
698 mv_format = (motion_type==MC_FRAME) ? MV_FRAME : MV_FIELD;
H A Dmpeg2dec.h74 #define MC_FRAME 2 macro
/dports/multimedia/libmpeg3/libmpeg3-1.8/video/
H A Dmacroblocks.c283 motion_type = video->frame_pred_dct ? MC_FRAME : mpeg3slice_getbits2(slice_buffer); in mpeg3video_macroblock_modes()
295 motion_type = (video->pict_struct == FRAME_PICTURE) ? MC_FRAME : MC_FIELD; in mpeg3video_macroblock_modes()
302 mv_format = (motion_type == MC_FRAME) ? MV_FRAME : MV_FIELD; in mpeg3video_macroblock_modes()
H A Dslice.c395 motion_type = MC_FRAME; in mpeg3_decode_slice()
425 motion_type = MC_FRAME; in mpeg3_decode_slice()
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/video/
H A Dmacroblocks.c312 motion_type = video->frame_pred_dct ? MC_FRAME : mpeg3slice_getbits2(slice_buffer); in mpeg3video_macroblock_modes()
324 motion_type = (video->pict_struct == FRAME_PICTURE) ? MC_FRAME : MC_FIELD; in mpeg3video_macroblock_modes()
331 mv_format = (motion_type == MC_FRAME) ? MV_FRAME : MV_FIELD; in mpeg3video_macroblock_modes()
H A Dmpeg3video.h69 #define MC_FRAME 2 macro
H A Dslice.c554 motion_type = MC_FRAME; in mpeg3_decode_slice()
584 motion_type = MC_FRAME; in mpeg3_decode_slice()
/dports/multimedia/mpeg2codec/mpeg2/src/mpeg2dec/
H A Dgetpic.c322 motion_type = frame_pred_frame_dct ? MC_FRAME : Get_Bits(2);
329 motion_type==MC_FRAME?"Frame":
352 motion_type = (picture_structure==FRAME_PICTURE) ? MC_FRAME : MC_FIELD;
366 mv_format = (motion_type==MC_FRAME) ? MV_FRAME : MV_FIELD;
878 *motion_type = MC_FRAME;
1203 *motion_type = MC_FRAME;
H A Dmpeg2dec.h80 #define MC_FRAME 2 macro
H A Drecon.c64 if ((motion_type==MC_FRAME)
200 if (motion_type==MC_FRAME)
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/mpeg2enc/
H A Dmpeg2syntaxcodes.h79 #define MC_FRAME 2 macro
H A Dpredict.cc212 if ( (best_me->motion_type==MC_FRAME) in Predict()
359 if (best_me->motion_type==MC_FRAME) in Predict()
/dports/multimedia/mpeg2codec/mpeg2/src/mpeg2enc/
H A Dmpeg2enc.h62 #define MC_FRAME 2 macro
H A Dmotion.c172 mbi->motion_type = MC_FRAME;
193 mbi->motion_type = MC_FRAME;
234 if (mbi->motion_type==MC_FRAME)
266 mbi->motion_type = MC_FRAME;
314 mbi->motion_type = MC_FRAME;
354 mbi->motion_type = MC_FRAME;
376 mbi->motion_type = MC_FRAME;
394 mbi->motion_type = MC_FRAME;
423 if (mbi->motion_type==MC_FRAME)
H A Dputpic.c154 && mbinfo[k].motion_type==MC_FRAME
306 if (motion_type==MC_FRAME)
H A Dpredict.c148 if ((motion_type==MC_FRAME) || !(mb_type & MB_FORWARD))
277 if (motion_type==MC_FRAME)
/dports/multimedia/vtkmpeg2encode/vtkmpeg2encode/
H A Dmpeg2enc.h62 #define MC_FRAME 2 macro
H A Dmotion.c178 mbi->motion_type = MC_FRAME;
199 mbi->motion_type = MC_FRAME;
240 if (mbi->motion_type==MC_FRAME)
272 mbi->motion_type = MC_FRAME;
320 mbi->motion_type = MC_FRAME;
360 mbi->motion_type = MC_FRAME;
382 mbi->motion_type = MC_FRAME;
400 mbi->motion_type = MC_FRAME;
429 if (mbi->motion_type==MC_FRAME)
H A Dputpic.c157 && mpeg2_struct->mbinfo[k].motion_type==MC_FRAME
310 if (motion_type==MC_FRAME)
/dports/graphics/simage/simage-1.7.0/mpeg2enc/
H A Dmpeg2enc.h68 #define MC_FRAME 2 macro
H A Dmotion.c185 mbi->motion_type = MC_FRAME; in frame_ME()
206 mbi->motion_type = MC_FRAME; in frame_ME()
247 if (mbi->motion_type==MC_FRAME) in frame_ME()
279 mbi->motion_type = MC_FRAME; in frame_ME()
327 mbi->motion_type = MC_FRAME; in frame_ME()
367 mbi->motion_type = MC_FRAME; in frame_ME()
389 mbi->motion_type = MC_FRAME; in frame_ME()
407 mbi->motion_type = MC_FRAME; in frame_ME()
436 if (mbi->motion_type==MC_FRAME) in frame_ME()
H A Dputpic.c162 && mbinfo[k].motion_type==MC_FRAME in simpeg_encode_putpict()
314 if (motion_type==MC_FRAME) in putmvs()
H A Dpredict.c145 if ((motion_type==MC_FRAME) || !(mb_type & MB_FORWARD)) in predict_mb()
274 if (motion_type==MC_FRAME) in predict_mb()
/dports/multimedia/m2vrequantiser/M2VRequantiser-v1.1/
H A Dgetvlc.h14 #define MC_FRAME (2*64) macro
/dports/multimedia/vamps/vamps-0.99.2/vamps/
H A Dgetvlc.h14 #define MC_FRAME (2*64) macro

123