Searched refs:crc_16_l_table (Results 1 – 1 of 1) sorted by relevance
142 const uint16 crc_16_l_table[ 256 ] = { variable222 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()