OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jpc_fixtodbl
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/3rdparty/libjasper/
jpc_fix.h
110
#define
jpc_fixtodbl
(x) JAS_FIXTODBL(jpc_fix_t, JPC_FIX_FRACBITS, x)
macro
jpc_util.c
164
return jpc_dbltofix(sqrt(
jpc_fixtodbl
(s)));
jpc_t1enc.c
333
pass->wmsedec =
jpc_fixtodbl
(band->rlvl->tcmpt->synweight) *
334
jpc_fixtodbl
(band->rlvl->tcmpt->synweight) *
335
jpc_fixtodbl
(band->synweight) *
336
jpc_fixtodbl
(band->synweight) *
337
jpc_fixtodbl
(band->absstepsize) *
jpc_fixtodbl
(band->absstepsize) *
339
jpc_fixtodbl
(pass->nmsedec);
jpc_enc.c
742
if (
jpc_fixtodbl
(tcp->ilyrrates[lyrno]) > ((double) cp->totalsize)
[
all
...]
Completed in 500 milliseconds