HomeSort by relevance Sort by last modified time
    Searched full:half (Results 326 - 350 of 1531) sorted by null

<<11121314151617181920>>

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_MotionEstimationMB.c 29 * If half pel search is enabled it also calls omxVCM4P2_BlockMatch_Half_16x16
109 * If half pel search is enabled it also calls omxVCM4P2_BlockMatch_Half_8x8
191 * integer and half pixel resolution.
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 102 int half = outlen / 2; local
104 mPointData[i*8] = i - half; // start point X (Y set later)
107 mPointData[i*8+4] = i - half; // end point X (Y set later)
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 567 * Both the input and output motion vectors are represented using half-pixel units, and
622 * Performs a 16x16 block match with half-pixel resolution. Returns the estimated
623 * motion vector and associated minimum SAD. This function estimates the half-pixel
640 * [in] pSearchPointRefPos position of the starting point for half pixel search (specified
642 * [in] rndVal rounding control bit for half pixel motion estimation;
645 * 16X16 integer search and its unit is half pixel.
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 567 * Both the input and output motion vectors are represented using half-pixel units, and
622 * Performs a 16x16 block match with half-pixel resolution. Returns the estimated
623 * motion vector and associated minimum SAD. This function estimates the half-pixel
640 * [in] pSearchPointRefPos position of the starting point for half pixel search (specified
642 * [in] rndVal rounding control bit for half pixel motion estimation;
645 * 16X16 integer search and its unit is half pixel.
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 567 * Both the input and output motion vectors are represented using half-pixel units, and
622 * Performs a 16x16 block match with half-pixel resolution. Returns the estimated
623 * motion vector and associated minimum SAD. This function estimates the half-pixel
640 * [in] pSearchPointRefPos position of the starting point for half pixel search (specified
642 * [in] rndVal rounding control bit for half pixel motion estimation;
645 * 16X16 integer search and its unit is half pixel.
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
Utils.java 132 * @return an array of half the length, containing shorts
149 * @return an array of half the length, containing shorts
  /dalvik/vm/mterp/x86-atom/
header.S 177 * Fetch a half-word code unit from an offset past the current PC. The
188 * Fetch a half-word code unit from an offset past the current PC. The
  /development/samples/TtsEngine/src/com/example/android/ttsengine/
RobotSpeakTtsService.java 263 // For a square curve, half of the values will be at Short.MIN_VALUE
264 // and the other half will be Short.MAX_VALUE.
  /external/freetype/src/autofit/
afwarp.c 41 /* values around a half pixel (which means exactly between two grid */
247 /* examine a half pixel wide range around the maximum coordinates */
  /external/grub/netboot/
otulip.c 183 /* start set to 10Mbps half-duplex */
197 /* end set to 10Mbps half-duplex */
  /external/quake/quake/src/WinQuake/
glqnotes.txt 79 This causes all textures to have one half the dimensions they otherwise would.
109 8bit textures instead. This results in using half the needed texture memory
  /external/quake/quake/src/WinQuake/kit/
README.TXT 79 This causes all textures to have one half the dimensions they otherwise would.
109 8bit textures instead. This results in using half the needed texture memory
  /external/skia/include/core/
SkGeometry.h 23 /** An XRay is a half-line that runs from the specific point/origin to
24 +infinity in the X direction. e.g. XRay(3,5) is the half-line
  /external/webkit/Source/WebCore/platform/win/
ScrollbarThemeWin.cpp 146 // Our actual rect will shrink to half the available space when
165 // Our actual rect will shrink to half the available space when
  /external/wpa_supplicant_8/src/crypto/
random.c 115 /* Hash half the pool to extra data */
123 * length (32) and return 16 bytes from instead of only half.
  /system/core/sh/
expand.c 1289 int half; local
1294 half = len >> 1;
1296 for (n = half ; --n >= 0 ; ) {
1300 q->next = NULL; /* terminate first half of list */
1301 q = msort(list, half); /* sort first half of list */
1302 p = msort(p, len - half); /* sort second half */
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 30 /* 1: bias (0,0)MV after full-pel search, before half-pel, highest comp */
31 /* 2: bias (0,0)MV after half-pel, high comp, better PSNR */
163 Int yh[5] = {0, 0, 0, 0, 0}; /* half-pel */
253 /* First pass, loop thru half the macroblock */
345 /* find half-pel resolution motion vector */
764 Find 1MV and 4MVs in half-pels resolutions.
845 *hp_guess = 0; /* no guess for fast half-pel */
854 imin0 = imin << 1; /* 16x16 MV in half-pel resolution */
863 *hp_guess = 0; /* no guess for fast half-pel */
966 dn[k] = d; /* keep it for half pel use *
    [all...]
  /bionic/libc/arch-arm/bionic/
memcmp16.S 103 /* congruent case, 16 half-words per iteration
  /bionic/libc/arch-arm/include/machine/
cpu-features.h 112 /* define __ARM_HAVE_HALFWORD_MULTIPLY when half-word multiply instructions
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form35c.java 146 * account for the fact that the second half of a
  /development/ndk/platforms/android-3/arch-arm/include/machine/
cpu-features.h 112 /* define __ARM_HAVE_HALFWORD_MULTIPLY when half-word multiply instructions
  /external/bison/src/
symtab.h 78 Special value USER_NUMBER_ALIAS in the identifier half of the
  /external/chromium/chrome/browser/
process_info_snapshot.h 47 // half-seriously when it begins with '/'.
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator.h 110 // square (ex. 100x100), the clipped bitmap will be the top half of the
  /external/chromium/net/http/
http_stream_parser.h 80 // FOO_COMPLETE states implement the second half of potentially asynchronous

Completed in 545 milliseconds

<<11121314151617181920>>