Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_image.cpp258 blk.origin_texel = select(data_enc_unorm, data_enc_lns, lns_mask); in fetch_image_block()
323 blk.origin_texel = blk.texel(0) / 65535.0f; in fetch_image_block_fast_ldr()
Dastcenc_compress_symbolic.cpp1236 vint4 color_f16 = float_to_float16(blk.origin_texel); in compress_block()
1243 vfloat4 color_f32 = clamp(0.0f, 1.0f, blk.origin_texel) * 65535.0f; in compress_block()
1459 vfloat4 color_f32 = clamp(0.0f, 1.0f, blk.origin_texel) * 65535.0f; in compress_block()
Dastcenc_internal.h912 vfloat4 origin_texel; member
Dastcenc_entry.cpp931 blk.origin_texel = vfloat4::zero(); in compress_image()