Searched refs:plane2_weights (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_decompress_symbolic.cpp | 285 int plane2_weights[BLOCK_MAX_TEXELS]; in decompress_symbolic_block() local 286 unpack_weights(bsd, scb, di, is_dual_plane, plane1_weights, plane2_weights); in decompress_symbolic_block() 313 vint4 weight = select(vint4(plane1_weights[tix]), vint4(plane2_weights[tix]), plane2_mask); in decompress_symbolic_block() 350 int plane2_weights[BLOCK_MAX_TEXELS]; in compute_symbolic_block_difference_2plane() local 351 unpack_weights(bsd, scb, di, true, plane1_weights, plane2_weights); in compute_symbolic_block_difference_2plane() 374 vint4 weight = select(vint4(plane1_weights[i]), vint4(plane2_weights[i]), plane2_mask); in compute_symbolic_block_difference_2plane()
|