Searched refs:base_codeword (Results 1 – 5 of 5) sorted by relevance
312 int base_codeword = int(high >> 24);313 base_codeword &= 255;334 int decoded = base_codeword + modifierValue * multiplier;343 int base_codeword = int(high >> 24);345 if (base_codeword >= 128) {346 base_codeword -= 256;348 if (base_codeword == -128) {349 base_codeword = -127;372 int decoded = base_codeword + modifierValue * multiplier;
444 int base_codeword = isSigned ? reinterpret_cast<const char*>(pIn)[0] in eac_decode_single_channel_block() local446 if (base_codeword == -128) base_codeword = -127; in eac_decode_single_channel_block()474 int decoded = base_codeword + modifierValue * multiplier; in eac_decode_single_channel_block()
336 } base_codeword; member1339 int codeword = isSigned ? u.scblk.base_codeword.s : u.scblk.base_codeword.us; in getSingleEACChannel()1346 int codeword = isSigned ? u.scblk.base_codeword.s : u.scblk.base_codeword.us; in getSingleETC2Channel()