Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_entry.cpp969 float alpha_scale = blk.data_max.lane<3>() * (1.0f / 65535.0f); in compress_image() local
970 blk.channel_weight = vfloat4(ctx.config.cw_r_weight * alpha_scale, in compress_image()
971 ctx.config.cw_g_weight * alpha_scale, in compress_image()
972 ctx.config.cw_b_weight * alpha_scale, in compress_image()