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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo_xvmc.c220 mv_block->motion_type = XVMC_PREDICTION_FRAME;
223 mv_block->motion_type = XVMC_PREDICTION_16x8;
226 mv_block->motion_type = XVMC_PREDICTION_FIELD;
235 mv_block->motion_type = XVMC_PREDICTION_DUAL_PRIME;
H A Dmpeg12.c739 int i, j, k, cbp, val, mb_type, motion_type; local
801 // motion_type = 0; /* avoid warning */
886 motion_type = MT_FRAME;
888 motion_type = get_bits(&s->gb, 2);
898 av_dlog(s->avctx, "motion_type=%d\n", motion_type);
899 switch (motion_type) {
1025 av_log(s->avctx, AV_LOG_ERROR, "00 motion_type at %d %d\n", s->mb_x, s->mb_y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegvideo_xvmc.c236 mv_block->motion_type = XVMC_PREDICTION_FRAME;
239 mv_block->motion_type = XVMC_PREDICTION_16x8;
242 mv_block->motion_type = XVMC_PREDICTION_FIELD;
251 mv_block->motion_type = XVMC_PREDICTION_DUAL_PRIME;
H A Dmpeg12dec.c732 int i, j, k, cbp, val, mb_type, motion_type; local
801 // motion_type = 0; /* avoid warning */
885 motion_type = MT_FRAME;
887 motion_type = get_bits(&s->gb, 2);
897 av_dlog(s->avctx, "motion_type=%d\n", motion_type);
898 switch (motion_type) {
1036 "00 motion_type at %d %d\n", s->mb_x, s->mb_y);

Completed in 48 milliseconds