HomeSort by relevance Sort by last modified time
    Searched full:shifts (Results 176 - 200 of 1285) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/src/compress/bzip2/
bit_reader.go 63 // This the next line right shifts the desired bits into the
  /prebuilts/go/linux-x86/src/runtime/
asm_amd64.s 980 MOVQ $shifts<>(SB), AX
1316 // check that masks<>(SB) and shifts<>(SB) are aligned to 16-byte
1318 MOVQ $shifts<>(SB), BX
1327 DATA shifts<>+0x00(SB)/8, $0x0000000000000000
1328 DATA shifts<>+0x08(SB)/8, $0x0000000000000000
1329 DATA shifts<>+0x10(SB)/8, $0xffffffffffffff0f
1330 DATA shifts<>+0x18(SB)/8, $0xffffffffffffffff
1331 DATA shifts<>+0x20(SB)/8, $0xffffffffffff0f0e
1332 DATA shifts<>+0x28(SB)/8, $0xffffffffffffffff
1333 DATA shifts<>+0x30(SB)/8, $0xffffffffff0f0e0
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
sp-pc-usage-t.s 10 @ only register to register transfers without shifts are supported,
  /external/webrtc/webrtc/common_audio/signal_processing/include/
signal_processing_library.h 344 // - right_shifts : Number of right bit shifts to be applied
424 // - scale : The number of left shifts required to obtain the
511 // - right_shifts : Number of right bit shifts to use. This will
609 // - scaling : The number of right bit shifts to apply on each term
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_surface_builder.cpp 261 * Return the per-channel bitfield shifts for a given image format.
626 /* Take into account the two dynamically specified shifts.
633 * or platforms lacking address swizzling both shifts will be
679 * shifts and widths. Note that bitfield components are not allowed to
684 const color_u &shifts, const color_u &widths)
694 bld.SHL(tmp, offset(src, bld, c), brw_imm_ud(shifts[c] % 32));
697 if (seen[shifts[c] / 32]) {
698 bld.OR(offset(dst, bld, shifts[c] / 32),
699 offset(dst, bld, shifts[c] / 32), tmp);
701 bld.MOV(offset(dst, bld, shifts[c] / 32), tmp)
    [all...]
  /cts/tools/dasm/src/java_cup/
shift_action.java 5 * The action simply stores the state that it shifts to and responds
18 * @param shft_to the state that this action shifts to.
  /external/aac/libFDK/src/
scale.cpp 216 * \param scalefactor amount of shifts to be applied
247 * \param scalefactor amount of shifts to be applied
282 * \param scalefactor amount of shifts to be applied
310 * \param scalefactor amount of shifts to be applied
342 * \param scalefactor amount of shifts to be applied
379 * \param scalefactor amount of left shifts to be applied
432 * \param scalefactor amount of left shifts to be applied
485 * \param scalefactor amount of left shifts to be applied
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
APIInfo.java 48 public int[] shifts = { 0, 3, 5, 6, 7, 8, 9 }; field in class:APIInfo
150 if (typ >= shifts.length) {
153 return (info >>> shifts[typ]) & masks[typ];
175 int val = (info >>> shifts[typ]) & masks[typ];
187 info &= ~(masks[typ] << shifts[typ]);
188 info |= (val&masks[typ]) << shifts[typ];
227 info &= ~(masks[typ] << shifts[typ]);
228 info |= i << shifts[typ];
  /external/libopus/silk/fixed/
corrMatrix_FIX.c 45 const opus_int rshifts, /* I Right shifts of correlations */
82 opus_int *rshifts, /* O Right shifts of correlations and energy */
  /external/libvpx/libvpx/build/make/
thumb.pm 19 # Write additions with shifts, such as "add r10, r11, lsl #8",
32 # Convert loads with right shifts in the indexing into a
  /external/llvm/test/CodeGen/X86/
