OPT_SIZE          156 libavcodec/nellymoserenc.c         s->opt  = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(float  ));
OPT_SIZE          157 libavcodec/nellymoserenc.c         s->path = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(uint8_t));
OPT_SIZE          216 libavcodec/nellymoserenc.c     for (i = 0; i < NELLY_BANDS * OPT_SIZE; i++) {
OPT_SIZE          230 libavcodec/nellymoserenc.c         for (q = 1000; !c && q < OPT_SIZE; q <<= 2) {
OPT_SIZE          232 libavcodec/nellymoserenc.c             idx_max = FFMIN(OPT_SIZE, cand[band - 1] + q);
OPT_SIZE          233 libavcodec/nellymoserenc.c             for (i = FFMAX(0, cand[band - 1] - q); i < FFMIN(OPT_SIZE, cand[band - 1] + q); i++) {
OPT_SIZE          257 libavcodec/nellymoserenc.c     for (i = 0; i < OPT_SIZE; i++) {