OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jas_image_cmpthstep
(Results
1 - 5
of
5
) sorted by null
/external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp
227
int xstep =
jas_image_cmpthstep
( m_image, cmptlut[i] );
265
int xstep =
jas_image_cmpthstep
( m_image, cmpt );
327
int xstep =
jas_image_cmpthstep
( m_image, cmpt );
/external/opencv3/modules/imgcodecs/src/
grfmt_jpeg2000.cpp
247
int xstep =
jas_image_cmpthstep
( image, cmptlut[i] );
294
int xstep =
jas_image_cmpthstep
( image, cmpt );
358
int xstep =
jas_image_cmpthstep
( image, cmpt );
/external/opencv3/3rdparty/libjasper/jasper/
jas_image.h
375
#define
jas_image_cmpthstep
(image, cmptno) \
macro
/external/opencv3/3rdparty/libjasper/
jas_image.c
[
all
...]
jpc_enc.c
395
if (jas_image_cmptbrx(image, cmptno) +
jas_image_cmpthstep
(image, cmptno) <=
402
hsteplcm *=
jas_image_cmpthstep
(image, cmptno);
411
ccp->sampgrdstepx =
jas_image_cmpthstep
(image, cmptno);
[
all
...]
Completed in 4051 milliseconds