Searched refs:u4_crc_val_u (Results 1 – 1 of 1) sorted by relevance
2178 UWORD32 u4_crc_val_u = 0xffff, u4_crc_val_v = 0xffff; in ihevce_calc_CRC() local2190 u4_crc_val_u, in ihevce_calc_CRC()2204 u4_crc_val_u, in ihevce_calc_CRC()2218 UWORD32 u4_crc_msb = (u4_crc_val_u >> 15) & 1; in ihevce_calc_CRC()2219 u4_crc_val_u = ((u4_crc_val_u << 1) & 0xffff) ^ (u4_crc_msb * 0x1021); in ihevce_calc_CRC()2225 ps_hash_sei_params->au1_sei_hash[1][0] = (u4_crc_val_u >> 8) & 0xff; in ihevce_calc_CRC()2226 ps_hash_sei_params->au1_sei_hash[1][1] = u4_crc_val_u & 0xff; in ihevce_calc_CRC()