Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/astc-encoder/Source/
H A Dastc_block_sizes2.cpp506 bsd->decimation_tables[decimation_mode_count] = dt; in construct_block_size_descriptor_2d()
584 bsd->decimation_tables[decimation_mode_count] = dt; in construct_block_size_descriptor_3d()
650 delete bsd->decimation_tables[i]; in term_block_size_descriptor()
H A Dastc_codec_internals.h105 const decimation_table *decimation_tables[MAX_DECIMATION_MODES]; member
H A Dastc_symbolic_physical.cpp58 const decimation_table *const *ixtab2 = bsd->decimation_tables; in physical_to_symbolic()
H A Dastc_decompress_symbolic.cpp207 const decimation_table *const *ixtab2 = bsd->decimation_tables; in decompress_symbolic_block()
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_internal.h568 alignas(ASTCENC_VECALIGN) decimation_info decimation_tables[WEIGHTS_MAX_DECIMATION_MODES]; member
657 return this->decimation_tables[decimation_mode]; in get_decimation_info()
Dastcenc_block_sizes.cpp778 decimation_info& di = bsd.decimation_tables[index]; in construct_dt_entry_2d()
1056 decimation_info& di = bsd.decimation_tables[decimation_mode_count]; in construct_block_size_descriptor_3d()