Lines Matching defs:OPT_SIZE
56 #define OPT_SIZE ((1<<15) + 3000)
67 float (*opt )[OPT_SIZE];
68 uint8_t (*path)[OPT_SIZE];
193 s->opt = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(float ));
194 s->path = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(uint8_t));
240 float (*opt )[OPT_SIZE] = s->opt ;
241 uint8_t(*path)[OPT_SIZE] = s->path;
243 for (i = 0; i < NELLY_BANDS * OPT_SIZE; i++) {
257 for (q = 1000; !c && q < OPT_SIZE; q <<= 2) {
259 idx_max = FFMIN(OPT_SIZE, cand[band - 1] + q);
260 for (i = FFMAX(0, cand[band - 1] - q); i < FFMIN(OPT_SIZE, cand[band - 1] + q); i++) {
284 for (i = 0; i < OPT_SIZE; i++) {