Searched refs:tile_w (Results 1 – 2 of 2) sorted by relevance
147 const uint tile_w = TILE_VECTOR_WIDTH, tile_h = TILE_VECTOR_HEIGHT; in lp_tiled_to_linear() local148 const uint tiles_per_row = src_stride / (tile_w * tile_h * bpp); in lp_tiled_to_linear()158 for (i = 0; i < width; i += tile_w) { in lp_tiled_to_linear()161 uint src_offset = (jj / tile_h * tiles_per_row + ii / tile_w) in lp_tiled_to_linear()162 * (tile_w * tile_h); in lp_tiled_to_linear()178 for (i = 0; i < width; i += tile_w) { in lp_tiled_to_linear()181 uint src_offset = (jj / tile_h * tiles_per_row + ii / tile_w) in lp_tiled_to_linear()182 * (tile_w * tile_h); in lp_tiled_to_linear()194 const uint tile_w = TILE_SIZE, tile_h = TILE_SIZE; in lp_tiled_to_linear() local195 const uint bytes_per_tile = tile_w * tile_h * bpp; in lp_tiled_to_linear()[all …]
1277 OPJ_UINT32 tile_w = (OPJ_UINT32)(tilec->x1 - tilec->x0); in opj_t1_decode_cblks() local1336 … OPJ_INT32* restrict tiledp = &tilec->data[(OPJ_UINT32)y * tile_w + (OPJ_UINT32)x]; in opj_t1_decode_cblks()1340 ((OPJ_INT32*)tiledp)[(j * tile_w) + i] = tmp / 2; in opj_t1_decode_cblks()1344 …OPJ_FLOAT32* restrict tiledp = (OPJ_FLOAT32*) &tilec->data[(OPJ_UINT32)y * tile_w + (OPJ_UINT32)x]; in opj_t1_decode_cblks()1356 tiledp += tile_w; in opj_t1_decode_cblks()1479 OPJ_UINT32 tile_w = (OPJ_UINT32)(tilec->x1 - tilec->x0); in opj_t1_encode_cblks() local1519 tileLineAdvance = tile_w - cblk_w; in opj_t1_encode_cblks()1521 tiledp=&tilec->data[(OPJ_UINT32)y * tile_w + (OPJ_UINT32)x]; in opj_t1_encode_cblks()1523 t1->data_stride = tile_w; in opj_t1_encode_cblks()