HomeSort by relevance Sort by last modified time
    Searched defs:shift (Results 326 - 350 of 828) sorted by null

<<11121314151617181920>>

  /frameworks/rs/
rsAllocation.h 88 uint32_t shift; member in struct:android::renderscript::Allocation::Hal::DrvState::YuvState
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
intrapred_test.cc 99 int sum = 0, shift = BlockSizeLog2Min1() + mbptr_->up_available + local
107 expected = (sum + (1 << (shift - 1))) >> shift;
  /hardware/intel/img/psb_video/src/x11/
psb_x11.c 96 uint32_t shift = 0; local
99 shift++;
101 return shift;
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
iio_utils.h 77 unsigned shift; member in struct:iio_channel_info
98 unsigned *shift,
159 &padint, shift);
408 &current->shift,
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
iio_utils.h 77 unsigned shift; member in struct:iio_channel_info
98 unsigned *shift,
159 &padint, shift);
408 &current->shift,
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
iio_utils.h 75 unsigned shift; member in struct:iio_channel_info
96 unsigned *shift,
157 &padint, shift);
407 &current->shift,
  /hardware/qcom/media/mm-video-legacy/vidc/common/src/
extra_data_handler.cpp 50 OMX_U32 rem_bits = num_bits, bins = 0, shift = 0; local
55 bins <<= shift; local
56 shift = (8-bit_ptr);
57 bins |= ((rbsp_buf[byte_ptr] << shift) & 0xFF) >> shift;
323 OMX_U32 rem_bits = num_bits, shift; local
328 shift = rem_bits - bit_ptr;
329 rbsp_buf[byte_ptr] |= (symbol >> shift);
330 symbol = (symbol << (32 - shift)) >> (32 - shift);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/common/src/
extra_data_handler.cpp 50 OMX_U32 rem_bits = num_bits, bins = 0, shift = 0; local
55 bins <<= shift; local
56 shift = (8-bit_ptr);
57 bins |= ((rbsp_buf[byte_ptr] << shift) & 0xFF) >> shift;
385 OMX_U32 rem_bits = num_bits, shift; local
390 shift = rem_bits - bit_ptr;
391 rbsp_buf[byte_ptr] |= (symbol >> shift);
392 symbol = (symbol << (32 - shift)) >> (32 - shift);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalScaleOperationsTest.java 253 * Move the decimal point to the left; the shift value is positive
258 int shift = 18; local
261 BigDecimal bNumber = aNumber.movePointLeft(shift);
267 * Move the decimal point to the left; the shift value is positive
272 int shift = -18; local
275 BigDecimal bNumber = aNumber.movePointLeft(shift);
281 * Move the decimal point to the right; the shift value is positive
286 int shift = 18; local
289 BigDecimal bNumber = aNumber.movePointRight(shift);
295 * Move the decimal point to the right; the shift value is positiv
301 int shift = 30; local
315 int shift = -18; local
329 int shift = -18; local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputPointers.java 114 * Shift to the left by elementCount, discarding elementCount pointers at the start.
115 * @param elementCount how many elements to shift.
117 public void shift(final int elementCount) { method in class:InputPointers
118 mXCoordinates.shift(elementCount);
119 mYCoordinates.shift(elementCount);
120 mPointerIds.shift(elementCount);
121 mTimes.shift(elementCount);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsAllocation.h 88 uint32_t shift; member in struct:android::renderscript::Allocation::Hal::DrvState::YuvState
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsAllocation.h 88 uint32_t shift; member in struct:android::renderscript::Allocation::Hal::DrvState::YuvState
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsAllocation.h 88 uint32_t shift; member in struct:android::renderscript::Allocation::Hal::DrvState::YuvState
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
DOMExtension.js 173 var shift = {x: 0, y: 0};
175 shift = relativeTo.boxInWindow(this.ownerDocument.defaultView);
178 this.style.setProperty("left", (shift.x + x) + "px");
183 this.style.setProperty("top", (shift.y + y) + "px");
  /bionic/libc/kernel/uapi/drm/
msm_drm.h 80 int32_t shift; member in struct:drm_msm_gem_submit_reloc
tegra_drm.h 101 __u32 shift; member in struct:drm_tegra_reloc
  /bionic/libc/kernel/uapi/linux/tc_ematch/
tc_em_meta.h 36 __u8 shift; member in struct:tcf_meta_val
  /bionic/libc/kernel/uapi/linux/
timex.h 41 int shift; member in struct:timex
  /cts/tools/dasm/src/java_cup/
lalr_state.java 29 * of these states to parse. The parser has two operations, shift and reduce.
30 * In a shift, it consumes one token and makes a transition to a new state.
347 new_items.add(itm.shift());
433 * out of the state (shift entries) or reductions from the state to some
440 * are resolved by always shifting for shift/reduce conflicts and choosing
494 /* if the other act was not a shift */
495 if (other_act.kind() != parse_action.SHIFT)
513 /* if its on an terminal add a shift entry */
530 /* shift always wins */
592 /* must be a shift on a terminal or non-terminal *
    [all...]
  /development/ndk/platforms/android-3/include/linux/
timex.h 51 int shift; member in struct:timex
  /development/ndk/platforms/android-L/include/linux/tc_ematch/
tc_em_meta.h 36 __u8 shift; member in struct:tcf_meta_val
  /development/ndk/platforms/android-L/include/linux/
timex.h 41 int shift; member in struct:timex
  /external/aac/libAACenc/src/
psy_main.cpp 661 /* Calc possible spectrum leftshift for each sfb (1 means: 1 bit left shift is possible without overflow) */
682 /* Calc possible energy leftshift for each sfb (1 means: 1 bit left shift is possible without overflow) */
709 /* do not shift more than 3 bits more to the left than signal without blockfloating point
714 FDK_ASSERT(finalShift >= 0); /* right shift is not allowed */
833 INT shift = 1; local
    [all...]
  /external/aac/libFDK/src/
qmf.cpp 459 int shift = (anaQmf->no_channels>>6) + 1; local
462 rSubband[M + i] = (timeIn[L - 1 - i]>>1) - (timeIn[i]>>shift);
463 rSubband[M - 1 - i] = (timeIn[L + i]>>1) + (timeIn[2 * L - 1 - i]>>shift);
466 dct_IV(rSubband, L, &shift);
493 int shift = 0; local
509 dct_IV(rSubband, L, &shift);
510 dst_IV(iSubband, L, &shift);
603 Shift filter states
605 Should be realized with modulo adressing on a DSP instead of a true buffer shift
735 int shift = 0 local
770 int shift = 0; local
    [all...]
  /external/aac/libSBRenc/src/
tran_det.cpp 403 int shift; local
414 shift = fixMax(0,CountLeadingBits(mean_val)-6); /* -6 to keep room for accumulating upto N = 24 values */
421 temp = ((FIXP_DBL)mean_val - ((FIXP_DBL)Energies[j][i] >> scaleFactor0))<<shift;
427 temp = ((FIXP_DBL)mean_val - ((FIXP_DBL)Energies[j][i] >> scaleFactor1))<<shift;
433 std_val = sqrtFixp(accu)>>shift; /* standard deviation */

Completed in 2040 milliseconds

<<11121314151617181920>>