Home
last modified time | relevance | path

Searched refs:texel_weights (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_decompress_symbolic.cpp124 vint texel_weights(di.texel_weights_4t[j] + i); in unpack_weights() local
127 summed_value += vtable_8bt_32bi(tab0p, tab1p, tab2p, tab3p, texel_weights) * texel_weights_int; in unpack_weights()
159 vint texel_weights(di.texel_weights_4t[j] + i); in unpack_weights() local
162 sum_plane1 += vtable_8bt_32bi(tab0_plane1p, tab1_plane1p, texel_weights) * texel_weights_int; in unpack_weights()
163 sum_plane2 += vtable_8bt_32bi(tab0_plane2p, tab1_plane2p, texel_weights) * texel_weights_int; in unpack_weights()
Dastcenc_compress_symbolic.cpp284 const uint8_t *texel_weights = di.texel_weights_texel[we_idx][te_idx]; in realign_weights_decimated() local
290 + uq_weightsf[texel_weights[1]] * texel_weights_float[1]) in realign_weights_decimated()
291 + (uq_weightsf[texel_weights[2]] * texel_weights_float[2] in realign_weights_decimated()
292 + uq_weightsf[texel_weights[3]] * texel_weights_float[3]); in realign_weights_decimated()