Searched refs:tile_w (Results 1 – 3 of 3) 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 …]
1269 OPJ_UINT32 tile_w = (OPJ_UINT32)(tilec->x1 - tilec->x0); in opj_t1_decode_cblks() local1328 … OPJ_INT32* restrict tiledp = &tilec->data[(OPJ_UINT32)y * tile_w + (OPJ_UINT32)x]; in opj_t1_decode_cblks()1332 ((OPJ_INT32*)tiledp)[(j * tile_w) + i] = tmp / 2; in opj_t1_decode_cblks()1336 …OPJ_FLOAT32* restrict tiledp = (OPJ_FLOAT32*) &tilec->data[(OPJ_UINT32)y * tile_w + (OPJ_UINT32)x]; in opj_t1_decode_cblks()1348 tiledp += tile_w; in opj_t1_decode_cblks()1470 OPJ_UINT32 tile_w = (OPJ_UINT32)(tilec->x1 - tilec->x0); in opj_t1_encode_cblks() local1513 tiledp=&tilec->data[(OPJ_UINT32)y * tile_w + (OPJ_UINT32)x]; in opj_t1_encode_cblks()1517 OPJ_INT32 tmp = tiledp[(j * tile_w) + i]; in opj_t1_encode_cblks()1524 OPJ_INT32 tmp = tiledp[(j * tile_w) + i]; in opj_t1_encode_cblks()