Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_symbolic_physical.cpp172 …int encoded_type = read_bits(6, 13 + PARTITION_BITS, pb.data) | (read_bits(encoded_type_highpart_s… in physical_to_symbolic()
199 …res->partition_index = read_bits(6, 13, pb.data) | (read_bits(PARTITION_BITS - 6, 19, pb.data) << … in physical_to_symbolic()
217 …lor_bits_arr[5] = { -1, 115 - 4, 113 - 4 - PARTITION_BITS, 113 - 4 - PARTITION_BITS, 113 - 4 - PAR… in physical_to_symbolic()
231 …color_integer_count, pb.data, values_to_decode, (partition_count == 1 ? 17 : 19 + PARTITION_BITS)); in physical_to_symbolic()
Dastc_codec_internals.h37 #define PARTITION_BITS 10 macro
38 #define PARTITION_COUNT (1 << PARTITION_BITS)