ff_vorbis_nth_root 41 libavcodec/vorbis.h unsigned int ff_vorbis_nth_root(unsigned int x, unsigned int n); // x^(1/n) ff_vorbis_nth_root 359 libavcodec/vorbisdec.c unsigned codebook_lookup_values = ff_vorbis_nth_root(entries, codebook_setup->dimensions); ff_vorbis_nth_root 167 libavcodec/vorbisenc.c return ff_vorbis_nth_root(entries, dimensions);