Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp290 bool can_offset_encode = (mask(endpt_can_offset) & 0x7) == 0x7; in compute_encoding_choice_errors() local
297 eci[i].can_offset_encode = can_offset_encode; in compute_encoding_choice_errors()
579 float error_scale_oe_rgba = eci.can_offset_encode ? 0.5f : 1.0f; in compute_color_error_for_every_integer_count_and_quant_level()
582 float error_scale_oe_rgb = eci.can_offset_encode ? 0.25f : 1.0f; in compute_color_error_for_every_integer_count_and_quant_level()
Dastcenc_internal.h910 bool can_offset_encode; member