Home
last modified time | relevance | path

Searched refs:shifts (Results 1 – 25 of 205) sorted by relevance

123456789

/external/libmpeg2/common/x86/
Dideint_spatial_filter_ssse3.c101 WORD32 shifts[2]; in ideint_spatial_filter_ssse3() local
188 shifts[i] = 0; in ideint_spatial_filter_ssse3()
192 shifts[i] = 1; in ideint_spatial_filter_ssse3()
197 shifts[i] = -1; in ideint_spatial_filter_ssse3()
214 pu4_row1th = (UWORD32 *)(pu1_src + shifts[0]); in ideint_spatial_filter_ssse3()
215 pu4_row1tl = (UWORD32 *)(pu1_src + SUB_BLK_WD + shifts[1]); in ideint_spatial_filter_ssse3()
218 pu4_row2th = (UWORD32 *)(pu1_src + shifts[0]); in ideint_spatial_filter_ssse3()
219 pu4_row2tl = (UWORD32 *)(pu1_src + SUB_BLK_WD + shifts[1]); in ideint_spatial_filter_ssse3()
221 pu4_row1bh = (UWORD32 *)(pu1_src - shifts[0]); in ideint_spatial_filter_ssse3()
222 pu4_row1bl = (UWORD32 *)(pu1_src + SUB_BLK_WD - shifts[1]); in ideint_spatial_filter_ssse3()
[all …]
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dxcorr_coef.c47 int shifts; in WebRtcIlbcfix_XcorrCoef() local
72 shifts=2; in WebRtcIlbcfix_XcorrCoef()
74 shifts=0; in WebRtcIlbcfix_XcorrCoef()
78 Energy=WebRtcSpl_DotProductWithScale(regressor, regressor, subl, shifts); in WebRtcIlbcfix_XcorrCoef()
84 crossCorr=WebRtcSpl_DotProductWithScale(tp, rp, subl, shifts); in WebRtcIlbcfix_XcorrCoef()
134 Energy += step * ((*rp_end * *rp_end - *rp_beg * *rp_beg) >> shifts); in WebRtcIlbcfix_XcorrCoef()
Denhancer_interface.c59 int shifts; in WebRtcIlbcfix_EnhancerInterface() local
123 shifts = WebRtcSpl_GetSizeInBits((uint32_t)(max16 * max16)) - 25; in WebRtcIlbcfix_EnhancerInterface()
124 shifts = WEBRTC_SPL_MAX(0, shifts); in WebRtcIlbcfix_EnhancerInterface()
128 shifts, -1); in WebRtcIlbcfix_EnhancerInterface()
150 ENH_BLOCKL_HALF, shifts); in WebRtcIlbcfix_EnhancerInterface()
206 shifts=2; in WebRtcIlbcfix_EnhancerInterface()
208 shifts=0; in WebRtcIlbcfix_EnhancerInterface()
211 WebRtcSpl_CrossCorrelation(corr32, target, regressor, plc_blockl, 3, shifts, in WebRtcIlbcfix_EnhancerInterface()
Dpoly_to_lsp.c39 int16_t shifts, sign; in WebRtcIlbcfix_Poly2Lsp() local
121 shifts = (int16_t)WebRtcSpl_NormW32(y)-16; in WebRtcIlbcfix_Poly2Lsp()
122 y <<= shifts; in WebRtcIlbcfix_Poly2Lsp()
125 tmpW32 = (x * y) >> (19 - shifts); in WebRtcIlbcfix_Poly2Lsp()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetRecog_2022.java39 int shifts = 0; in match() local
68 shifts++; in match()
87 if (hits+shifts < 5) { in match()
88 quality -= (5-(hits+shifts))*10; in match()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCharsetRecog_2022.java40 int shifts = 0; in match() local
69 shifts++; in match()
88 if (hits+shifts < 5) { in match()
89 quality -= (5-(hits+shifts))*10; in match()
/external/webrtc/webrtc/test/
Drtp_file_writer.cc67 for (int shifts = 24; shifts >= 0; shifts -= 8) { in WriteUint32() local
68 uint8_t tmp = static_cast<uint8_t>((in >> shifts) & 0xFF); in WriteUint32()
/external/icu/icu4c/source/i18n/
Dcsr2022.cpp40 int32_t shifts = 0; in match_2022() local
74 shifts += 1; in match_2022()
96 if (hits+shifts < 5) { in match_2022()
97 quality -= (5-(hits+shifts))*10; in match_2022()
/external/walt/pywalt/pywalt/
Dminimization.py52 shifts = numpy.arange(min_shift, max_shift, step)
60 for shift in shifts:
69 best_shift0 = shifts[numpy.argmin(residuals0)]
70 best_shift1 = shifts[numpy.argmin(residuals1)]
/external/llvm/test/CodeGen/SystemZ/
Dint-mul-05.ll5 ; Check multiplication by 2, which should use shifts.
32 ; Check the next value up, which should use shifts.
59 ; Check the next value up, which should use shifts.
86 ; Check multiplication by -2, which should use shifts.
114 ; Check the next value down, which should use shifts.
142 ; Check the next value down, which should use shifts.
Dint-mul-06.ll5 ; Check multiplication by 2, which should use shifts.
32 ; Check the next value up, which should use shifts.
59 ; Check the next value up, which should use shifts.
86 ; Check multiplication by -2, which should use shifts.
114 ; Check the next value down, which should use shifts.
142 ; Check the next value down, which should use shifts.
Dshift-03.ll1 ; Test 32-bit arithmetic shifts right.
23 ; We don't generate shifts by out-of-range values.
42 ; Check variable shifts.
94 ; Check that we don't try to generate "indexed" shifts.
Dshift-02.ll1 ; Test 32-bit logical shifts right.
23 ; We don't generate shifts by out-of-range values.
42 ; Check variable shifts.
94 ; Check that we don't try to generate "indexed" shifts.
Dshift-01.ll1 ; Test 32-bit shifts left.
23 ; We don't generate shifts by out-of-range values.
42 ; Check variable shifts.
94 ; Check that we don't try to generate "indexed" shifts.
Dshift-06.ll1 ; Test 32-bit logical shifts right.
23 ; We don't generate shifts by out-of-range values.
32 ; Check variable shifts.
129 ; Check that we don't try to generate "indexed" shifts.
Dshift-05.ll1 ; Test 32-bit shifts left.
23 ; We don't generate shifts by out-of-range values.
32 ; Check variable shifts.
129 ; Check that we don't try to generate "indexed" shifts.
Dshift-07.ll1 ; Test 32-bit arithmetic shifts right.
23 ; We don't generate shifts by out-of-range values.
32 ; Check variable shifts.
129 ; Check that we don't try to generate "indexed" shifts.
/external/eigen/Eigen/src/SVD/
DBDCSVD.h177 …const ArrayRef& diag, const IndicesRef& perm, VectorType& singVals, ArrayRef shifts, ArrayRef mus);
178 …iag, const IndicesRef& perm, const VectorType& singVals, const ArrayRef& shifts, const ArrayRef& m…
179 …iag, const IndicesRef& perm, const VectorType& singVals, const ArrayRef& shifts, const ArrayRef& m…
601 Map<ArrayXr> shifts(m_workspace.data()+1*n, n);
612 computeSingVals(col0, diag, perm, singVals, shifts, mus);
618 std::cout << " shift: " << shifts.transpose() << "\n";
624 …std::cout << " check1 (expect0) : " << ((singVals.array()-(shifts+mus)) / singVals.array()).hea…
634 assert(shifts.allFinite());
638 perturbCol0(col0, diag, perm, singVals, shifts, mus, zhat);
647 computeSingVecs(zhat, diag, perm, singVals, shifts, mus, U, V);
[all …]
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DAPIInfo.java48 public int[] shifts = { 0, 3, 5, 6, 7, 8, 9 }; field in APIInfo
150 if (typ >= shifts.length) { in getVal()
153 return (info >>> shifts[typ]) & masks[typ]; in getVal()
175 int val = (info >>> shifts[typ]) & masks[typ]; in get()
187 info &= ~(masks[typ] << shifts[typ]); in setType()
188 info |= (val&masks[typ]) << shifts[typ]; in setType()
227 info &= ~(masks[typ] << shifts[typ]); in setType()
228 info |= i << shifts[typ]; in setType()
/external/llvm/test/TableGen/
Dmath.td4 def shifts {
10 // CHECK: def shifts
/external/bison/src/
Dstate.c57 transitions_to (transitions *shifts, symbol_number sym) in transitions_to() argument
62 aver (j < shifts->num); in transitions_to()
63 if (TRANSITION_SYMBOL (shifts, j) == sym) in transitions_to()
64 return shifts->states[j]; in transitions_to()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_surface_builder.cpp684 const color_u &shifts, const color_u &widths) in emit_pack() argument
694 bld.SHL(tmp, offset(src, bld, c), brw_imm_ud(shifts[c] % 32)); in emit_pack()
697 if (seen[shifts[c] / 32]) { in emit_pack()
698 bld.OR(offset(dst, bld, shifts[c] / 32), in emit_pack()
699 offset(dst, bld, shifts[c] / 32), tmp); in emit_pack()
701 bld.MOV(offset(dst, bld, shifts[c] / 32), tmp); in emit_pack()
702 seen[shifts[c] / 32] = true; in emit_pack()
717 const color_u &shifts, const color_u &widths) in emit_unpack() argument
725 offset(src, bld, shifts[c] / 32), in emit_unpack()
726 brw_imm_ud(32 - shifts[c] % 32 - widths[c])); in emit_unpack()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c227 LLVMValueRef shifts[4]; in lp_build_unpack_arith_rgba_aos() local
269 shifts[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_unpack_arith_rgba_aos()
282 shifts[i] = lp_build_const_int32(gallivm, shift); in lp_build_unpack_arith_rgba_aos()
328 shifted = LLVMBuildLShr(builder, packed, LLVMConstVector(shifts, 4), ""); in lp_build_unpack_arith_rgba_aos()
373 LLVMValueRef shifts[4]; in lp_build_pack_rgba_aos() local
406 shifts[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_pack_rgba_aos()
415 shifts[i] = lp_build_const_int32(gallivm, shift); in lp_build_pack_rgba_aos()
433 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), ""); in lp_build_pack_rgba_aos()
/external/boringssl/src/crypto/fipsmodule/bn/
Dgcd.c119 int shifts = 0; in euclid() local
168 shifts++; in euclid()
174 if (shifts) { in euclid()
175 if (!BN_lshift(a, a, shifts)) { in euclid()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DTnaf.java548 int shifts = getShiftsForCofactor(curve.getCofactor()); in getSi() local
557 BigInteger dividend0 = ECConstants.ONE.add(ui[1]).shiftRight(shifts); in getSi()
558 BigInteger dividend1 = ECConstants.ONE.add(ui[0]).shiftRight(shifts).negate(); in getSi()
566 int shifts = getShiftsForCofactor(cofactor); in getSi() local
575 BigInteger dividend0 = ECConstants.ONE.add(ui[1]).shiftRight(shifts); in getSi()
576 BigInteger dividend1 = ECConstants.ONE.add(ui[0]).shiftRight(shifts).negate(); in getSi()

123456789