Searched refs:tab0p (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_ideal_endpoints_and_weights.cpp | 1027 vint tab0p; in compute_quantized_weights_for_decimation() local 1028 vtable_prepare(tab0, tab0p); in compute_quantized_weights_for_decimation() 1041 vint ixli = vtable_8bt_32bi(tab0p, weightl); in compute_quantized_weights_for_decimation() 1042 vint ixhi = vtable_8bt_32bi(tab0p, weighth); in compute_quantized_weights_for_decimation() 1061 vint tab0p, tab1p; in compute_quantized_weights_for_decimation() local 1062 vtable_prepare(tab0, tab1, tab0p, tab1p); in compute_quantized_weights_for_decimation() 1075 vint ixli = vtable_8bt_32bi(tab0p, tab1p, weightl); in compute_quantized_weights_for_decimation() 1076 vint ixhi = vtable_8bt_32bi(tab0p, tab1p, weighth); in compute_quantized_weights_for_decimation()
|
D | astcenc_decompress_symbolic.cpp | 112 vint tab0p, tab1p, tab2p, tab3p; in unpack_weights() local 113 vtable_prepare(tab0, tab1, tab2, tab3, tab0p, tab1p, tab2p, tab3p); in unpack_weights() 127 summed_value += vtable_8bt_32bi(tab0p, tab1p, tab2p, tab3p, texel_weights) * texel_weights_int; in unpack_weights()
|