return the log2 factor of the given power of 2 value a
int aubio_power_of_two_order( int a, ) { return _aubio_power_of_two_order( a, ); }