Searched refs:ff_vorbis_nth_root (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvorbis.h41 unsigned int ff_vorbis_nth_root(unsigned int x, unsigned int n); // x^(1/n)
H A Dvorbis.c35 unsigned int ff_vorbis_nth_root(unsigned int x, unsigned int n) function
H A Dvorbisenc.c152 return ff_vorbis_nth_root(entries, dimentions);
H A Dvorbisdec.c350 unsigned codebook_lookup_values = ff_vorbis_nth_root(entries, codebook_setup->dimensions);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvorbis.h41 unsigned int ff_vorbis_nth_root(unsigned int x, unsigned int n); // x^(1/n)
H A Dvorbis.c39 unsigned int ff_vorbis_nth_root(unsigned int x, unsigned int n) function
H A Dvorbisenc.c157 return ff_vorbis_nth_root(entries, dimensions);
H A Dvorbisdec.c360 unsigned codebook_lookup_values = ff_vorbis_nth_root(entries, codebook_setup->dimensions);

Completed in 140 milliseconds