Lines Matching refs:blk
857 image_block blk; in compress_image() local
862 blk.texel_count = static_cast<uint8_t>(block_x * block_y * block_z); in compress_image()
877 blk.channel_weight = vfloat4(ctx.config.cw_r_weight, in compress_image()
962 load_func(decode_mode, image, blk, bsd, x * block_x, y * block_y, z * block_z, swizzle); in compress_image()
969 float alpha_scale = blk.data_max.lane<3>() * (1.0f / 65535.0f); in compress_image()
970 blk.channel_weight = vfloat4(ctx.config.cw_r_weight * alpha_scale, in compress_image()
979 blk.origin_texel = vfloat4::zero(); in compress_image()
980 blk.data_min = vfloat4::zero(); in compress_image()
981 blk.data_mean = vfloat4::zero(); in compress_image()
982 blk.data_max = vfloat4::zero(); in compress_image()
983 blk.grayscale = true; in compress_image()
989 compress_block(ctx, blk, *pcb, temp_buffers); in compress_image()
1223 image_block blk; in astcenc_decompress_image() local
1224 blk.texel_count = static_cast<uint8_t>(block_x * block_y * block_z); in astcenc_decompress_image()
1263 scb, blk); in astcenc_decompress_image()
1265 store_image_block(image_out, blk, *ctx->bsd, in astcenc_decompress_image()