Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dhash.c35 const uint32_t byte_high_bit = 1 << (8 - 1); in crc_calculator_init_table() local
39 for (uint8_t mask = byte_high_bit; mask != 0; mask >>= 1) { in crc_calculator_init_table()