Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dnellymoserenc.c56 #define OPT_SIZE ((1<<15) + 3000) macro
67 float (*opt )[OPT_SIZE];
68 uint8_t (*path)[OPT_SIZE];
193 s->opt = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(float )); in encode_init()
194 s->path = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(uint8_t)); in encode_init()
240 float (*opt )[OPT_SIZE] = s->opt ; in get_exponent_dynamic()
241 uint8_t(*path)[OPT_SIZE] = s->path; in get_exponent_dynamic()
243 for (i = 0; i < NELLY_BANDS * OPT_SIZE; i++) { in get_exponent_dynamic()
257 for (q = 1000; !c && q < OPT_SIZE; q <<= 2) { in get_exponent_dynamic()
259 idx_max = FFMIN(OPT_SIZE, can in get_exponent_dynamic()
[all...]

Completed in 1 milliseconds