Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Domadec.c56 static const uint64_t leaf_table[] = { variable
296 for (i = 0; i < FF_ARRAY_ELEMS(leaf_table); i += 2) { in decrypt_init()
298 AV_WL64(buf, leaf_table[i]); in decrypt_init()
299 AV_WL64(&buf[8], leaf_table[i + 1]); in decrypt_init()
305 if (i >= FF_ARRAY_ELEMS(leaf_table)) { in decrypt_init()