Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/
Dpointer-trace.c33 int ptrbits, stepbits, stepsize, nptrs; in main() local
38 stepsize = (1 << stepbits); in main()
44 stepsize = (1 << stepbits); in main()
54 map = mmap(0, stepsize * 2, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANONYMOUS, -1, 0); in main()
59 map = mmap(0, stepsize * 2, PROT_WRITE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANONYMOUS, -1, 0); in main()
66 map = mmap(0, stepsize * 2, PROT_WRITE|PROT_READ, MAP_PRIVATE, fd, 0); in main()
/external/opencv3/modules/features2d/src/kaze/
Dnldiffusion_functions.cpp351 , stepsize(_stepsize) in Nld_Step_Scalar_Invoker()
383 dst[j] = 0.5f*stepsize*(xpos - xneg + ypos - yneg); in operator ()()
391 float stepsize; member in cv::Nld_Step_Scalar_Invoker
405 void nld_step_scalar(cv::Mat& Ld, const cv::Mat& c, cv::Mat& Lstep, float stepsize) { in nld_step_scalar() argument
407 …cv::parallel_for_(cv::Range(1, Lstep.rows - 1), Nld_Step_Scalar_Invoker(Ld, c, Lstep, stepsize), (… in nld_step_scalar()
421 dst[j] = 0.5f*stepsize*(xpos - xneg + ypos); in nld_step_scalar()
434 dst[j] = 0.5f*stepsize*(xpos - xneg - yneg); in nld_step_scalar()
453 dst[0] = 0.5f*stepsize*(xpos + ypos - yneg); in nld_step_scalar()
458 dst[r0] = 0.5f*stepsize*(-xneg + ypos - yneg); in nld_step_scalar()
Dnldiffusion_functions.h37 void nld_step_scalar(cv::Mat& Ld, const cv::Mat& c, cv::Mat& Lstep, float stepsize);
/external/libvpx/libvpx/vp9/encoder/
Dvp9_subexp.c144 int stepsize) { in vp9_prob_diff_update_savings_search_model() argument
158 step = -stepsize; in vp9_prob_diff_update_savings_search_model()
176 step = stepsize; in vp9_prob_diff_update_savings_search_model()
Dvp9_subexp.h38 int stepsize);
Dvp9_bitstream.c538 int stepsize = cpi->sf.coeff_prob_appx_step; in update_coef_probs_common() local
557 old_coef_probs[i][j][k][l], &newp, upd, stepsize); in update_coef_probs_common()
595 old_coef_probs[i][j][k][l], &newp, upd, stepsize); in update_coef_probs_common()
633 old_coef_probs[i][j][k][l], &newp, upd, stepsize); in update_coef_probs_common()
/external/pdfium/third_party/libopenjpeg20/
Ddwt.c121 static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, opj_stepsize_t *bandno_st…
375 static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, opj_stepsize_t *bandno_st… in opj_dwt_encode_stepsize() argument
377 p = opj_int_floorlog2(stepsize) - 13; in opj_dwt_encode_stepsize()
378 n = 11 - opj_int_floorlog2(stepsize); in opj_dwt_encode_stepsize()
379 bandno_stepsize->mant = (n < 0 ? stepsize >> -n : stepsize << n) & 0x7ff; in opj_dwt_encode_stepsize()
531 OPJ_FLOAT64 stepsize; in opj_dwt_calc_explicit_stepsizes() local
539 stepsize = 1.0; in opj_dwt_calc_explicit_stepsizes()
542 stepsize = (1 << (gain)) / norm; in opj_dwt_calc_explicit_stepsizes()
544 …opj_dwt_encode_stepsize((OPJ_INT32) floor(stepsize * 8192.0), (OPJ_INT32)(prec + gain), &tccp->ste… in opj_dwt_calc_explicit_stepsizes()
Dt1.c266 OPJ_FLOAT64 stepsize,
277 OPJ_FLOAT64 stepsize,
1140 OPJ_FLOAT64 stepsize, in opj_t1_getwmsedec() argument
1158 wmsedec = w1 * w2 * stepsize * (1 << bpno); in opj_t1_getwmsedec()
1345 OPJ_FLOAT32 tmp = (OPJ_FLOAT32)*datap * band->stepsize; in opj_t1_decode_cblks()
1476 OPJ_INT32 bandconst = 8192 * 8192 / ((OPJ_INT32) floor(band->stepsize * 8192)); in opj_t1_encode_cblks()
1543 band->stepsize, in opj_t1_encode_cblks()
1565 OPJ_FLOAT64 stepsize, in opj_t1_encode_cblk() argument
1625 …tempwmsedec = opj_t1_getwmsedec(nmsedec, compno, level, orient, bpno, qmfbid, stepsize, numcomps,m… in opj_t1_encode_cblk()
D0003-dwt-decode.patch41 @@ -124,10 +122,10 @@ static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, opj…
117 @@ -385,7 +390,7 @@ static void opj_dwt_encode_stepsize(OPJ_INT32 stepsize, OPJ_INT32 numbps, opj_st
Dtcd.h142 OPJ_FLOAT32 stepsize; member
Dtcd.c76 … band->x0, band->y0, band->x1, band->y1, band->stepsize, band->numbps); in tcd_dump()
877 …l_band->stepsize = (OPJ_FLOAT32)(((1.0 + l_step_size->mant / 2048.0) * pow(2.0, (OPJ_INT32) (numbp… in opj_tcd_init_tile()
/external/opencv3/3rdparty/libjasper/
Djpc_enc.c151 static int jpc_calcssexp(jpc_fix_t stepsize);
152 static int jpc_calcssmant(jpc_fix_t stepsize);
153 void jpc_quantize(jas_matrix_t *data, jpc_fix_t stepsize);
867 static int jpc_calcssmant(jpc_fix_t stepsize) in jpc_calcssmant() argument
873 n = jpc_firstone(stepsize); in jpc_calcssmant()
876 m = (stepsize >> (n - 11)) & 0x7ff; in jpc_calcssmant()
878 m = (stepsize & ((1 << n) - 1)) << (11 - n); in jpc_calcssmant()
883 static int jpc_calcssexp(jpc_fix_t stepsize) in jpc_calcssexp() argument
885 return jpc_firstone(stepsize) - JPC_FIX_FRACBITS; in jpc_calcssexp()
1245 band->stepsize = jpc_abstorelstepsize( in jpc_enc_encodemainbody()
[all …]
Djpc_enc.h421 int stepsize; member
Djpc_dec.h365 int stepsize; member
Djpc_dec.c180 static jpc_fix_t jpc_calcabsstepsize(int stepsize, int numbits);
778 band->stepsize = ccp->stepsizes[bndno]; in jpc_dec_tileinit()
781 band->absstepsize = jpc_calcabsstepsize(band->stepsize, in jpc_dec_tileinit()
784 JPC_QCX_GETEXPN(band->stepsize) - 1; in jpc_dec_tileinit()
1757 static jpc_fix_t jpc_calcabsstepsize(int stepsize, int numbits) in jpc_calcabsstepsize() argument
1764 absstepsize |= (n >= 0) ? (JPC_QCX_GETMANT(stepsize) << n) : in jpc_calcabsstepsize()
1765 (JPC_QCX_GETMANT(stepsize) >> (-n)); in jpc_calcabsstepsize()
1766 n = numbits - JPC_QCX_GETEXPN(stepsize); in jpc_calcabsstepsize()