Searched refs:crc_16 (Results 1 – 1 of 1) sorted by relevance
211 uint16 crc_16 = ~seed; in crc_16_l_step_nv12() local222 crc_16 = crc_16_l_table[ (crc_16 ^ *byte_ptr) & 0x00ff ] ^ (crc_16 >> 8); in crc_16_l_step_nv12()231 crc_16 = crc_16_l_table[ (crc_16 ^ *byte_ptr) & 0x00ff ] ^ (crc_16 >> 8); in crc_16_l_step_nv12()236 return( ~crc_16 ); in crc_16_l_step_nv12()