Home
last modified time | relevance | path

Searched defs:tile_count (Results 1 – 16 of 16) sorted by relevance

/external/libgav1/src/
Dthreading_strategy.cc59 int ComputeFrameThreadCount(int thread_count, int tile_count, in ComputeFrameThreadCount()
98 const int tile_count = frame_header.tile_info.tile_count; in Reset() local
176 int thread_count, int tile_count, int tile_columns, in InitializeThreadPoolsForFrameParallel()
Dthreading_strategy_test.cc194 void VerifyFrameParallel(int thread_count, int tile_count, int tile_columns, in VerifyFrameParallel()
Ddecoder_impl.cc169 const int tile_count = static_cast<int>(tiles.size()); in DecodeTilesThreadedNonFrameParallel() local
436 const int tile_count = static_cast<int>(tiles.size()); in DecodeTilesThreadedFrameParallel() local
1365 const int tile_count = frame_header.tile_info.tile_count; in DecodeTiles() local
/external/libaom/examples/
Dlightfield_tile_list_decoder.c66 unsigned int tile_count = 0; in write_tile_yuv1d() local
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_rs.h61 uint32_t tile_count; member
/external/mesa3d/src/freedreno/vulkan/
Dtu_util.cc175 VkExtent2D tile_count; in tu_tiling_config_update_tile_layout() local
Dtu_device.h451 VkExtent2D tile_count; member
/external/rust/crabbyavif/src/decoder/
Dmod.rs774 let tile_count = tile_info.grid_tile_count()? as usize; in validate_source_item_counts() localVariable
1546 let tile_count = self.tiles[category.usize()].len(); in decode_grid() localVariable
1617 let tile_count = self.tiles[category.usize()].len(); in decode_tiles() localVariable
Dtile.rs82 pub tile_count: u32, field
/external/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_validate.c341 uint32_t tile_count; in validate_tile_binning_config() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vcn_dec.c761 uint16_t tile_count = pic->picture_parameter.tile_cols * pic->picture_parameter.tile_rows; in get_av1_msg() local
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c698 unsigned tile_count = in panfrost_resource_set_damage_region() local
/external/libgav1/src/utils/
Dtypes.h285 int tile_count; member
/external/libaom/av1/
Dav1_dx_iface.c1452 unsigned int *const tile_count = va_arg(args, unsigned int *); in ctrl_get_tile_count() local
/external/libaom/av1/encoder/
Dethread.c3162 const int tile_count = tiles->cols * tiles->rows; in accumulate_pack_bs_data() local
Dbitstream.c3969 int tile_count = 0; in write_tile_obu() local