Searched refs:OPT_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dnellymoserenc.c54 #define OPT_SIZE ((1<<15) + 3000) macro
65 float (*opt )[OPT_SIZE];
66 uint8_t (*path)[OPT_SIZE];
181 s->opt = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(float ));
182 s->path = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(uint8_t));
231 float (*opt )[OPT_SIZE] = s->opt ;
232 uint8_t(*path)[OPT_SIZE] = s->path;
234 for (i = 0; i < NELLY_BANDS * OPT_SIZE; i++) {
248 for (q = 1000; !c && q < OPT_SIZE; q <<= 2) {
250 idx_max = FFMIN(OPT_SIZE, can
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dnellymoserenc.c50 #define OPT_SIZE ((1<<15) + 3000) macro
159 s->opt = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(float ));
160 s->path = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(uint8_t));
219 for (i = 0; i < NELLY_BANDS * OPT_SIZE; i++) {
233 for (q = 1000; !c && q < OPT_SIZE; q <<= 2) {
235 idx_max = FFMIN(OPT_SIZE, cand[band - 1] + q);
236 for (i = FFMAX(0, cand[band - 1] - q); i < FFMIN(OPT_SIZE, cand[band - 1] + q); i++) {
260 for (i = 0; i < OPT_SIZE; i++) {

Completed in 111 milliseconds