HomeSort by relevance Sort by last modified time
    Searched refs:jas_image_readcmpt2 (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/libjasper/jasper/
jas_image.h 491 int jas_image_readcmpt2(jas_image_t *image, int cmptno, jas_image_coord_t x,
  /external/opencv3/3rdparty/libjasper/
jas_image.c 828 if (jas_image_readcmpt2(image, cmptno, 0, 0, n, 1, buf)) {
835 if (jas_image_readcmpt2(image, cmptno, width - n, height - 1, n, 1, buf)) {
966 int jas_image_readcmpt2(jas_image_t *image, int cmptno, jas_image_coord_t x, function
    [all...]

Completed in 35 milliseconds