dagcombine-shifts.ll 8 ; of shifts into a single AND.
96 ; Don't fold the pattern if we use arithmetic shifts.
vshift-4.ll 3 ; test vector shifts converted to proper SSE2 vector shifts when the shift
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_swizzle.c 189 * Bit mask and shifts
246 * Bit mask and recursive shifts
264 * shifts[] gives little-endian shift amounts; we need to negate for big-endian.
267 const int shifts[4][2] = { local
293 int shift = shifts[channel][i];
450 * Bit mask and shifts.
497 * same shift as possible. The shift amount is positive for shifts left
498 * and negative for shifts right.
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
vshift-4.ll 3 ; test vector shifts converted to proper SSE2 vector shifts when the shift
  /external/webrtc/webrtc/common_audio/resampler/
sinc_resampler.h 47 // sub-sample kernel shifts. Can be adjusted for quality (higher is better)
138 // The kernel offsets are sub-sample shifts of a windowed sinc shifted from
  /hardware/interfaces/camera/metadata/3.3/
types.hal 125 * <p>An array of shifts of OIS samples, in x direction.</p>
131 * <p>An array of shifts of OIS samples, in y direction.</p>
  /prebuilts/go/darwin-x86/src/cmd/vet/
doc.go 151 Shifts
155 Shifts equal to or longer than the variable's length.
  /prebuilts/go/linux-x86/src/cmd/vet/
doc.go 151 Shifts
155 Shifts equal to or longer than the variable's length.
  /external/opencv/cvaux/src/
cvlevmarprojbandle.cpp 369 int *shifts = 0; local
391 CV_CALL(shifts = (int*)cvAlloc(sizeof(int)*numImages));
392 memset(shifts,0,sizeof(int)*numImages);
407 sum += cvmGet(pointDeriv[currImage],0,shifts[currImage]*4+i) *
408 cvmGet(pointDeriv[currImage],0,shifts[currImage]*4+j);
410 sum += cvmGet(pointDeriv[currImage],1,shifts[currImage]*4+i) *
411 cvmGet(pointDeriv[currImage],1,shifts[currImage]*4+j);
425 shifts[currImage]++;
431 cvFree( &shifts);
634 int *shifts = 0 local
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator.c 17 // Number of right shifts for scaling is linearly depending on number of bits in
19 static const int kShiftsAtZero = 13; // Right shifts at zero binary spectrum.
81 // with possible delay shifts.
555 // Make number of right shifts piecewise linear w.r.t. |far_bit_counts|.
556 int shifts = kShiftsAtZero; local
557 shifts -= (kShiftsLinearSlope * self->farend->far_bit_counts[i]) >> 4;
558 WebRtc_MeanEstimatorFix(bit_count, shifts, &(self->mean_bit_counts[i]));
  /external/skia/site/dev/sheriffing/
index.md 12 * [How to swap sheriff shifts](#how_to_swap)
86 How to swap sheriff shifts
89 If you need to swap shifts with someone (because you are out sick or on vacation), please get approval from the person you want to swap with. Then send an email to skiabot@google.com to have someone make the database change (or directly ping rmistry@).
  /external/skqp/site/dev/sheriffing/
index.md 12 * [How to swap sheriff shifts](#how_to_swap)
86 How to swap sheriff shifts
89 If you need to swap shifts with someone (because you are out sick or on vacation), please get approval from the person you want to swap with. Then send an email to skiabot@google.com to have someone make the database change (or directly ping rmistry@).
  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Control.c 246 LVM_UINT16 dBShifts; /* 6dB shifts */
273 * Calculate the required gain and shifts
276 dBShifts = (LVM_UINT16)(Volume / -6); /* Get the 6dB shifts */
  /libcore/ojluni/src/main/java/java/util/
AbstractSequentialList.java 126 * (optional operation). Shifts the element currently at that position
154 * operation). Shifts any subsequent elements to the left (subtracts one
185 * list at the specified position (optional operation). Shifts the
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
KernelDataForRenderScriptF32.java 103 // Generates {@code NUM_SUB_PIXELS*NUM_SUB_PIXELS} sub-pixel shifts {@code

Completed in 1028 milliseconds

1 2 3 4 5 6 78 91011>>