Searched defs:stepsize (Results 1 - 14 of 14) sorted by last modified time

/external/valgrind/memcheck/tests/
H A Dpointer-trace.c33 int ptrbits, stepbits, stepsize, nptrs; local
38 stepsize = (1 << stepbits);
44 stepsize = (1 << stepbits);
54 map = mmap(0, stepsize * 2, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANONYMOUS, -1, 0);
59 map = mmap(0, stepsize * 2, PROT_WRITE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANONYMOUS, -1, 0);
66 map = mmap(0, stepsize * 2, PROT_WRITE|PROT_READ, MAP_PRIVATE, fd, 0);
69 //printf("trap 3 = %p-%p\n", map, map+stepsize*2);
/external/syslinux/com32/cmenu/libmenu/
H A Dmenu.c868 unsigned int stepsize)
873 if (stepsize != 0)
874 ms->tm_stepsize = stepsize;
867 reg_ontimeout(t_timeout_handler handler, unsigned int numsteps, unsigned int stepsize) argument
/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/python/cpython2/Modules/
H A Dalmodule.c138 int i, stepsize; local
171 stepsize = sizeof(int);
177 stepsize = sizeof(long long);
182 if (python2elem(item, (void *) ((char *) param->value.ptr + i*stepsize), pinfo->elementType) < 0) {
/external/pdfium/third_party/libopenjpeg20/
H A Ddwt.c121 static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, opj_stepsize_t *bandno_stepsize);
375 static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, opj_stepsize_t *bandno_stepsize) { argument
377 p = opj_int_floorlog2(stepsize) - 13;
378 n = 11 - opj_int_floorlog2(stepsize);
379 bandno_stepsize->mant = (n < 0 ? stepsize >> -n : stepsize << n) & 0x7ff;
531 OPJ_FLOAT64 stepsize; local
539 stepsize = 1.0;
542 stepsize = (1 << (gain)) / norm;
544 opj_dwt_encode_stepsize((OPJ_INT32) floor(stepsize * 8192.
[all...]
H A Dt1.c266 OPJ_FLOAT64 stepsize,
277 OPJ_FLOAT64 stepsize,
1140 OPJ_FLOAT64 stepsize,
1158 wmsedec = w1 * w2 * stepsize * (1 << bpno);
1351 OPJ_FLOAT32 tmp = (OPJ_FLOAT32)*datap * band->stepsize;
1482 OPJ_INT32 bandconst = 8192 * 8192 / ((OPJ_INT32) floor(band->stepsize * 8192));
1549 band->stepsize,
1571 OPJ_FLOAT64 stepsize,
1631 tempwmsedec = opj_t1_getwmsedec(nmsedec, compno, level, orient, bpno, qmfbid, stepsize, numcomps,mct_norms, mct_numcomps) ;
1133 opj_t1_getwmsedec( OPJ_INT32 nmsedec, OPJ_UINT32 compno, OPJ_UINT32 level, OPJ_UINT32 orient, OPJ_INT32 bpno, OPJ_UINT32 qmfbid, OPJ_FLOAT64 stepsize, OPJ_UINT32 numcomps, const OPJ_FLOAT64 * mct_norms, OPJ_UINT32 mct_numcomps) argument
1565 opj_t1_encode_cblk(opj_t1_t *t1, opj_tcd_cblk_enc_t* cblk, OPJ_UINT32 orient, OPJ_UINT32 compno, OPJ_UINT32 level, OPJ_UINT32 qmfbid, OPJ_FLOAT64 stepsize, OPJ_UINT32 cblksty, OPJ_UINT32 numcomps, opj_tcd_tile_t * tile, const OPJ_FLOAT64 * mct_norms, OPJ_UINT32 mct_numcomps) argument
H A Dtcd.h142 OPJ_FLOAT32 stepsize; member in struct:opj_tcd_band
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c546 int stepsize = cpi->sf.coeff_prob_appx_step; local
565 stepsize);
602 stepsize);
638 stepsize);
H A Dvp9_subexp.c142 int stepsize) {
146 const int step = stepsize * step_sign;
158 assert(stepsize > 0);
139 vp9_prob_diff_update_savings_search_model(const unsigned int *ct, const vpx_prob oldp, vpx_prob *bestp, vpx_prob upd, int stepsize) argument

Completed in 353 milliseconds