Home
last modified time | relevance | path

Searched refs:tile_index (Results 1 – 18 of 18) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dj2k.c4503 assert(p_j2k->cstr_index->tile_index != 00); in opj_j2k_read_sot()
4504 p_j2k->cstr_index->tile_index[p_j2k->m_current_tile_number].tileno = in opj_j2k_read_sot()
4506 p_j2k->cstr_index->tile_index[p_j2k->m_current_tile_number].current_tpsno = in opj_j2k_read_sot()
4510 p_j2k->cstr_index->tile_index[p_j2k->m_current_tile_number].nb_tps = in opj_j2k_read_sot()
4512 p_j2k->cstr_index->tile_index[p_j2k->m_current_tile_number].current_nb_tps = in opj_j2k_read_sot()
4515 if (!p_j2k->cstr_index->tile_index[p_j2k->m_current_tile_number].tp_index) { in opj_j2k_read_sot()
4516 p_j2k->cstr_index->tile_index[p_j2k->m_current_tile_number].tp_index = in opj_j2k_read_sot()
4518 if (!p_j2k->cstr_index->tile_index[p_j2k->m_current_tile_number].tp_index) { in opj_j2k_read_sot()
4525 … p_j2k->cstr_index->tile_index[p_j2k->m_current_tile_number].tp_index, in opj_j2k_read_sot()
4528 opj_free(p_j2k->cstr_index->tile_index[p_j2k->m_current_tile_number].tp_index); in opj_j2k_read_sot()
[all …]
Dopenjpeg.c241 OPJ_UINT32 tile_index)) opj_j2k_get_tile; in opj_create_decompress()
329 OPJ_UINT32 tile_index)) opj_jp2_get_tile; in opj_create_decompress()
575 OPJ_UINT32 tile_index) in opj_get_decoded_tile() argument
590 tile_index); in opj_get_decoded_tile()
Dopj_codec.h107 OPJ_UINT32 tile_index);
Dopenjpeg.h552 OPJ_UINT32 tile_index; member
1018 opj_tile_index_t *tile_index; /* FIXME not used for the moment */ member
1426 OPJ_UINT32 tile_index);
Djp2.h452 OPJ_UINT32 tile_index);
Dj2k.h824 OPJ_UINT32 tile_index);
Djp2.c3117 OPJ_UINT32 tile_index in opj_jp2_get_tile() argument
3127 if (! opj_j2k_get_tile(p_jp2->j2k, p_stream, p_image, p_manager, tile_index)) { in opj_jp2_get_tile()
Dt2.c403 l_pack_info = p_cstr_index->tile_index[p_tile_no].packet; in opj_t2_decode_packets()
/external/libgav1/libgav1/src/
Dthreading_strategy.h79 ThreadPool* row_thread_pool(int tile_index) const { in row_thread_pool() argument
80 return tile_index < max_tile_index_for_row_threads_ ? thread_pool_.get() in row_thread_pool()
Ddecoder_impl.cc342 const Vector<std::unique_ptr<Tile>>& tiles, size_t tile_index, int row4x4, in DecodeSuperBlockRowInTile() argument
352 Tile& tile = *tiles[tile_index]; in DecodeSuperBlockRowInTile()
401 tile_index += tile_columns; in DecodeSuperBlockRowInTile()
403 if (tile_index >= tiles.size()) return; in DecodeSuperBlockRowInTile()
405 thread_pool.Schedule([&tiles, tile_index, next_row4x4, superblock_size4x4, in DecodeSuperBlockRowInTile()
408 DecodeSuperBlockRowInTile(tiles, tile_index, next_row4x4, in DecodeSuperBlockRowInTile()
523 for (int tile_index = 0; tile_index < tile_columns; ++tile_index) { in DecodeTilesThreadedFrameParallel() local
524 thread_pool.Schedule([&tiles, tile_index, block_width4x4, tile_columns, in DecodeTilesThreadedFrameParallel()
528 tiles, tile_index, 0, block_width4x4, tile_columns, superblock_rows, in DecodeTilesThreadedFrameParallel()
/external/igt-gpu-tools/tests/i915/
Dgem_tiled_pread_basic.c104 int tile_index = tile_base / tile_size; in calculate_expected() local
108 dbg->base_y = tile_index / tiles_per_row * tile_height; in calculate_expected()
109 dbg->base_x = tile_index % tiles_per_row * (tile_width/4); in calculate_expected()
Dgem_tiled_wc.c91 int tile_index = tile_base / tile_size; in calculate_expected() local
95 int base_y = tile_index / tiles_per_row * tile_height; in calculate_expected()
96 int base_x = tile_index % tiles_per_row * (tile_width/4); in calculate_expected()
Dgem_tiled_wb.c98 int tile_index = tile_base / tile_size; in calculate_expected() local
102 int base_y = tile_index / tiles_per_row * tile_height; in calculate_expected()
103 int base_x = tile_index % tiles_per_row * (tile_width/4); in calculate_expected()
/external/pthreadpool/src/
Dthreadpool-pthreads.c606 const size_t tile_index = linear_index; in compute_1d_tile_1d() local
607 const size_t index = tile_index * context->tile; in compute_1d_tile_1d()
703 const struct fxdiv_result_size_t tile_index = fxdiv_divide_size_t(linear_index, tile_range_j); in compute_2d_tile_1d() local
705 const size_t index_i = tile_index.quotient; in compute_2d_tile_1d()
706 const size_t index_j = tile_index.remainder * max_tile_j; in compute_2d_tile_1d()
762 const struct fxdiv_result_size_t tile_index = fxdiv_divide_size_t(linear_index, tile_range_j); in compute_2d_tile_2d() local
765 const size_t index_i = tile_index.quotient * max_tile_i; in compute_2d_tile_2d()
766 const size_t index_j = tile_index.remainder * max_tile_j; in compute_2d_tile_2d()
/external/libaom/libaom/av1/encoder/
Dethread.c252 int tile_index = tile_row * tile_cols + tile_col; in switch_tile_and_get_next_job() local
253 TileDataEnc *this_tile = &cpi->tile_data[tile_index]; in switch_tile_and_get_next_job()
280 tile_id = tile_index; in switch_tile_and_get_next_job()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dcik_sdma.c39 unsigned tile_index = tex->surface.u.legacy.tiling_index[level]; in encode_tile_info() local
41 unsigned tile_mode = info->si_tile_mode_array[tile_index]; in encode_tile_info()
/external/pdfium/core/fxcodec/jpx/
Dcjpx_decoder.cpp461 m_Parameters.tile_index)) { in StartDecode()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc2494 IrArray::Index tile_index = tile_origin.AddOffsetToDim( in EmitTilingKernel() local
2496 emit_tile(tile_index); in EmitTilingKernel()