Searched defs:shifts (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dpoly_to_lsp.c39 int16_t shifts, sign; local
119 shifts = (int16_t)WebRtcSpl_NormW32(y)-16;
120 y = WEBRTC_SPL_LSHIFT_W16(y, shifts);
123 tmpW32 = WEBRTC_SPL_MUL_16_16_RSFT(x, y, (19-shifts));
H A Dxcorr_coef.c47 int shifts; local
72 shifts=2;
74 shifts=0;
78 Energy=WebRtcSpl_DotProductWithScale(regressor, regressor, subl, shifts);
84 crossCorr=WebRtcSpl_DotProductWithScale(tp, rp, subl, shifts);
97 /* Calculate the total number of (dynamic) right shifts that have
136 shifts));
H A Denhancer_interface.c55 int shifts; local
120 shifts = WebRtcSpl_GetSizeInBits(WEBRTC_SPL_MUL_16_16(max16, max16)) - 25;
121 shifts = WEBRTC_SPL_MAX(0, shifts);
125 ENH_BLOCKL_HALF, 50, (int16_t)shifts, -1);
149 ENH_BLOCKL_HALF, shifts);
209 shifts=2;
211 shifts=0;
215 plc_blockl, 3, (int16_t)shifts, 1);
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dgcd.c117 int shifts = 0; local
166 shifts++;
172 if (shifts) {
173 if (!BN_lshift(a, a, shifts)) {
/external/chromium_org/third_party/icu/source/i18n/
H A Dcsr2022.cpp39 int32_t shifts = 0; local
73 shifts += 1;
93 // Include shifts in this computation, so that KR does not get penalized
94 // for having only a single Escape sequence, but many shifts.
95 if (hits+shifts < 5) {
96 quality -= (5-(hits+shifts))*10;
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Drijndael.py39 shifts = [[[0, 0], [1, 3], [2, 2], [3, 1]], variable
291 s1 = shifts[SC][1][0]
292 s2 = shifts[SC][2][0]
293 s3 = shifts[SC][3][0]
334 s1 = shifts[SC][1][1]
335 s2 = shifts[SC][2][1]
336 s3 = shifts[SC][3][1]
/external/icu/icu4c/source/i18n/
H A Dcsr2022.cpp39 int32_t shifts = 0; local
73 shifts += 1;
93 // Include shifts in this computation, so that KR does not get penalized
94 // for having only a single Escape sequence, but many shifts.
95 if (hits+shifts < 5) {
96 quality -= (5-(hits+shifts))*10;
/external/openssl/crypto/bn/
H A Dbn_gcd.c150 int shifts=0; local
188 shifts++;
194 if (shifts)
196 if (!BN_lshift(a,a,shifts)) goto err;
/external/webrtc/src/modules/audio_processing/utility/
H A Ddelay_estimator.c17 // 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.
232 // Make number of right shifts piecewise linear w.r.t. |far_bit_counts|.
233 int shifts = kShiftsAtZero; local
234 shifts -= (kShiftsLinearSlope * handle->far_bit_counts[i]) >> 4;
235 WebRtc_MeanEstimatorFix(bit_count, shifts, &(handle->mean_bit_counts[i]));
/external/bison/src/
H A Dstate.c37 | Create a new array of NUM shifts/gotos. |
57 transitions_to (transitions *shifts, symbol_number sym) argument
62 aver (j < shifts->num);
63 if (TRANSITION_SYMBOL (shifts, j) == sym)
64 return shifts->states[j];
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c155 LLVMValueRef shifts[4]; local
199 shifts[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context));
212 shifts[i] = lp_build_const_int32(gallivm, shift);
229 shifted = LLVMBuildLShr(builder, packed, LLVMConstVector(shifts, 4), "");
272 LLVMValueRef shifts[4]; local
306 shifts[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context));
315 shifts[i] = lp_build_const_int32(gallivm, shift);
335 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), "");
H A Dlp_bld_swizzle.c195 * Bit mask and recursive shifts
203 const char shifts[4][2] = { local
229 int shift = shifts[channel][i];
345 * Bit mask and shifts.
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c155 LLVMValueRef shifts[4]; local
199 shifts[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context));
212 shifts[i] = lp_build_const_int32(gallivm, shift);
229 shifted = LLVMBuildLShr(builder, packed, LLVMConstVector(shifts, 4), "");
272 LLVMValueRef shifts[4]; local
306 shifts[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context));
315 shifts[i] = lp_build_const_int32(gallivm, shift);
335 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), "");
H A Dlp_bld_swizzle.c195 * Bit mask and recursive shifts
203 const char shifts[4][2] = { local
229 int shift = shifts[channel][i];
345 * Bit mask and shifts.
/external/chromium_org/base/i18n/
H A Dbuild_utf8_validator_tables.cc372 std::vector<uint8> shifts; local
390 shifts.push_back(shift);
401 const uint8 shift = shifts[state_index];
/external/bzip2/
H A Dblocksort.c992 Int32 shifts = 0; local
994 while ((bbSize >> shifts) > 65534) shifts++;
998 UInt16 qVal = (UInt16)(j >> shifts);
1003 AssertH ( ((bbSize-1) >> shifts) <= 65535, 1002 );
/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.c17 // 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/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc1925 const int shifts[] = { 0, 1, 7, 24, kSmiValueSize - 1}; local
1930 int shift = shifts[i];
2020 const int shifts[] = { 0, 1, 7, 24, kSmiValueSize - 1}; local
2024 int shift = shifts[i];
2123 const int shifts[] = { 0, 1, 7, 24, kSmiValueSize - 1}; local
2127 int shift = shifts[i];
/external/opencv/cvaux/src/
H A Dcvlevmarprojbandle.cpp369 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 local
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_file.cc892 size_t shifts = 0; local
896 ++shifts;
898 UMA_HISTOGRAM_COUNTS("SB2.OutShardShifts", shifts);
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c3014 Int32 shifts = 0; local
3016 while ((bbSize >> shifts) > 65534) shifts++;
3020 UInt16 qVal = (UInt16)(j >> shifts);
3025 AssertH ( ((bbSize-1) >> shifts) <= 65535, 1002 );
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c3038 Int32 shifts = 0; local
3040 while ((bbSize >> shifts) > 65534) shifts++;
3044 UInt16 qVal = (UInt16)(j >> shifts);
3049 AssertH ( ((bbSize-1) >> shifts) <= 65535, 1002 );
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c3029 Int32 shifts = 0; local
3031 while ((bbSize >> shifts) > 65534) shifts++;
3035 UInt16 qVal = (UInt16)(j >> shifts);
3040 AssertH ( ((bbSize-1) >> shifts) <= 65535, 1002 );
H A Dvarinfo6.c3066 Int32 shifts = 0; local
3068 while ((bbSize >> shifts) > 65534) shifts++;
3072 UInt16 qVal = (UInt16)(j >> shifts);
3077 AssertH ( ((bbSize-1) >> shifts) <= 65535, 1002 );
/external/valgrind/main/perf/
H A Dbz2.c3029 Int32 shifts = 0; local
3031 while ((bbSize >> shifts) > 65534) shifts++;
3035 UInt16 qVal = (UInt16)(j >> shifts);
3040 AssertH ( ((bbSize-1) >> shifts) <= 65535, 1002 );

Completed in 720 milliseconds

12