Home
last modified time | relevance | path

Searched refs:HIGH_SPEED_PROFILE (Results 1 - 5 of 5) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_symbolic_physical.cpp111 if (scb.block_type == SYM_BTYPE_CONST_U16 && scb.privateProfile != HIGH_SPEED_PROFILE) in symbolic_to_physical()
130 if (scb.block_type == SYM_BTYPE_CONST_F16 && scb.privateProfile != HIGH_SPEED_PROFILE) in symbolic_to_physical()
163 if (scb.privateProfile == HIGH_SPEED_PROFILE) in symbolic_to_physical()
178 pcb[0] = 0x43; // the first byte of every block stream is 0x43 for HIGH_SPEED_PROFILE in symbolic_to_physical()
179 pcb[1] = 0x80; // the second byte of every block stream is 0x80 for HIGH_SPEED_PROFILE in symbolic_to_physical()
180 pcb[2] = 0x01; // the third (2 idx) byte of every block stream is 0x01 for HIGH_SPEED_PROFILE in symbolic_to_physical()
187 values_to_encode, pcb, 17); // the color is starting from 17th bit for HIGH_SPEED_PROFILE in symbolic_to_physical()
H A Dastcenc.h180 HIGH_SPEED_PROFILE, enumerator
H A Dastcenc_weight_align.cpp173 // in HIGH_SPEED_PROFILE, max_weight is always equal to 1.0, and min_weight is always equal to 0 in compute_lowest_and_highest_weight()
174 if (privateProfile != HIGH_SPEED_PROFILE) in compute_lowest_and_highest_weight()
198 if (privateProfile == HIGH_SPEED_PROFILE) in compute_lowest_and_highest_weight()
H A Dastcenc_block_sizes.cpp860 if ((privateProfile == HIGH_SPEED_PROFILE) && (i != HIGH_SPEED_PROFILE_BLOCK_MODE)) in construct_block_size_descriptor_2d()
945 if (privateProfile == HIGH_SPEED_PROFILE) in construct_block_size_descriptor_2d()
H A Dastcenc_compress_symbolic.cpp824 if (privateProfile == HIGH_SPEED_PROFILE) in compress_symbolic_block_for_partition_1plane()
1420 if (ctx.config.privateProfile == HIGH_SPEED_PROFILE) in compress_block()
1500 if (ctx.config.privateProfile == HIGH_SPEED_PROFILE) in compress_block()
1601 if ((ctx.config.privateProfile == HIGH_SPEED_PROFILE) || (errorval < (error_threshold * errorval_mult[i]))) in compress_block()

Completed in 7 milliseconds