Home
last modified time | relevance | path

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

/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/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/aac/libDRCdec/src/
DdrcDec_gainDecoder.cpp369 FIXP_DBL stepsize = ((hGainDec->channelGain[c] << n_min) - gain); in drcDec_GainDecoder_SetChannelGains() local
370 if (stepsize != (FIXP_DBL)0) { in drcDec_GainDecoder_SetChannelGains()
372 stepsize = stepsize >> 10; in drcDec_GainDecoder_SetChannelGains()
374 stepsize = (LONG)stepsize / frameSize; in drcDec_GainDecoder_SetChannelGains()
378 drcDec_GainDecoder_SetChannelGains_func1(audioBuffer, gain, stepsize, in drcDec_GainDecoder_SetChannelGains()
383 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.c142 int stepsize) { in vp9_prob_diff_update_savings_search_model() argument
146 const int step = stepsize * step_sign; in vp9_prob_diff_update_savings_search_model()
158 assert(stepsize > 0); in vp9_prob_diff_update_savings_search_model()
Dvp9_subexp.h34 int stepsize);
Dvp9_bitstream.c547 int stepsize = cpi->sf.coeff_prob_appx_step; in update_coef_probs_common() local
566 stepsize); in update_coef_probs_common()
603 stepsize); in update_coef_probs_common()
640 stepsize); in update_coef_probs_common()
/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()
2199 band->stepsize, in opj_t1_encode_cblks()
2252 OPJ_FLOAT64 stepsize, in opj_t1_encode_cblk() argument
[all …]
Ddwt.c146 static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps,
1096 static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, in opj_dwt_encode_stepsize() argument
1100 p = opj_int_floorlog2(stepsize) - 13; in opj_dwt_encode_stepsize()
1101 n = 11 - opj_int_floorlog2(stepsize); in opj_dwt_encode_stepsize()
1102 bandno_stepsize->mant = (n < 0 ? stepsize >> -n : stepsize << n) & 0x7ff; in opj_dwt_encode_stepsize()
1293 OPJ_FLOAT64 stepsize; in opj_dwt_calc_explicit_stepsizes() local
1302 stepsize = 1.0; in opj_dwt_calc_explicit_stepsizes()
1305 stepsize = (1 << (gain)) / norm; in opj_dwt_calc_explicit_stepsizes()
1307 opj_dwt_encode_stepsize((OPJ_INT32) floor(stepsize * 8192.0), in opj_dwt_calc_explicit_stepsizes()
D0003-dwt-decode.patch41 @@ -149,14 +149,14 @@ static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps,
128 @@ -1106,8 +1113,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()
998 l_band->stepsize = (OPJ_FLOAT32)(((1.0 + l_step_size->mant / 2048.0) * pow(2.0, in opj_tcd_init_tile()
/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/u-boot/include/linux/mtd/
Drawnand.h502 int stepsize; member
523 .stepsize = __step, \
/external/aac/libSBRdec/src/
Dhbe.cpp1444 INT stepsize = 1 + !bSbr41, sine_offset = 24, mod = 96; in QmfTransposerApply() local
1448 twid_m_new[s][0] = twiddle[(mult[s] * (stepsize * pitchInBins)) % mod]; in QmfTransposerApply()
1450 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/u-boot/drivers/mtd/nand/
Dnand_base.c4113 if (stepinfo->stepsize != preset_step) in nand_check_ecc_caps()
4178 step_size = stepinfo->stepsize; in nand_match_ecc_req()
4254 step_size = stepinfo->stepsize; in nand_maximize_ecc()