OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cblkystart
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/libjasper/
jpc_dec.c
669
uint_fast32_t
cblkystart
;
local
842
cblkystart
= cbgystart;
845
cblkyend =
cblkystart
+ (1 << rlvl->cblkheightexpn);
847
tmpystart = JAS_MAX(
cblkystart
, prc->ystart);
872
cblkystart
+= 1 << rlvl->cblkheightexpn;
[
all
...]
/external/pdfium/third_party/libopenjpeg20/
tcd.c
995
OPJ_INT32
cblkystart
= tl
cblkystart
+ (OPJ_INT32)(cblkno \/ l_current_precinct->cw) * (1 << cblkheightexpn);
local
[
all
...]
Completed in 43 milliseconds