Searched refs:checksum_table (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsvq13.c25 static const uint16_t checksum_table[256] = { variable
66 value = checksum_table[data[i] ^ (value >> 8)] ^ ((value & 0xFF) << 8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsvq1dec.c61 static const uint16_t checksum_table[256] = { variable
531 value = checksum_table[data[i] ^ (value >> 8)] ^ ((value & 0xFF) << 8);

Completed in 112 milliseconds