Searched refs:tab1p (Results 1 - 2 of 2) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | astcenc_decompress_symbolic.cpp | 106 vint tab0p, tab1p, tab2p, tab3p; in unpack_weights() local 107 vtable_prepare(tab0, tab1, tab2, tab3, tab0p, tab1p, tab2p, tab3p); in unpack_weights() 121 summed_value += vtable_8bt_32bi(tab0p, tab1p, tab2p, tab3p, texel_weights) * texel_weights_int; in unpack_weights()
|
H A D | astcenc_ideal_endpoints_and_weights.cpp | 1111 vint tab0p, tab1p; 1112 vtable_prepare(tab0, tab1, tab0p, tab1p); 1125 vint ixli = vtable_8bt_32bi(tab0p, tab1p, weightl); 1126 vint ixhi = vtable_8bt_32bi(tab0p, tab1p, weighth);
|
Completed in 3 milliseconds