Searched refs:tiledp (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Ddwt.c580 OPJ_INT32 * restrict tiledp = tilec->data; local
594 opj_dwt_interleave_h(&h, &tiledp[j*w]);
596 memcpy(&tiledp[j*w], h.mem, rw * sizeof(OPJ_INT32));
604 opj_dwt_interleave_v(&v, &tiledp[j], (OPJ_INT32)w);
607 tiledp[k * w + j] = v.mem[k];
H A Dt1.c1283 /*void* restrict tiledp;*/
1326 /*tiledp=(void*)&tilec->data[(y * tile_w) + x];*/
1328 OPJ_INT32* restrict tiledp = &tilec->data[(OPJ_UINT32)y * tile_w + (OPJ_UINT32)x]; local
1332 ((OPJ_INT32*)tiledp)[(j * tile_w) + i] = tmp / 2;
1336 OPJ_FLOAT32* restrict tiledp = (OPJ_FLOAT32*) &tilec->data[(OPJ_UINT32)y * tile_w + (OPJ_UINT32)x]; local
1338 OPJ_FLOAT32* restrict tiledp2 = tiledp;
1345 ((float*)tiledp)[(j * tile_w) + i] = tmp;*/
1348 tiledp += tile_w;
1485 OPJ_INT32* restrict tiledp; local
1513 tiledp
[all...]

Completed in 215 milliseconds