Searched refs:motion (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsvq1dec.c55 /* motion vector (prediction) */
311 /* get motion code */
319 /* add median of motion vector predictors and clip result */
346 svq1_pmv *motion, int x, int y) {
353 /* predict and decode motion vector */
354 pmv[0] = &motion[0];
360 pmv[1] = &motion[(x / 8) + 2];
361 pmv[2] = &motion[(x / 8) + 4];
369 motion[0].x =
370 motion[(
344 svq1_motion_inter_block(MpegEncContext *s, GetBitContext *bitbuf, uint8_t *current, uint8_t *previous, int pitch, svq1_pmv *motion, int x, int y) argument
389 svq1_motion_inter_4v_block(MpegEncContext *s, GetBitContext *bitbuf, uint8_t *current, uint8_t *previous, int pitch, svq1_pmv *motion,int x, int y) argument
473 svq1_decode_delta_block(MpegEncContext *s, GetBitContext *bitbuf, uint8_t *current, uint8_t *previous, int pitch, svq1_pmv *motion, int x, int y) argument
[all...]
H A Droqvideoenc.c126 // just for motion estimation).
191 motion_vect motion; member in struct:__anon1982
202 motion_vect motion; member in struct:__anon1983
409 subcel->motion = enc->this_motion4[y*enc->width/16 + x/4];
472 cel->motion = enc->this_motion8[index];
662 bytestream_put_byte(&spool.args, motion_arg(eval->motion));
666 eval->motion.d[0], eval->motion.d[1]);
693 motion_arg(eval->subCels[j].motion));
696 eval->subCels[j].motion
[all...]
H A Dlibxvidff.c449 xvid_enc_frame.motion = x->me_flags;
H A DMakefile691 TESTPROGS-$(HAVE_MMX) += motion
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsvq1dec.c53 /* motion vector (prediction) */
285 /* get motion code */
294 /* add median of motion vector predictors and clip result */
323 int pitch, svq1_pmv *motion, int x, int y,
332 /* predict and decode motion vector */
333 pmv[0] = &motion[0];
338 pmv[1] = &motion[x / 8 + 2];
339 pmv[2] = &motion[x / 8 + 4];
346 motion[0].x =
347 motion[
321 svq1_motion_inter_block(HpelDSPContext *hdsp, GetBitContext *bitbuf, uint8_t *current, uint8_t *previous, int pitch, svq1_pmv *motion, int x, int y, int width, int height) argument
364 svq1_motion_inter_4v_block(HpelDSPContext *hdsp, GetBitContext *bitbuf, uint8_t *current, uint8_t *previous, int pitch, svq1_pmv *motion, int x, int y, int width, int height) argument
441 svq1_decode_delta_block(AVCodecContext *avctx, HpelDSPContext *hdsp, GetBitContext *bitbuf, uint8_t *current, uint8_t *previous, int pitch, svq1_pmv *motion, int x, int y, int width, int height) argument
[all...]
H A Droqvideoenc.c129 // just for motion estimation).
194 motion_vect motion; member in struct:__anon3216
205 motion_vect motion; member in struct:__anon3217
412 subcel->motion = enc->this_motion4[y*enc->width/16 + x/4];
475 cel->motion = enc->this_motion8[index];
665 bytestream_put_byte(&spool.args, motion_arg(eval->motion));
669 eval->motion.d[0], eval->motion.d[1]);
696 motion_arg(eval->subCels[j].motion));
699 eval->subCels[j].motion
[all...]
H A Dlibxvid.c714 xvid_enc_frame.motion = x->me_flags;
H A DMakefile866 TESTPROGS-$(HAVE_MMX) += motion
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/xen/interface/io/
H A Dkbdif.h50 int32_t rel_x; /* relative X motion */
51 int32_t rel_y; /* relative Y motion */
52 int32_t rel_z; /* relative Z motion (wheel) */
65 int32_t rel_z; /* relative Z motion (wheel) */
72 struct xenkbd_motion motion; member in union:xenkbd_in_event
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dxen-kbdfront.c71 input_report_rel(dev, REL_X, event->motion.rel_x);
72 input_report_rel(dev, REL_Y, event->motion.rel_y);
73 if (event->motion.rel_z)
75 -event->motion.rel_z);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsetcursorevt.tex4 result of mouse motion. This event gives the application the chance to perform
H A Dmouseevt.tex256 Returns true if this was a dragging event (motion while a button is depressed).
456 Returns true if this was a motion event and no mouse buttons were pressed.
H A Dtevent.tex177 Typically events that deal with a window as a window (size, motion,
H A Ddc.tex314 counter-clockwise motion. If {\it start} is equal to {\it end}, a
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/fate/
H A Dvideo.mak140 fate-motionpixels: CMD = framecrc -i $(SAMPLES)/motion-pixels/INTRO-partial.MVI -an -pix_fmt rgb24 -vframes 111
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery-ui.js4650 var motion = (direction == 'up' || direction == 'left') ? 'pos' : 'neg';
4652 if (mode == 'show') el.css('opacity', 0).css(ref, motion == 'pos' ? -distance : distance); // Shift
4659 animation[ref] = (motion == 'pos' ? '+=' : '-=') + distance;
4666 animation1[ref] = (motion == 'pos' ? '-=' : '+=') + distance;
4667 animation2[ref] = (motion == 'pos' ? '+=' : '-=') + distance;
4673 animation[ref] = (motion == 'pos' ? '-=' : '+=') + distance;
4681 animation1[ref] = (motion == 'pos' ? '-=' : '+=') + distance;
4682 animation2[ref] = (motion == 'pos' ? '+=' : '-=') + distance;
4756 var motion = (direction == 'up' || direction == 'left') ? 'pos' : 'neg';
4758 if (mode == 'show') el.css('opacity', 0).css(ref, motion
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dvideo.mak190 fate-motionpixels: CMD = framecrc -i $(TARGET_SAMPLES)/motion-pixels/INTRO-partial.MVI -an -pix_fmt rgb24 -vframes 111
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/svg/
H A Ddcsvg.tex233 counter-clockwise motion. If {\it start} is equal to {\it end}, a
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davplay.c2823 if (event.motion.state != SDL_PRESSED)
2825 x = event.motion.x;
2975 { "vismv", HAS_ARG | OPT_EXPERT, { (void*)opt_vismv }, "visualize motion vectors", "" },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffplay.c3390 if (event.motion.state != SDL_PRESSED)
3392 x = event.motion.x;

Completed in 440 milliseconds