Searched refs:cmpt (Results 1 - 12 of 12) sorted by relevance

/external/opencv3/3rdparty/libjasper/
H A Djas_image.c96 static void jas_image_cmpt_destroy(jas_image_cmpt_t *cmpt);
101 static jas_image_cmpt_t *jas_image_cmpt_copy(jas_image_cmpt_t *cmpt);
241 jas_image_cmpt_t *cmpt; local
242 if (!(cmpt = jas_malloc(sizeof(jas_image_cmpt_t)))) {
245 memset(cmpt, 0, sizeof(jas_image_cmpt_t));
246 cmpt->type_ = JAS_IMAGE_CT_UNKNOWN;
247 return cmpt;
250 static jas_image_cmpt_t *jas_image_cmpt_copy(jas_image_cmpt_t *cmpt) argument
257 newcmpt->tlx_ = cmpt->tlx_;
258 newcmpt->tly_ = cmpt
302 jas_image_cmpt_t *cmpt; local
340 jas_image_cmpt_destroy(jas_image_cmpt_t *cmpt) argument
408 jas_image_cmpt_t *cmpt; local
461 jas_image_cmpt_t *cmpt; local
631 jas_image_cmpt_t *cmpt; local
734 jas_image_cmpt_t *cmpt; local
820 jas_image_cmpt_t *cmpt; local
852 jas_image_cmpt_t *cmpt; local
889 jas_image_cmpt_t *cmpt; local
913 jas_image_cmpt_t *cmpt; local
970 jas_image_cmpt_t *cmpt; local
1005 jas_image_cmpt_t *cmpt; local
1162 jas_image_cmpt_t *cmpt; local
[all...]
H A Djpc_dec.c413 jpc_dec_cmpt_t *cmpt; local
417 for (cmptno = 0, cmpt = dec->cmpts; cmptno < dec->numcomps; ++cmptno,
418 ++cmpt) {
423 cmpt->hsubstep = crg->comps[cmptno].hoff;
424 cmpt->vsubstep = crg->comps[cmptno].voff;
447 jpc_dec_cmpt_t *cmpt; local
454 for (cmptno = 0, cmpt = dec->cmpts, compinfo = compinfos;
455 cmptno < dec->numcomps; ++cmptno, ++cmpt, ++compinfo) {
458 compinfo->prec = cmpt->prec;
459 compinfo->sgnd = cmpt
680 jpc_dec_cmpt_t *cmpt; local
1029 jpc_dec_cmpt_t *cmpt; local
1169 jpc_dec_cmpt_t *cmpt; local
[all...]
H A Djpc_t2dec.c475 jpc_dec_cmpt_t *cmpt; local
515 for (compno = 0, tcomp = tile->tcomps, picomp = pi->picomps, cmpt =
517 ++cmpt) {
518 picomp->hsamp = cmpt->hstep;
519 picomp->vsamp = cmpt->vstep;
/external/opencv3/modules/imgcodecs/src/
H A Dgrfmt_jpeg2000.hpp66 bool readComponent8u( uchar *data, void *buffer, int step, int cmpt,
68 bool readComponent16u( unsigned short *data, void *buffer, int step, int cmpt,
H A Dgrfmt_jpeg2000.cpp287 int step, int cmpt,
292 int xstart = jas_image_cmpttlx( image, cmpt );
293 int xend = jas_image_cmptbrx( image, cmpt );
294 int xstep = jas_image_cmpthstep( image, cmpt );
296 int ystart = jas_image_cmpttly( image, cmpt );
297 int yend = jas_image_cmptbry( image, cmpt );
298 int ystep = jas_image_cmptvstep( image, cmpt );
351 int step, int cmpt,
356 int xstart = jas_image_cmpttlx( image, cmpt );
357 int xend = jas_image_cmptbrx( image, cmpt );
286 readComponent8u( uchar *data, void *_buffer, int step, int cmpt, int maxval, int offset, int ncmpts ) argument
350 readComponent16u( unsigned short *data, void *_buffer, int step, int cmpt, int maxval, int offset, int ncmpts ) argument
[all...]
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg2000.h73 bool ReadComponent8u( uchar *data, jas_matrix_t *buffer, int step, int cmpt,
75 bool ReadComponent16u( unsigned short *data, jas_matrix_t *buffer, int step, int cmpt,
H A Dgrfmt_jpeg2000.cpp260 int step, int cmpt,
263 int xstart = jas_image_cmpttlx( m_image, cmpt );
264 int xend = jas_image_cmptbrx( m_image, cmpt );
265 int xstep = jas_image_cmpthstep( m_image, cmpt );
267 int ystart = jas_image_cmpttly( m_image, cmpt );
268 int yend = jas_image_cmptbry( m_image, cmpt );
269 int ystep = jas_image_cmptvstep( m_image, cmpt );
322 int step, int cmpt,
325 int xstart = jas_image_cmpttlx( m_image, cmpt );
326 int xend = jas_image_cmptbrx( m_image, cmpt );
259 ReadComponent8u( uchar *data, jas_matrix_t *buffer, int step, int cmpt, int maxval, int offset, int ncmpts ) argument
321 ReadComponent16u( unsigned short *data, jas_matrix_t *buffer, int step, int cmpt, int maxval, int offset, int ncmpts ) argument
[all...]
/external/opencv3/3rdparty/openexr/Imath/
H A DImathFun.h125 cmpt (T a, T b, T t) function in namespace:Imath
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 242 milliseconds