Home
last modified time | relevance | path

Searched refs:lumap (Results 1 – 7 of 7) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/ampl/
H A Dsuf_sos.c35 lumap(i, n, z, LU, U) int i; int n; int *z; real *LU; real *U; in lumap() function
37 lumap(int i, int n, int *z, real *LU, real *U)
312 lumap(ns1, n, zv, LUv, Uvx);
451 lumap(ms1, m, z, LUrhs, Urhsx);
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/ampl/
H A Dsuf_sos.c35 lumap(i, n, z, LU, U) int i; int n; int *z; real *LU; real *U; in lumap() function
37 lumap(int i, int n, int *z, real *LU, real *U)
312 lumap(ns1, n, zv, LUv, Uvx);
451 lumap(ms1, m, z, LUrhs, Urhsx);
/dports/multimedia/transcode/transcode-1.1.7/filter/
H A Dfilter_smartbob.c244 long currValue, prevValue, nextValue, nextnextValue, luma, lumap, luman; in tc_filter() local
298 lumap = (55 * rp + 182 * gp + 19 * bp) >> 8; in tc_filter()
300 if ((lumap - luma) * (luman - luma) >= T) in tc_filter()
H A Dfilter_smartdeinter.c344 long prevValue, nextValue, luma=0, lumap, luman; in tc_filter() local
762 lumap = (76 * rp + 30 * bp + 150 * gp) >> 8; in tc_filter()
764 if ((lumap - luma) * (luman - luma) > T) in tc_filter()
H A Dfilter_smartyuv.c353 int luma, luman, lumap, T; in smartyuv_core() local
828 lumap= (srcminus[x]) & 0xff; in smartyuv_core()
830 if ((lumap - luma) * (luman - luma) > T) in smartyuv_core()
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/lcao/
H A Dtci.py348 def lumap(arr, out): function
352 lumap = np.conj
356 tri2full(tmp_MM, UL='L', map=lumap)
/dports/math/asl/solvers/
H A Dsuf_sos.c34 lumap(int i, int n, int *z, real *LU, real *U) in lumap() function
324 lumap(ns1, n, zv, LUv, Uvx); in suf_sos_ASL()
475 lumap(ms1, m, zc, LUrhs, Urhsx); in suf_sos_ASL()