Home
last modified time | relevance | path

Searched refs:ydim (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_percentile_tables.cpp38 uint8_t ydim; member
1111 int ydim in get_packed_table() argument
1113 int idx = (ydim << 8) | xdim; in get_packed_table()
1167 unsigned int ydim in get_2d_percentile_table() argument
1170 const packed_percentile_table *apt = get_packed_table(xdim, ydim); in get_2d_percentile_table()
1203 unsigned int ydim in is_legal_2d_block_size() argument
1205 unsigned int idx = (xdim << 8) | ydim; in is_legal_2d_block_size()
1231 unsigned int ydim, in is_legal_3d_block_size() argument
1234 unsigned int idx = (xdim << 16) | (ydim << 8) | zdim; in is_legal_3d_block_size()
Dastcenc_image.cpp216 for (unsigned int y = 0; y < bsd.ydim; y++) in load_image_block()
295 for (unsigned int y = ypos; y < ypos + bsd.ydim; y++) in load_image_block_fast_ldr()
352 unsigned int y_end = astc::min(y_size, ypos + bsd.ydim); in store_image_block()
354 unsigned int y_nudge = (bsd.ydim - y_count) * bsd.xdim; in store_image_block()
Dastcenc_internal.h521 uint8_t ydim; member
1297 unsigned int ydim);
1306 unsigned int ydim);
1315 unsigned int ydim,
Dastcenc_partition_tables.cpp274 for (unsigned int y = 0; y < bsd.ydim; y++) in generate_one_partition_info_entry()
Dastcenc_block_sizes.cpp833 bsd.ydim = static_cast<uint8_t>(y_texels); in construct_block_size_descriptor_2d()
1034 bsd.ydim = static_cast<uint8_t>(y_texels); in construct_block_size_descriptor_3d()
Dastcenc_entry.cpp860 int block_y = bsd.ydim; in compress_image()