Commit f16c950f authored by Nicolas George's avatar Nicolas George

lavu: document av_reverse.

parent 534a82a3
......@@ -64,6 +64,9 @@
/* misc math functions */
extern const uint8_t ff_log2_tab[256];
/**
* Reverse the order of the bits of an 8-bits unsigned integer.
*/
extern const uint8_t av_reverse[256];
static av_always_inline av_const int av_log2_c(unsigned int v)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment