Searched refs:tiledp (Results 1 – 2 of 2) sorted by relevance
1339 … OPJ_INT32* restrict tiledp = &tilec->data[(OPJ_UINT32)y * tile_w + (OPJ_UINT32)x]; in opj_t1_decode_cblks() local1343 ((OPJ_INT32*)tiledp)[(j * tile_w) + i] = tmp/2; in opj_t1_decode_cblks()1347 …OPJ_FLOAT32* restrict tiledp = (OPJ_FLOAT32*) &tilec->data[(OPJ_UINT32)y * tile_w + (OPJ_UINT32)x]; in opj_t1_decode_cblks() local1349 OPJ_FLOAT32* restrict tiledp2 = tiledp; in opj_t1_decode_cblks()1356 tiledp += tile_w; in opj_t1_decode_cblks()1489 OPJ_INT32* restrict tiledp; in opj_t1_encode_cblks() local1517 tiledp=&tilec->data[(OPJ_UINT32)y * tile_w + (OPJ_UINT32)x]; in opj_t1_encode_cblks()1518 t1->data = tiledp; in opj_t1_encode_cblks()1523 tiledp[tileIndex] <<= T1_NMSEDEC_FRACBITS; in opj_t1_encode_cblks()1531 OPJ_INT32 tmp = tiledp[tileIndex]; in opj_t1_encode_cblks()[all …]
592 OPJ_INT32 * restrict tiledp = tilec->data; in opj_dwt_decode_tile() local606 opj_dwt_interleave_h(&h, &tiledp[j*w]); in opj_dwt_decode_tile()608 memcpy(&tiledp[j*w], h.mem, rw * sizeof(OPJ_INT32)); in opj_dwt_decode_tile()616 opj_dwt_interleave_v(&v, &tiledp[j], (OPJ_INT32)w); in opj_dwt_decode_tile()619 tiledp[k * w + j] = v.mem[k]; in opj_dwt_decode_tile()