Home
last modified time | relevance | path

Searched refs:stepsize (Results 1 – 22 of 22) sorted by relevance

/external/python/cpython3/Tools/scripts/
Dpindent.py332 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
333 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs)
338 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
339 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs)
344 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
345 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs)
349 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
352 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs)
357 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
360 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs)
[all …]
/external/python/cpython2/Tools/scripts/
Dpindent.py334 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
335 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs)
340 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
341 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs)
346 stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
347 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs)
351 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
354 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs)
359 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
362 pi = PythonIndenter(input, output, stepsize, tabsize, expandtabs)
[all …]
/external/aac/libDRCdec/src/
DdrcDec_gainDecoder.cpp371 FIXP_DBL stepsize = ((hGainDec->channelGain[c] << n_min) - gain); in drcDec_GainDecoder_SetChannelGains() local
372 if (stepsize != (FIXP_DBL)0) { in drcDec_GainDecoder_SetChannelGains()
374 stepsize = stepsize >> 10; in drcDec_GainDecoder_SetChannelGains()
376 stepsize = (LONG)stepsize / frameSize; in drcDec_GainDecoder_SetChannelGains()
380 drcDec_GainDecoder_SetChannelGains_func1(audioBuffer, gain, stepsize, in drcDec_GainDecoder_SetChannelGains()
385 gain += stepsize; in drcDec_GainDecoder_SetChannelGains()
DdrcGainDec_process.cpp154 const SHORT start, const SHORT stop, const SHORT stepsize, in _interpolateDrcGain() argument
169 start_modulo = (start + timePrev) & (stepsize - 1); in _interpolateDrcGain()
170 start_offset = (start_modulo ? stepsize - start_modulo : 0); in _interpolateDrcGain()
172 n_buf = (start + timePrev + start_offset) >> (15 - fixnormz_S(stepsize)); in _interpolateDrcGain()
178 INT runs = (INT)(stop - start - start_offset + stepsize - 1) >> in _interpolateDrcGain()
179 (30 - CountLeadingBits(stepsize)); in _interpolateDrcGain()
183 LONG a_step = a * stepsize; in _interpolateDrcGain()
204 const SHORT stepsize, in _processNodeSegments() argument
239 stop, stepsize, gainLinPrev, gainLin, in _processNodeSegments()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_subexp.c143 int stepsize) { in vp9_prob_diff_update_savings_search_model() argument
147 const int step = stepsize * step_sign; in vp9_prob_diff_update_savings_search_model()
159 assert(stepsize > 0); in vp9_prob_diff_update_savings_search_model()
Dvp9_subexp.h34 int stepsize);
Dvp9_bitstream.c552 int stepsize = cpi->sf.coeff_prob_appx_step; in update_coef_probs_common() local
571 stepsize); in update_coef_probs_common()
608 stepsize); in update_coef_probs_common()
645 stepsize); in update_coef_probs_common()
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
Dtxtimestamp.c87 int stepsize; in validate_key() local
97 stepsize = cfg_proto == SOCK_STREAM ? cfg_payload_len : 1; in validate_key()
98 if (tskey != saved_tskey + stepsize) { in validate_key()
100 tskey, saved_tskey + stepsize); in validate_key()
/external/pdfium/third_party/libopenjpeg20/
Dt1.c175 OPJ_FLOAT64 stepsize,
186 OPJ_FLOAT64 stepsize,
1414 OPJ_FLOAT64 stepsize, in opj_t1_getwmsedec() argument
1432 wmsedec = w1 * w2 * stepsize * (1 << bpno); in opj_t1_getwmsedec()
1731 const __m128 xmm_stepsize = _mm_set1_ps(band->stepsize); in opj_t1_clbl_decode_processor()
1750 OPJ_FLOAT32 tmp = ((OPJ_FLOAT32)(*datap)) * band->stepsize; in opj_t1_clbl_decode_processor()
1781 OPJ_FLOAT32 tmp = (OPJ_FLOAT32) * datap * band->stepsize; in opj_t1_clbl_decode_processor()
2133 bandconst = 8192 * 8192 / ((OPJ_INT32) floor(band->stepsize * 8192)); in opj_t1_encode_cblks()
2208 band->stepsize, in opj_t1_encode_cblks()
2261 OPJ_FLOAT64 stepsize, in opj_t1_encode_cblk() argument
[all …]
Ddwt.c144 static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps,
1094 static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, in opj_dwt_encode_stepsize() argument
1098 p = opj_int_floorlog2(stepsize) - 13; in opj_dwt_encode_stepsize()
1099 n = 11 - opj_int_floorlog2(stepsize); in opj_dwt_encode_stepsize()
1100 bandno_stepsize->mant = (n < 0 ? stepsize >> -n : stepsize << n) & 0x7ff; in opj_dwt_encode_stepsize()
1291 OPJ_FLOAT64 stepsize; in opj_dwt_calc_explicit_stepsizes() local
1300 stepsize = 1.0; in opj_dwt_calc_explicit_stepsizes()
1303 stepsize = (1 << (gain)) / norm; in opj_dwt_calc_explicit_stepsizes()
1305 opj_dwt_encode_stepsize((OPJ_INT32) floor(stepsize * 8192.0), in opj_dwt_calc_explicit_stepsizes()
D0003-dwt-decode.patch41 @@ -149,14 +147,14 @@ static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps,
128 @@ -1106,8 +1111,8 @@ static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps,
Dtcd.h167 OPJ_FLOAT32 stepsize; member
Dtcd.c80 band->x0, band->y0, band->x1, band->y1, band->stepsize, band->numbps); in tcd_dump()
1014 l_band->stepsize = (OPJ_FLOAT32)(((1.0 + l_step_size->mant / 2048.0) * pow(2.0, in opj_tcd_init_tile()
/external/lua/src/
Dlbaselib.c231 int stepsize = (int)luaL_optinteger(L, 4, 0); in luaB_collectgarbage() local
232 return pushmode(L, lua_gc(L, o, pause, stepmul, stepsize)); in luaB_collectgarbage()
Dlapi.c1180 int stepsize = va_arg(argp, int); in lua_gc() local
1186 if (stepsize != 0) in lua_gc()
1187 g->gcstepsize = stepsize; in lua_gc()
Dlgc.c1642 l_mem stepsize = (g->gcstepsize <= log2maxs(l_mem)) in incstep() local
1648 } while (debt > -stepsize && g->gcstate != GCSpause); in incstep()
/external/python/cpython2/Lib/test/
Dtest_bigmem.py558 stepsize = len(s) // 100
559 stepsize = stepsize - (stepsize % sublen)
560 for i in range(0, len(s) - stepsize, stepsize):
/external/python/cpython3/Lib/test/
Dtest_bigmem.py504 stepsize = len(s) // 100
505 stepsize = stepsize - (stepsize % sublen)
506 for i in range(0, len(s) - stepsize, stepsize):
/external/aac/libSBRdec/src/
Dhbe.cpp1429 INT stepsize = 1 + !bSbr41, sine_offset = 24, mod = 96; in QmfTransposerApply() local
1433 twid_m_new[s][0] = twiddle[(mult[s] * (stepsize * pitchInBins)) % mod]; in QmfTransposerApply()
1435 twiddle[((mult[s] * (stepsize * pitchInBins)) + sine_offset) % mod]; in QmfTransposerApply()
/external/python/cpython2/Modules/
Dalmodule.c138 int i, stepsize; in python2param() local
171 stepsize = sizeof(int); in python2param()
177 stepsize = sizeof(long long); in python2param()
182 …if (python2elem(item, (void *) ((char *) param->value.ptr + i*stepsize), pinfo->elementType) < 0) { in python2param()
/external/libabigail/tests/data/test-annotate/
Dtest14-pr18893.so.abi5771 <!-- float Curvelist::stepsize -->
5772 …<var-decl name='stepsize' type-id='type-id-15' visibility='default' filepath='libnurbs/internals/c…
8984 <!-- REAL Curve::stepsize -->
8985 …<var-decl name='stepsize' type-id='type-id-1' visibility='default' filepath='libnurbs/internals/cu…
11664 <!-- REAL Pspec::stepsize -->
11665 …<var-decl name='stepsize' type-id='type-id-1' visibility='default' filepath='libnurbs/internals/pa…
/external/libabigail/tests/data/test-read-dwarf/
Dtest14-pr18893.so.abi3663 …<var-decl name='stepsize' type-id='type-id-15' visibility='default' filepath='libnurbs/internals/c…
5722 …<var-decl name='stepsize' type-id='type-id-1' visibility='default' filepath='libnurbs/internals/cu…
7443 …<var-decl name='stepsize' type-id='type-id-1' visibility='default' filepath='libnurbs/internals/pa…