Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/astc-encoder/Source/
H A Dastc_codec_internals.h78 struct decimation_table struct
80 int num_weights;
81 …el_num_weights[MAX_TEXELS_PER_BLOCK]; // number of indices that go into the calculation for a texel
105 const decimation_table *decimation_tables[MAX_DECIMATION_MODES]; argument