Searched refs:NELLY_BANDS (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dnellymoser.h39 #define NELLY_BANDS 23 macro
51 extern const uint8_t ff_nelly_band_sizes_table[NELLY_BANDS];
H A Dnellymoserenc.c58 float (*opt )[NELLY_BANDS];
59 uint8_t (*path)[NELLY_BANDS];
156 s->opt = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(float ));
157 s->path = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(uint8_t));
193 for (band = 1; band < NELLY_BANDS; band++) {
213 float (*opt )[NELLY_BANDS] = s->opt ;
214 uint8_t(*path)[NELLY_BANDS] = s->path;
216 for (i = 0; i < NELLY_BANDS * OPT_SIZE; i++) {
225 for (band = 1; band < NELLY_BANDS; band++) {
256 band = NELLY_BANDS
[all...]
H A Dnellymoser.c69 const uint8_t ff_nelly_band_sizes_table[NELLY_BANDS] = {
H A Dnellymoserdec.c88 for (i=0 ; i<NELLY_BANDS ; i++) {

Completed in 90 milliseconds