OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jpc_firstone
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/3rdparty/libjasper/
jpc_math.c
108
int
jpc_firstone
(int x)
function
jpc_math.h
93
int
jpc_firstone
(int x);
jpc_t2enc.c
297
t1 =
jpc_firstone
(datalen) + 1;
318
assert(
jpc_firstone
(datalen) < cblk->numlenbits + jpc_floorlog2(passcount));
jpc_enc.c
179
p =
jpc_firstone
(absdelta) - JPC_FIX_FRACBITS;
180
n = 11 -
jpc_firstone
(absdelta);
873
n =
jpc_firstone
(stepsize);
885
return
jpc_firstone
(stepsize) - JPC_FIX_FRACBITS;
[
all
...]
jpc_t1enc.c
160
cblk->numbps = JAS_MAX(
jpc_firstone
(mx) + 1 - JPC_NUMEXTRABITS, 0);
Completed in 825 milliseconds