ff_vorbis_nth_root 37 libavcodec/vorbis.h unsigned int ff_vorbis_nth_root(unsigned int x, unsigned int n); // x^(1/n) ff_vorbis_nth_root 330 libavcodec/vorbis_dec.c uint_fast16_t codebook_lookup_values=ff_vorbis_nth_root(entries, codebook_setup->dimensions); ff_vorbis_nth_root 136 libavcodec/vorbis_enc.c if (lookup == 1) return ff_vorbis_nth_root(entries, dimentions);