OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jas_image_cmpttype
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/3rdparty/libjasper/
jp2_enc.c
258
if (
jas_image_cmpttype
(image, 0) ==
260
jas_image_cmpttype
(image, 1) ==
262
jas_image_cmpttype
(image, 2) ==
267
if (
jas_image_cmpttype
(image, 0) ==
269
jas_image_cmpttype
(image, 1) ==
271
jas_image_cmpttype
(image, 2) ==
276
if (
jas_image_cmpttype
(image, 0) ==
295
typeasoc = jp2_gettypeasoc(jas_image_clrspc(image),
jas_image_cmpttype
(image, i));
jp2_dec.c
403
if (
jas_image_cmpttype
(dec->image, i - 1) == JAS_IMAGE_CT_UNKNOWN) {
jas_image.c
[
all
...]
/external/opencv3/3rdparty/libjasper/jasper/
jas_image.h
353
#define
jas_image_cmpttype
(image, cmptno) \
macro
/external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp
131
if(
jas_image_cmpttype
( m_image, i ) > 2 )
/external/opencv3/modules/imgcodecs/src/
grfmt_jpeg2000.cpp
134
if(
jas_image_cmpttype
( image, i ) > 2 )
Completed in 4365 milliseconds