Searched refs:alpha_scale (Results 1 – 1 of 1) sorted by relevance
969 float alpha_scale = blk.data_max.lane<3>() * (1.0f / 65535.0f); in compress_image() local970 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()