OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cbgyend
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/libjasper/
jpc_dec.c
663
uint_fast32_t
cbgyend
;
local
810
cbgyend
= cbgystart + (1 << rlvl->cbgheightexpn);
814
prc->yend = JAS_MIN(
cbgyend
, JAS_CAST(uint_fast32_t, jas_seq2d_yend(band->data)));
[
all
...]
/external/pdfium/third_party/libopenjpeg20/
tcd.c
911
OPJ_INT32
cbgyend
= cbgystart + (1 << cbgheightexpn);
local
[
all
...]
Completed in 91 milliseconds