intmath.c File Reference
#include "intmath.h"
#include "common.h"
Include dependency graph for intmath.c:

Go to the source code of this file.

Functions

int av_log2 (unsigned v)
 
int av_log2_16bit (unsigned v)
 
int av_ctz (int v)
 Trailing zero bit count. More...
 

Function Documentation

int av_log2 ( unsigned  v)

Definition at line 26 of file intmath.c.

Referenced by av_ceil_log2_c().

int av_log2_16bit ( unsigned  v)

Definition at line 31 of file intmath.c.