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

  /external/opencv3/3rdparty/libjasper/
jp2_cod.h 191 int_fast32_t *lutdata; member in struct:__anon21684
jp2_cod.c 817 if (pclr->lutdata) {
818 jas_free(pclr->lutdata);
832 pclr->lutdata = 0;
839 if (!(pclr->lutdata = jas_alloc2(lutsize, sizeof(int_fast32_t)))) {
856 pclr->lutdata[i * pclr->numchans + j] = x;
882 fprintf(out, "LUT[%d][%d]=%d\n", i, j, (int)pclr->lutdata[i * pclr->numchans + j]);
jp2_dec.c 359 lutents[i] = pclrd->lutdata[cmapent->pcol + i * pclrd->numchans];

Completed in 400 milliseconds