Home
last modified time | relevance | path

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

/dports/graphics/openjph/OpenJPH-0.7.3/src/core/codestream/
H A Dojph_params.cpp762 u8_SPqcd[s++] = (ui8)((B + X) << 3); in set_rev_quant()
768 u8_SPqcd[s++] = (ui8)((B + X) << 3); in set_rev_quant()
769 u8_SPqcd[s++] = (ui8)((B + X) << 3); in set_rev_quant()
771 u8_SPqcd[s++] = (ui8)((B + X) << 3); in set_rev_quant()
824 B = ojph_max(B, (u8_SPqcd[i] >> 3) + get_num_guard_bits() - 1); in get_MAGBp()
869 num_bits = ojph_max(0, (u8_SPqcd[idx] >> 3) + num_bits - 1); in get_Kmax()
907 *(ui8*)buf = u8_SPqcd[i]; in write()
936 if (file->read(&u8_SPqcd[i], 1) != 1) in read()
997 if (file->read(&u8_SPqcd[i], 1) != 1) in read()
H A Dojph_params_local.h472 ui8 u8_SPqcd[97]; member