Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
Domx_vdec_test.cpp142 const uint16 crc_16_l_table[ 256 ] = { variable
222 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()