Home
last modified time | relevance | path

Searched refs:texel_weights_tr (Results 1 - 5 of 5) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_block_sizes.cpp335 di.texel_weights_tr[j][i] = wb.grid_weights_of_texel[i][j]; in init_decimation_info_2d()
343 di.texel_weights_tr[j][i] = 0; in init_decimation_info_2d()
366 uint8_t dttw = di.texel_weights_tr[k][texel]; in init_decimation_info_2d()
395 di.texel_weights_tr[j][i] = 0; in init_decimation_info_2d()
592 di.texel_weights_tr[j][i] = 0; in init_decimation_info_3d()
599 di.texel_weights_tr[j][i] = wb.grid_weights_of_texel[i][j]; in init_decimation_info_3d()
622 uint8_t dttw = di.texel_weights_tr[k][texel]; in init_decimation_info_3d()
651 di.texel_weights_tr[j][i] = 0; in init_decimation_info_3d()
H A Dastcenc_ideal_endpoints_and_weights.cpp44 vint weight_idx0 = vint(di.texel_weights_tr[0] + index); in bilinear_infill_vla()
45 vint weight_idx1 = vint(di.texel_weights_tr[1] + index); in bilinear_infill_vla()
46 vint weight_idx2 = vint(di.texel_weights_tr[2] + index); in bilinear_infill_vla()
47 vint weight_idx3 = vint(di.texel_weights_tr[3] + index); in bilinear_infill_vla()
84 vint weight_idx0 = vint(di.texel_weights_tr[0] + index); in bilinear_infill_vla_2()
85 vint weight_idx1 = vint(di.texel_weights_tr[1] + index); in bilinear_infill_vla_2()
H A Dastcenc_decompress_symbolic.cpp118 vint texel_weights(di.texel_weights_tr[j] + i); in unpack_weights()
153 vint texel_weights(di.texel_weights_tr[j] + i); in unpack_weights()
H A Dastcenc_compress_symbolic.cpp496 float weight_base = (uq_weightsf[di.texel_weights_tr[0][texel]] * di.texel_weight_contribs_float_tr[0][texel] in realign_weights_decimated()
497 + uq_weightsf[di.texel_weights_tr[1][texel]] * di.texel_weight_contribs_float_tr[1][texel]) in realign_weights_decimated()
498 + (uq_weightsf[di.texel_weights_tr[2][texel]] * di.texel_weight_contribs_float_tr[2][texel] in realign_weights_decimated()
499 + uq_weightsf[di.texel_weights_tr[3][texel]] * di.texel_weight_contribs_float_tr[3][texel]); in realign_weights_decimated()
H A Dastcenc_internal.h388 uint8_t texel_weights_tr[4][BLOCK_MAX_TEXELS]; member

Completed in 11 milliseconds