OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cblkyend
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/libjasper/
jpc_dec.c
671
uint_fast32_t
cblkyend
;
local
845
cblkyend
= cblkystart + (1 << rlvl->cblkheightexpn);
849
tmpyend = JAS_MIN(
cblkyend
, prc->yend);
[
all
...]
/external/pdfium/third_party/libopenjpeg20/
tcd.c
997
OPJ_INT32
cblkyend
= cblkystart + (1 << cblkheightexpn);
local
[
all
...]
Completed in 2258 milliseconds