/prebuilt/windows/sdl/host/include/SDL/ |
SDL_mouse.h | 70 * Set the position of the mouse cursor (generates a mouse motion event)
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_joystick.h | 86 * Joystick trackballs have only relative motion events associated
|
SDL_mouse.h | 66 * Set the position of the mouse cursor (generates a mouse motion event)
|
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
motion_est.cpp | 68 /* Initialize arrays necessary for motion search */ 430 based on other criteria such as motion vectors coherency or the SAD */ 456 /******** no scene change, continue motion search **********************/ 828 /* due to the complexity of the predicted motion vector, we may not decide to skip 830 /* We will find the best motion vector and the best intra prediction mode for each block. */ 951 /* This option #1 search is very similar to PV's MPEG4 motion search algorithm. [all...] |
avcenc_lib.h | 126 also performs motion estimation. 413 This function is called for luma motion compensation. 484 Allocate and initialize arrays necessary for motion search algorithm. 499 This function performs motion estimation of all macroblocks in a frame during the InitFrame. 542 Performs motion vector search for a macroblock. 618 \param "cmvx, cmvy" "Predicted motion vector use for mvcost." [all...] |
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
motion_est.cpp | 132 Purpose: Go through all macroblock for motion search and 325 /* leave mot_mb[0] as it is for fast motion search */ 345 /* find half-pel resolution motion vector */ 500 /******** no scene change, continue motion search **********************/ 763 Purpose: Perform motion estimation for a macroblock. 870 /* find initial motion vector */ [all...] |
datapart_encode.cpp | 127 /* Code_MB: DCT, Q, Q^(-1), IDCT, Motion Comp */ 338 /* Code_MB: DCT, Q, Q^(-1), IDCT, Motion Comp */
|
/frameworks/base/core/java/android/widget/ |
HorizontalScrollView.java | 76 * Position of the last motion event. 388 * This method JUST determines whether we want to intercept the motion. 396 * motion. 466 * The only time we want to intercept motion events is if we are in the 503 // Remember where the motion event started 510 // Scroll to follow the motion event [all...] |
ScrollView.java | 72 * Position of the last motion event. 386 * This method JUST determines whether we want to intercept the motion. 394 * motion. 463 * The only time we want to intercept motion events is if we are in the 500 // Remember where the motion event started 507 // Scroll to follow the motion event [all...] |
/external/opencore/nodes/pvmp4ffcomposernode/include/ |
pvmp4ffcn_clipconfig.h | 75 * This mode authors I-Motion compliant output files: 84 * This mode authors I-Motion compliant output files:
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/ |
OMX_VideoEnc_DSP.h | 249 OMX_U32 maxMVperMB ; /* enable/Disable Multiple Motion vector per MB, valid values are [1, 4] [For DM6446, allowed value is only 1]*/ 251 OMX_U32 mvDataEnable ; /*enable/Disable Motion vector access*/
|
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
conceal.cpp | 110 Purpose : Conceal motion and texture of a packet by direct
|
pp_semaphore_chroma_inter.cpp | 29 dx = horizontal component of the motion vector (int) 30 dy = vertical component of the motion vector (int) 34 mv_loc = flag indicating location of the motion compensated
|
pp_semaphore_luma.cpp | 30 mv_loc = flag indicating location of the motion compensated 33 dx = horizontal component of the motion vector (int) 34 dy = vertical component of the motion vector (int)
|
/external/opencore/nodes/pvomxencnode/src/ |
pvmf_omx_enc_node.h | 588 /** Specifies the search range in pixel unit for motion vector. The range of the 589 motion vector will be of dimension [-iSearchRange.5, +iSearchRange.0]. */ 592 /** Specifies the use of 8x8 motion vectors. */ 595 /** Specifies the use of half-pel motion vectors. */ [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/ |
Xvlib.h | 326 Bool /* motion */,
|
/external/qemu/distrib/sdl-1.2.12/src/video/gem/ |
SDL_gemevents.c | 316 /* Mouse motion ? */
|
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/ |
SDL_nxevents.c | 213 Dprintf ("mouse motion\n") ;
|
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/ |
SDL_sysevents.cc | 121 /* Check for mouse motion */
|
/external/quake/quake/src/WinQuake/ |
server.h | 92 vec3_t wishdir; // intended motion calced from cmd
|
/external/webkit/WebCore/bindings/js/ |
JSSVGPODListCustom.h | 2 * Copyright (C) Research In Motion Limited 2010. All rights reserved.
|
/external/webkit/WebCore/platform/image-decoders/ |
ImageDecoder.cpp | 3 * Copyright (C) Research In Motion Limited 2009-2010. All rights reserved.
|
/external/webkit/WebCore/platform/text/ |
StringHash.h | 3 * Copyright (C) Research In Motion Limited 2009. All rights reserved.
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
conceal.cpp | 110 Purpose : Conceal motion and texture of a packet by direct
|
/external/opencore/codecs_v2/video/avc_h264/dec/src/ |
avcdec_lib.h | 78 This function is called for luma motion compensation. 96 Functions below are special cases for luma motion compensation. 97 LumaFullPelMC is for full pixel motion compensation.
|