Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_image.cpp258 blk.origin_texel = select(data_enc_unorm, data_enc_lns, lns_mask); in load_image_block()
323 blk.origin_texel = blk.texel(0) / 65535.0f; in load_image_block_fast_ldr()
H A Dastcenc_compress_symbolic.cpp1481 vint4 color_f16 = float_to_float16(blk.origin_texel); in compress_block()
1488 vfloat4 color_f32 = clamp(0.0f, 1.0f, blk.origin_texel) * 65535.0f; in compress_block()
1743 vfloat4 color_f32 = clamp(0.0f, 1.0f, blk.origin_texel) * 65535.0f; in compress_block()
H A Dastcenc_internal.h772 vfloat4 origin_texel; member
H A Dastcenc_entry.cpp967 blk.origin_texel = vfloat4::zero(); in compress_image()

Completed in 9 milliseconds